Tagged Questions

0
votes
4answers
34 views

SQL Sever Management Studio for SQL Server 2000

We use mostly SQL Server 2005 but have a few SQL Server 2000 servers laying around. Is there a SQL Server Management Studio like application for SQL Server 2000? Thank you.
0
votes
1answer
7 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
1answer
20 views

MS Management Studio will not open stored procs node

When I attempt to expand the stored procedures tab in Management Studio I am getting the following error and no stored procedures are displayed. I've tried re-running all stored pr …
0
votes
4answers
36 views

Tool to copy SQL Server 2008 db to SQL Server 2008 Express?

I have a typical dev scenario: I have a SQL 2008 database that I want to copy every so often to my local instance of 2008 Express so that I can do dev, make changes, etc. to the lo …
0
votes
2answers
57 views

Connect to SQL Server with Management Studio using a Windows Credential while not on the domain

I have a client that has a SQL Server 2008 installation. They have given me a windows domain username/password on their domain, however, my workstation is not on their domain. I' …
0
votes
1answer
29 views

Hide relationship from a SQL Server database diagram

I am using SQL Server 2005 database with SQL Server Management Studio. Is there a way to hide a relationship between two tables in the diagram without actually deleting the relat …
0
votes
1answer
211 views

The request failed or the service did not respond in a timely fashion?

I have the following error while I connect to SQL Server 2008 Management Studio with Windows authentication. "The request failed or the service did not respond in a timely fashion …
1
vote
4answers
478 views

How to remove “Server name” items from history of SQL Server Management Studio

When trying to connect to a server in Management Studio (specifically 2008), there is a field where you enter the Server name. That field also has a drop-down list where it shows a …
1
vote
2answers
359 views

Remove dbo. schema prefix from SQLServer (2005) Management Studio’s Object Explorer

I'd like to remove the dbo prefix from the Object Explorer so I can press the 'S' key and go to the tables that begin with 'S', having dbo there is irritating (to me). I have sear …
2
votes
5answers
268 views

sql server invalid object name - but tables are listed in SSMS tables list

I am attempting to create a Stored Procedure for a newly created database. However the SSMS intellisense does not recognize more than half of the tables which have been created. …
0
votes
1answer
41 views

Will the Sql Server Import And Export Wizard have shapefile support anytime soon?

Do you know? PS: Some of you will tell me to check the Sql Server Management Studio features roadmap. But where is it?
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 …
0
votes
1answer
61 views

Visual Studio & SQL Management Studio: How to revert Ctrl+Tab behaviour to normal after using Microsoft Narrator?

By default, in Visual Studio and in SQL Server Management Studio, Ctrl+Tab opens a navigation popup which lists all the open windows. The idea is that you can press Tab multiple ti …
0
votes
4answers
915 views

SQL Formatter for SQL Management Studio

I was wondering if there is a plugin/tool for SQL Server Management Studio that will format your SQL? I'm working with some large-ish stored procs that are a mangled mess of poorl …

1 2 3 4 next
15 30 50 per page