4
votes
5answers
4k views
What is the T-SQL syntax to connect to another SQL Server?
If I need to copy a stored procedure (SP) from one SQL Server to another I right click on the SP in SSMS and select Script Stored Procedure as > CREATE to > New Query Editor Window …
0
votes
1answer
19 views
SQL Management Studio won’t open scripts on double-click
I'm used to double-clicking *.sql script files to open them in SQL Server Management Studio. I recently upgraded to Win7, and now when I double-click a script file, SSMS opens with …
0
votes
1answer
15 views
SQL Server Management Studio Registerd Servers Network location
Is there a way to change the location of the SQL Management Studio 2005 Registered Servers?
We want to use the same registered servers inside our team, so it would be great to poin …
0
votes
2answers
235 views
How do I reorder/clear the connection history in SQL Management Studio 2008?
I connect to a lot of different servers in SQL Management Studio, but I find that not only is there no way to delete the old connections (dbnames, usernames, etc.), they also start …
2
votes
3answers
54 views
How do I search for a ‘, ‘ and replace with ‘, ‘<CR><LF> in SQL Server Management Studio’s editor
I have a long query that I'd like to replace the , with a carriage return to put all the fields on their own line but I can't figure out how to do it in the editor. It wont be foo …
2
votes
2answers
142 views
Why does SQL Server Management Studio generate code using square brackets?
When generating code/scripts,
why does SQL Server Management Studio generate code using square brackets and not double-quotes?
SELECT [NAME] FROM [TABLE]
and is there a way (set …
2
votes
4answers
475 views
SQL Server Management Studio, getting title bar to show more detail.
I use SQL Server Management Studio 2005(SSMS) for most of my T-SQL and general SQL DB maintenance, but one thing that I would love to change is the level of detail the title bar gi …
0
votes
1answer
23 views
Why is the database diagrams view still showing dropped tables
Using SQLServer 2005 I have dropped some tables (via a T-SQL query) and they are still showing as tables when creating a database diagram!
Already tried refreshing, disconnecting …
0
votes
0answers
42 views
Sorting field list by caption in pivot table (OWC11)
Hi,
is there a way I can sort pivot-table field list (measure names, attributes) by it's caption instead of default by name defined in the cube? Eventually, can I recreate the fiel …
0
votes
2answers
68 views
Management Studio 2005: Will Cancelling a Statement trigger a Rollback?
A few minutes ago, while working out a new sproc, I executed the wrong delete statement. Something like this:
Delete From SomeTable Where SomeStatusID=1
10 seconds into it, I re …
1
vote
3answers
52 views
Sql server management server
Can I replace Sql Server Management Studio Express with the enterprise version without deleting the express version?
If so can you tell me how?
1
vote
2answers
187 views
How to connect a new query script with SSMS add-in?
I'm trying to create a SSMS add-in. One of the things I want to do is to create a new query window and programatically connect it to a server instance (in the context of a SQL Log …
1
vote
5answers
51 views
Nonsense Error in SQL Server Management Studio
I have this query that spawns the following error:
SELECT * FROM Quota
WHERE LEFT(QtLabel, LEN(QtLabel)-2) IN (
'1032',
'3300',
'9682'
)
Msg 536, Level 16, State 5, Line 1
…
0
votes
1answer
27 views
Remove the date/time in my sql script generated using EM?
When I generate scripts in sql server 2008 EM, it seems to insert the date/time in the script also.
How can I remove that?
1
vote
1answer
37 views
MSSS Management Studio Object Explorer changes from 2005 to 2008
I'm connecting to a database server (MSSS 2005, 9.0 SP2) which is almost totally without my control.
If I connect to it using Management Studio 2005 I can browse the list of tabl …
