Tagged Questions
0
votes
3answers
31 views
how to check the cells in data table contains values or not
I am having a data table.
In that table there are values only in some cells.
How can I check whether a particular cell contains values or not?
0
votes
1answer
52 views
Connecting vb.net SQL Server dataset
I created a program using VB.net 2008 and SQL Server 2005. And I am using dataset to connect to SQL Server and Crystal Reports getting data from connection to database too.
But I find it difficult ...
0
votes
2answers
67 views
Unknown Error Connecting To SQL Server in c#
Let me add a quick explanation to this post:
I am using visual studio and if I create a connection to a database it works. I can query the database through the database designer (The one where you ...
3
votes
1answer
112 views
Error when deploying a SQL project with Visual Studio 2008
When deploying a SQL project with Visual Studio 2008 we create a .sql file.
In the project properties we have set the deploy action: Create a deployment script. When building and deploying the ...
0
votes
0answers
26 views
DHTMLX DataProcessor
I'm using the DHTMLX Components togther with ASP WebForms and CodeBehind. Also i use the DHTMLX ASP-Connector.
For server-side i go with ashx Files. Als long as i stay within IIS all thing are ...
1
vote
0answers
26 views
Data Mining prediction Server Operation has been cancelled
I will appriciate the help if anyone has encountered the problem before or has an idea how to resolve it. I am trying to create an data mining with visual studio 2008. And I am almost to the end.
...
0
votes
0answers
33 views
combo box with sql
in my combo box the example values are ADVANCED COMPUTER TECHNICIAN and AUTOELECTRICITY
if i have a table. name tbl_student like this
Student_no
ACT001
AE001
AM001
if i want to select ADVANCED ...
0
votes
1answer
53 views
Binding multiple items of data from SQL to label
How do I bind multiple data items from SQL to a label?
This is my code:
Dim str As String = ("Data Source=PC1; User ID=sa; Password=pwd;Databasfriend")
Dim con As New SqlConnection(str)
...
0
votes
1answer
374 views
SSIS - how to use lookup to add extra columns within data flow
Here's what I am trying to do:
I have a csv file containing the following columns:
Email | Date | Location
I want to pretty much throw this straight into a database table. The snag is that the ...
0
votes
2answers
418 views
Combining OLE DB lookup with flat file SSIS
I have the need to read rows from a set of csv files and write them into an existing table in my database. In order to do this however, I need to combine the flat file data with 2 selected values from ...
1
vote
1answer
63 views
SSIS Upgrade Results in Empty 'VstaProjects' Solution for Script Componets
In the transition from using VS2008 to VS2010 for SSIS packages a large portion of my script components have broken. When I open a script component and select "Edit Script" the VSTA editor appears, ...
0
votes
1answer
99 views
Visual Studio error when trying to find my database
I am a student learning asp.net and I ran into a problem when trying to reconfigure data sources I created. When I run my web application I am able to edit/add/delete entries that are in my database ...
1
vote
1answer
303 views
Connect to SQL Server from Windows Mobile
I can connect to SQL Server on my PC from a Windows Mobile device connected to the PC via USB without any problem. But I can't do the same from the emulator.
It throws an exception:
SQL Server ...
1
vote
4answers
325 views
select query between two dates
I am trying tomake a select join between two specific dates in the database
This I feelis on the right path but is incorrect
How can I get this to work
SELECT --RTRIM(C.CustomerFirstName) + ' ' + ...
0
votes
1answer
397 views
Where can i find “Microsoft.SqlServer.BatchParser.dll”? [duplicate]
Possible Duplicate:
Can’t find microsoft.sqlserver.batchparser.dll
I have Microsoft SQL Server 2008 R2 installed.
I want to Include Microsoft.SqlServer.BatchParser.dll as Assebly in C#. ...
0
votes
0answers
242 views
How can i show multi checkbox on datagridview
i need show multi checkbox on datagridview.
i have 4 checkbox when select 2 checkbox it's show 2 checkbox on datagridview.
Ex 2 checkbox.
CheckBox missShw
0001
0002
CheckBox leaveFull
0003
0004
...
0
votes
0answers
231 views
How frequently should I update datatable from VB.Net to SQL Server [closed]
I've got a VB 2008 process that is scraping a website and continuously creating new records which will eventually be inserted into a remote SQL Server. I'm wondering what's the most efficient way to ...
0
votes
1answer
78 views
trying to explore olap cube for ms sql but have a product file for multiple branches that may have the same key across all branches any ideas?
i need to create a cube based on sales for multiple branches but im not sure how to approach the fact that each branch may use the same product code. in vs 2008 it wont process the cube because it ...
0
votes
1answer
210 views
Preserving Formulas when exporting to Excel using SSIS
I'm currently using a template to generate Excels to export data from my DB to daily reports using SSIS.
This template is a workbook of about 5 worksheets, of which only 1 needs to be filled ...
1
vote
3answers
523 views
SSIS Package Not Populating Any Results
I'm trying to load data from my database into an excel file of a standard template. The package is ready and it's running, throwing a couple of validation warnings stating that truncation may occur ...
0
votes
4answers
709 views
How to insert many rows of data from arrays/lists to SQL Server (DataSet, DataTable)
I need little help with transferring data from variables, arrays, lists to my SQL Server.
Im not bad in SQL, but im not familiar with DataSet, DataTable objects.
My data is now stored in list of ...
0
votes
1answer
218 views
SSRS 2008 slow preview in Visual Studio 2008 when using expressions in groups
When creating a matrix report in Visual Studio 2008 that uses an expression like the one below, the preview takes much longer than it should do.
=Fields(Parameters!ColumnGroupParam.Value).Value
If ...
0
votes
0answers
378 views
Assembly in host store has a different signature than assembly in GAC
I have added a third party dll (Extreme.Numerics.Net20.dll to my sql server assemblies). I then opened by VS 2008 project and added that assembly as a reference. Then I built and released my project ...
1
vote
1answer
222 views
Import date values in Sql Server with import packages
I have an annoying problem with importing data using Visual Studio in Sql Server. I created an SSIS import package with Visual Studio to import an Excel file (.xlsx). The sheet I import has a column ...
1
vote
0answers
723 views
Fetching data from database texbox when a comobox value is selected in datagridview?
I want when I choose a value from a datagridview combo box to fetch from the database into a datagridview textbox. See in the image when I choose any medicine name that unitprice should be fetched ...
0
votes
1answer
57 views
maintain the concurrent transaction
Two users modify the qty of the same item at the same time from MC 3000. Database is MS SQL Server 2005 Express. It's the remote access. System allows to modify by this action. Please share me how to ...
1
vote
2answers
1k views
Stored Procedure with output parameters connected to method in C#
Do you see something blatantly wrong with this line:
commaSepString1 = com.Parameters["@CommaSepString"].Value.ToString();
It shows an error like:
Object reference not set to an instance of ...
0
votes
1answer
129 views
SQL Server installation compatibility [closed]
I am trying to install a SQL Server database for my 32bit windows 7 computer.
I already have installed vs2008 with SQL Server 2005 Express and vs2010 with SQL Server 2008 Express.
I need make a ...
0
votes
1answer
187 views
what SqlTrigger attribute so as to to specify a trigger only on one column?
For a simple sql-server update trigger, I may write a class like this:
[Microsoft.SqlServer.Server.SqlTrigger (Name="MyTrigger", Target="[dbo].[MyTable]", Event="FOR UPDATE")]
public static void ...
0
votes
1answer
99 views
Remove Linq to SQL Association on Multi-Client DB
I have a multi-client DB (multitennant) with several tables.
Two of these tables are tblEmployees and tblTitles.
Now I have a relationship from tblEmployees.empTitle to tblTitles.ttlID.
That far ...
0
votes
1answer
73 views
SSAS Cube Grouping
Hi I would like to disable grouping on my attributes. Right now when I broswse my cube, all the attributes come as grouped and I have the expand/collapse option. I want to see my data as a list. ...
0
votes
1answer
162 views
Error while connecting to SQL Server from Visual Studio 2008
This error occurs when I was trying to connect to SQL Server 2005 which is there with VS 2008.
AN ERROR HAS OCCURRED WHILE ESTABLISHING CONNECTION TO THE SQL SERVER
2005. THIS FAILURE MAY BE ...
1
vote
1answer
520 views
Visual Studio 2008 - Can't make data connections to SQL Server on different subnet
I am having an issue where I can't make a data connection to an SQL Server hosted on a different subnet.
SQL Server IP: 192.168.16.15
My IP: 192.168.1.32
I am able to add this server as a server in ...
0
votes
1answer
229 views
Excel and 64 bits
I'm doing a SSIS package with some excel connections. This is my enviornment:
Microsoft office 2007 installed
Microsoft office 2010 installed
SQL Server 2008 R2 installed
Visual Studio 2008 ...
0
votes
0answers
143 views
Dataset returns no Rows when it is in another Application as a reference
I've created an Empty solution . then I've added a ClassLibrary and a windows application to my solution, I want to use my class library as DataAccess Layer. I've added a dataset to it and finally ...
0
votes
1answer
861 views
How to Create Setup Project with Sqlserver Database Using Visual Studio 2008
I've tried to create regular setup project in .Net 2008 and it's working fine.
But the problem is the database.
I already have SqlServer database I want to attach database along with setup file.
...
0
votes
1answer
86 views
Make installer in .NET visual studio 2008 but getting projects compiled
I have several solutions (c# code which connects to sqlserver as stored procedures) in their corresponding folder, and I'd like to make a setup for this, but as I want to get optimal with results, I ...
1
vote
2answers
538 views
how to insert id of a databound dropdownlist of one table to another table
I have 2 tables, Product & ProductCategory
1 dropdownlist that is databound programmatically to ProductCategory
Am working on Visual Studio 2008, ASP.Net Forms
Users may create new ...
0
votes
1answer
178 views
How to change delimiter in C# datatable
I converted excel table to datatable, but probably because of regional settings of makers of document, delimiter is dot, and when I send datatable to SQL server DB table, it doesn't recognize dot as ...
0
votes
1answer
293 views
VS2008: Generate change script for stored procedure
I'm using Visual Studio 2008 and MS SQL Server 2005. When I alter a database table in the VS IDE, I have the option to Generate Change Script... which creates a change script in my database project. ...
0
votes
1answer
1k views
Automatically create data entry form based on a database table in ASP.NET
Is there some add-in, control or something else for Visual Studio 2008 using which one can automatically generate a webform mapped to fields of SQL Server database table. For instance, based on a user ...
1
vote
1answer
1k views
SSRS report to display Outlook type calendar - People x Days x Activities
I am after a pattern/view/opinion/tip/weblink from an SSRS/SQL expert on how I might create a report that enables me to list something like the following:
[----Person----] | [29-Sep-11] | ...
1
vote
0answers
453 views
Create and Attach Database in SQL Server 2005 Express
I want to dynamically (through code at run time) find a SQL Server instance installed on the target PC, then create a database and finally attach my MDF file.
Is it Possible? How can I do that? (I'm ...
1
vote
1answer
576 views
how to use .rdlc parameter in report's query?
I'm passing a parameter to my .rdlc file, which is working properly. What I can't figure out is how to then use that parameter in the query the reports dataset uses. How can I use this parameter in ...
0
votes
1answer
5k views
Transaction has ended in trigger. Batch has been aborted. Derived Attribute
I have this trigger :
CREATE trigger [dbo].[DeriveTheAge] on [dbo].[Student]
after insert,update
as
begin
declare @sid as int;
declare @sdate as date;
select @sid= [Student ID] from ...
1
vote
2answers
763 views
How do I repeat page header on every page except the first page of a report?
I have a client report (.rdlc) that I am editing in Visual Studio. I need a way to display an empty page header on every page, except the first page of the report.
The reason for this is because the ...
5
votes
3answers
6k views
The parameterized query which was not supplied
I keep getting this error :
The parameterized query '(@AdminEmail nvarchar(4000),@AdminPassword
nvarchar(4000))SELECT' expects the parameter '@AdminEmail', which was
not supplied.
Code:
...
0
votes
2answers
1k views
SSRS Reports: How do I create a monthly/YTD report like this?
I have a table that looks like this:
-------------------------------------------------------------------
CUSTNUM (INT), ITEMNUM (INT), MONTH (INT), YEAR (INT), AMOUNT (INT)
...
0
votes
2answers
880 views
SSIS package to execute a stored procedure for each xml document is a specific directory
I have a table with a column type of xml. I also have a directory that can have 0 to n number of xml documents. For each xml document, i need to insert a new row in the table and throw the xml into ...
0
votes
3answers
1k views
SQL there was a problem sending the command to the program
I'm using Windows 7 and SQL Server 2008 R2 and whenever I try and double click a .sql file I get some stupid error "there was a problem sending the command to the program" does anyone know how to fix ...
