Tagged Questions
-2
votes
0answers
15 views
Business Intelligence Development Studio 2008 Window scales incorrectly [closed]
The IT group at work just replaced all of our monitors with larger monitors.
After this, when I run BIDS (Business Intelligence Development Studio) 2008, the window scaling acts like an older ...
1
vote
0answers
25 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
1answer
44 views
Can the Execute Package task execute a package stored in TFS?
I just added a new folder and several packages to TFS server from source control, and they do exist when checking from source control.
However, none of them could be found when I tried to build a ...
0
votes
3answers
84 views
How can I generate Week ending dates (Saturdays) within a date range
I need to generate either a column in a query or a temp table (not sure which one is required)
so that I can have a list of dates that are on Saturday that fall within a given date range.
This list ...
0
votes
0answers
446 views
how to insert multiple data in grid view
i have visual studio 2008 and sql mgmt studio 2008...i have created a winform and I have a combobox which shows the names of all tables created in my sql db, a dgv and a button...
now i want to insert ...
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
0answers
52 views
Adding Composite Primary Key to MVC1 data model
I have a reference table that ties together some data from two other tables and I'm trying to get the table to import into my model file but it won't show.
I have 3 tables:
JobFunction
...
0
votes
2answers
407 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 ...
0
votes
2answers
572 views
Issue in creating a data driven menu in asp.net
I am creating a data-driven dynamic menu in asp.net, using sql server 2008 R2 as my database. The parent node, and child nodes at the first level works just fine. but the child node below another ...
0
votes
0answers
144 views
SQL Server 2008 Management Studio Express
SQL Server Management Studio Express expert?
I have SQL Server Management Studio 2008 Express on my laptop, but it doesn't have a surface area manager (something like that)...
I also don't have the ...
0
votes
1answer
43 views
how to resolve error “Text Line Should not be null” while comparing two DB using VSTS
Hi i am using VSTS2010 to compare two build using schema compare. today encounter an error while compairing "Text line should not be null" and suddenly got error "Microsoft Visual Studio has ...
1
vote
1answer
421 views
update sql database by datagridview
I have made a C# prog where I have a button(named insert) and a datagridview. I have input a cmd where if I enter a new value in dvg new row then after clicking insert button a msg box is shown ...
0
votes
1answer
487 views
Deleting a record from dataset and sql server
I am trying to delete a record from a DataTable and then update the database that it is attached to.
I delete a row of my DataGridView and then update my Dataset using:
...
1
vote
1answer
594 views
Update SQL From DataGridView
I am populating a DataGridView from a SQL Server 2008 database table.
I then allow users to edit the values in the DataGridView, what I am struggling on is how to then write these changes back to the ...
0
votes
1answer
101 views
Upgrade Visual Studio 2008 to SP1 to install SQL Server 2008 Management Studio
Why do I need to to upgrade my Visual Studio 2008 to SP1 in order to install SQL Server 2008 Management Studio if I already have Microsoft Visual Studio 2010? How to avoid not to upgrade anymore my ...
0
votes
1answer
383 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
1answer
570 views
Displaying multiple data Fields in Bound field of grid view
I have the following sql query that I want to display in a gridview, basically to fields joined.
How can I do this?
SELECT
--RTRIM(C.CustomerFirstName) + ' ' + LTRIM(C.CustomerLastName) as ...
2
votes
1answer
253 views
SQL Server: cannot connect from local website (SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
I'm developing a website using Visual Studio 2008 and Sql Server 2008 Express. I entered into developing, so code is right as there are some coleagues of mine running it correctly with the same tools. ...
0
votes
0answers
48 views
can't properly import a column that has both text and numbers in it
I have a problem importing a column that contains numbers and text. E.g. 6100654653000000
and 6MABCD100654653000000. I am importing an Excel (xlsx) file in Sql Server using Visual Studio import ...
0
votes
1answer
78 views
Trying to connect to an Microsoft Sql database but get error instead
I am trying to establish a connection to a Microsoft Sql Server express edition databse called PrimeMinisters and get the following error.
Cannot open database "PrimeMinisters" requested by the ...
0
votes
0answers
141 views
How to add a RDL file created by SQL Server 2008 to a VS 2008 project?
I have a RDL report created by SQL Server 2008. I renamed it to RDLC file, and was trying to add it to a VS 2008 project. However I got an error:
The report definition has an invalid target namespace ...
0
votes
0answers
18 views
how to move through records retrieved from database without using binding navigator in vb.net?
If i have a different tables in the database and i have to retrieve that data into the different textboxes in visual studio 2008 without using binding navigator?
0
votes
2answers
326 views
How can I make Sql Server accept dd/mm/yyyy format?
So I have an Excel file with values as 19/09/2011 on a column called "Dates". I selected the entire column in Excel - Format cells - Location: English(UK) and selected the sample value of "14/03/2011" ...
0
votes
1answer
217 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 ...
1
vote
2answers
904 views
How can I get data from another database in dotnetnuke?
I'm just beginning to develop modules for dotnetnuke (just 2 weeks ago),
I've installed DotNetNuke 6.2 perfectly on XP, I'm working with VS2008, and SQL SERVER 2008 express edition.
I have a ...
1
vote
1answer
180 views
error with adding existing *.mdf file as an existing item
I have an existing database(myDatabse) that I created with Microsoft Sql Managenent studio and want to add the myDatabse.mdf file as an existing item(with Visual web Developer express edition)
but ...
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 ...
2
votes
3answers
950 views
Use wildcard in SQL table entry
I have been looking around for such a solution, but no positive results so far...
My table consists of entries data, like
1234
3241
8424
8_24
9_13
8_2_
8_25
where '_' are wildcards which can be ...
1
vote
2answers
2k views
Is there a way to add Business Intelligence Projects templates to Visual Studio 2008?
From what I understand, it should automatically have it installed. What I have installed right now is SQL Server 2008 R2 and Visual Studio 2008 Developer.
Thanks,
Fahad
1
vote
2answers
180 views
Sql Server BI Development Studio
Do i need to install vs 2008 professional before full installation of sql server 2008 developer edition with BI Development Studio ?
On MS page we can find that ...
"Business Intelligence ...
0
votes
1answer
356 views
No shared Datasets in solution explorer of business intelligence development studio
I have business intelligence development studio v 9.0 installed and am trying to create some sample reports. in my solution explorer there is no shared Datasets folder so that i can add or cread .rsd ...
1
vote
1answer
515 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
133 views
Why does visual studio 2008 and SQL Server 2008 get installed when you install SQL Server 2008 R2?
I installed MS SQL Server 2008 R2 and it went ok but also automatically installed was MS SQL Server 2008 and Visual Studio 2008. Can I uninstall them? Or are they for some reason necessary for MS SQL ...
0
votes
0answers
142 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
173 views
How do I set a variable in my SSIS package to a line in a text file?
I am creating an SSIS package (using VS 2008) that will run various stored procedures, create files and place them where they can be uploaded into another system. The package will run monthly and, ...
0
votes
2answers
3k views
BIDS and SQL Server 2008 Reporting Services install
We would like to start using SQL Server 2008 R2 Reporting Services in our company, but we are using SQL Server 2008 Enterprise Database Engine on a standalone server and have Visual Studio 2010 ...
1
vote
1answer
116 views
How to use VS 2008 Shell to create SQL Server .net Stored Procedures
I'm trying to learn to create .net stored procedures, triggers, etc. using SQL Server 2008 Developer. I'm guessing my edition of Visual Studio 2008 Shell was installed with SS. At any rate, when I ...
0
votes
1answer
1k views
can't find pinvoke dll dbnetlib.dll error on ce 5.0
i'm deploying an app for ce 5.0 that connect to a sql server 2008 into a server:
i've installed in the ce sql.wce5.armv4i.CAB and sql.dev.ENU.wce5.armv4i.CAB, but when I try to connect to the database ...
0
votes
1answer
712 views
Getting the Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
I just setup my old pc to run SQL Server and VisualSVN. I have a laptop and another pc that i need to work on a website and that is why i setup subversion and sql server on a seperate pc. I have set ...
1
vote
2answers
1k views
How to connect visual basic 2008 to sql server 2008?
Can anyone please guide me on how to connect Visual Basic 2008 to an SQL server 2008 database? I'm confused on what is the best practice when it comes to this.
0
votes
2answers
273 views
Should We Close Connection to Sql Server Database Before Using Another Query?
when we want to connect to database from visual studio should we always check(before using another query) that if our connection is open,close it and again open it??
if(connection is open){
close ...
0
votes
1answer
423 views
how to upload excel data to sql database? [closed]
I try to insert data from excel to sql database but one column that was unable to get all data. this column contains pure numerical and some are have alphanumerical.
I don't know why only numerical ...
0
votes
2answers
205 views
Get All Of The Rows Like Input Text In TextBox
i have a textbox and i want to find all of the words begin with the letter in textbox(for example a)
i know i should use
"select * from tbl_search where Name like a% "
but it doesnt work for ...
1
vote
2answers
197 views
How To Find Input String In Database
I want to find the text in textbox in my database. I wrote the code below. It finds numbers well, but when I want to find strings it gives a runtime error: invalid column name for example aaa, but aaa ...
0
votes
3answers
33 views
is it possible to create an application that uses sql server DB as a standalone app?
I´m creating an application in visual studio 2008, C#, that uses a DB.
The DB is designed in SQL Server 2008.
Think of it as a simple standalone app (not a web solution) where the user can store data ...
0
votes
1answer
101 views
Linq-2-SQL Stored Procedures and Partials
I'm working with system using Linq-2-SQL as its data layer, but which uses stored procedures to do the actual CRUD operations - the stored procs are configured against the CRUD methods for the data ...
0
votes
1answer
1k views
One Dataset with multiple results sets (multiple select statements) SQL Reporting Service
I have a question regarding the dataset usage in Reporting Services. I have a stored procedure which returns multiple select statements (result tables), and I created a Dataset in Reporting Services ...
1
vote
1answer
1k views
Crystal Reports Visual Studio 2008 and SQL Server 2008 R2
I have a Windows Forms application that was created in Visual Studio 2008 and targets .NET 3.5. It uses the embedded version of Crystal Reports that comes with VS 2008. It was calling a SQL 2000 ...
0
votes
0answers
377 views
Conversion failed when converting the varchar value '2714MOUNTAINEERBOULEVARD,SOUTH CHARLESTON,wv' to data type int
whats wrong i'm doing while selecting the address?
Any help ll be greatly appreciated.
Thks
create procedure [dbo].[usp_getstore_details](@input varchar(100))
as
begin
declare @out ...
