5
votes
8answers
1k views
How can I automate the “generate scripts” task in SQL Server Management Studio 2008 ?
I'd like to automate the script generation in SQL Server Management Studio 2008.
Right now what I do is :
Right click on my database, Tasks, "Generate Scripts..."
manually selec …
2
votes
1answer
127 views
Object browser in SSMS 2008 doesn’t work if I don’t have access to all databases.
In SQL Server Management Studio 2008, if I log into a shared hosting provider with many databases on one server, I cannot use the Object Explorer. This worked fine in 2005. Anyway …
1
vote
3answers
33 views
Inserting 1000s of rows to SQL table using SSMS
Hello Everyone,
I have a sql script with insert statements to insert 1000s of rows (12000 approx.).
When i try running the script in SSMS, it throws 'Out of memory' exception afte …
1
vote
2answers
100 views
SQL Server 2008 autocomplete for “TOP” keyword
Either the autocomplete in SQL Server Management Studio 2008 is buggy, or I am. Either way, when I try to type this and hit the spacebar:
SELECT TOP
Autocomplete immediately ch …
1
vote
2answers
276 views
How to save query result using T-SQL in a csv file?
How to save query result using T-SQL in a csv file in SSMS 2008? Needs to be done programmatically.
1
vote
1answer
102 views
Code for SQL Server Management Studio 2008 plugin
I am looking for some reference code implementing a SSMS 2008 plugin.
Can somebody point me to the right direction?
1
vote
1answer
68 views
SSMS 2008 Task List
In SQL Server Management Studio 2008 there is a Task List very much like the one in Visual Studio, I can't seem to figure out how to put it to use nor can I find any documentation …
0
votes
2answers
8 views
Sql Server Management Studio 2008 making the most of the Table designer
Does anyone have any good articles or even more preferable screencasts to using the table designer for SSMS 2008 to get the most out of it?
To often I end up trying to fumble thro …
0
votes
0answers
20 views
Intermittant problems connecting to SQL 2000 servers from SSMS 2008
We're having some intermittant connection problems connecting to our few SQL 2000 servers, but only seemingly from our SSMS 2008 workstations - there don't appear to be any actual …
0
votes
1answer
41 views
Keyboard shortcut to close a tab in SQL Server Managament Studio?
Is there a keyboard shortcut to close a tab in SQL Server Managament Studio 2008? like Alt-W in Firefox.
0
votes
2answers
125 views
Error: String or binary data would be truncated.
Im getting this when running a query like this WITHOUT inserting in any table. in SSMS 2008.
select iav.*
from ITEM_ATTRIBUTE_VALUE iav
where
iav.attribute_value != ''
and ISNUME …
0
votes
4answers
81 views
A better SSMS?
I have a database that I need to edit a lot of fields on, but SSMS doesn't quite seem to be up to the task. First problem is that I can't seem to insert multiple lines of text int …
0
votes
1answer
55 views
How and what version of SSMS do I have to install after installing VS 2010?
Hi
I installed VS 2010 on a plain Vista x64 OS, now I need to install SSMS as well.
Based on your experience, what version do I have to install?
Thanks in advance!
0
votes
3answers
41 views
vs2008 loses connection to database after updates in ssms2008
Hello,
here is my setup:
Sql server 2008 standard running on Vista - VMware running a XP machine with VS2008 inside it.
If I open a SQL database in my host computer in sql serve …
0
votes
2answers
56 views
How do you stop SSMS from inserting the date when scripting the DB?
When scripting a DB using SQL Server Management Studio (SSMS) it generates line like:
/****** Object: ForeignKey [FK_NoteLinkAssociation_Link] Script Date: 04/24/2009 10:04:46 …
