The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
123 views

How to see in which column data truncation has happened

Inserting data into a Microsoft SQL Server database using Java, I got an SQL truncation exception. But the exception doesn't show which column had the problem value. Is there any way to find the ...
1
vote
1answer
206 views

How to show filter databases in management studio object explorer

My database is hosted in a shared hosting. I connect my database remotely in Management Studio Express. Whenever i try to connect to sqlserver instance it shows all the databases that are hosted in ...
0
votes
0answers
133 views

Syntax error when trying to change schema in SQL Server database

I am trying to rename the schema for a dozen tables in an old database on SQL Server 2005. I'm using SQL Server Management Studio Express version 9.0. Based on detailed advice found here, as well as ...
0
votes
1answer
1k views

Clone an existing database to a new database

I'm struggling to find a suitable solution to this. I have a fairly large SQL Server 2008 Express database containing 60+ tables (many with key constraints) and a whole bunch of data. I need to ...
1
vote
3answers
3k views

SQL Server 2008 R2 Express with advanced services installation does not have all options

I don't know how else to ask this, and I think the title could be changed. I've been downloading different SQL Server Express versions, and I can't seem to find the one that has the Management Studio ...
0
votes
0answers
86 views

Insert procedure does not work, however a row can be seen in the table after only running insert statement in the same procedure

After I run the procedure shown below, The return value is zero and message is shown as "Query executed successfully", but no row is inserted in the table after I open the table. If I just run the ...
0
votes
2answers
482 views

SQL 2005 Moving from Godaddy SQL Server to a company owned server

What is the best way to go about moving a database from a Godaddy SQL 2005 account to a local SQL 2005 server? I have access to the DB through Server Management Studio Express and also through the ...
1
vote
2answers
434 views

Tool for Developing SSRS Reports

I only have SSMS 2008 Express on my dev machine. What tools are there that I can use to develop, maintain, and manage server side SSRS reports on this machine?