Tagged Questions
The management-studio tag has no wiki summary.
17
votes
4answers
33k views
Can I use SQL Server Management Studio 2005 for 2008 DB?
I am looking to manage a SQL Server 2008 DB using Management Studio 2005. The reason for this is because our server is a 64-bit machine and we only have the 64-bit version of the software.
Is this ...
15
votes
7answers
37k 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. I then change the ...
11
votes
3answers
21k views
How do I view the SSIS packages in SQL Server Management Studio?
Argh! I created an SSIS package via an Import Wizard and I can't find the SSIS packages on the server using Management Studio. Execute an SSIS package doesn't appear as an option when I go into job ...
8
votes
6answers
2k views
How can I display the execution plan for a stored procedure?
I am able to view the Estimated Execution Plan (Management Studio 9.0) for a query without a problem but when it comes to stored procedures I do not see an easy way to do this without copying the code ...
8
votes
4answers
6k views
Script all stored procedures in Management Studio 2005
In Enterprise Manager you could script all SPs in a database through the right click menu, is there a way to do it in Management Studio?
7
votes
7answers
6k views
Management Studio default file save location
Open a new query window. Write some SQL. Save the script, the Save File As
dialog box opens - but always to the same default location in the Profiles
directory. Is there any way to set my default ...
7
votes
3answers
6k views
SQL Server Management Studio 2005 - Change Default Directory for Backup Location
Using MS SQL Server Management Studio 2005 - To Restore a Database:
Restore Database
(*) From Device:
Click "..." Button
Backup media: File
Click "Add" Button
Popup Window: "Locate Backup File"
...
6
votes
4answers
2k views
Restrict varchar() column to specific values?
Is there a way to specify, for example 4 distinct values for a varchar column in MS SQL Server 2008?
For example, I need a column called Frequency (varchar) that only accepts 'Daily', 'Weekly', ...
6
votes
1answer
695 views
Expanding active file tab names in SQL Management Studio?
Is there anyway I can expand the names of any query tabs I have open in SQL Server Management Studio? It's almost impossible to navigate them properly if I have more than five open. See below for an ...
6
votes
10answers
4k views
Confirm before delete/update in SQL Management Studio?
So for the second day in a row, someone has wiped out an entire table of data as opposed to the one row they were trying to delete because they didn't have the qualified where clause.
I've been all ...
5
votes
5answers
1k views
A powerful management tool for MySQL with similar features to SQL Server Management studio
I am currently working with a developer who is experinced at MsSQL, but not much at MySQL. He has been cursing MySQL for having Bugs, and also being far harder to use.
Is is becuase his experince has ...
5
votes
5answers
10k views
How can I add SQL Server database objects to TFS?
We don't currently have our SQL Server objects in any form of source control. We recently installed TFS 2008 and I'd like to get our SQL server code added. I think I could script all of the database ...
5
votes
6answers
580 views
What's the best way to work with SQL Server data non-programmatically?
We have a SQL server database. To manipulate the data non-programmatically, I can use SQL Server Management Studio by right-clicking a table and selecting "Open Table". However this is slow for very ...
5
votes
8answers
978 views
What is the best development environment for TSQL / SQL Server
Just curious if there are better tools out there for sql server development. We currently use the standard MS stack . . . SSMS with the addition of Redgate's SQL Prompt (which rocks...most of the ...
4
votes
2answers
768 views
Unique constraint on multiple columns
CREATE TABLE [dbo].[user](
[userID] [int] IDENTITY(1,1) NOT NULL,
[fcode] [int] NULL,
[scode] [int] NULL,
[dcode] [int] NULL,
[name] [nvarchar](50) NULL,
[address] ...
4
votes
4answers
3k 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 an empty ...
4
votes
2answers
859 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 (setting/registry entry) ...
4
votes
3answers
4k views
Easily find one stored procedure in SQL Server Management Studio from 1000 in treeview?
Our database is about to reach 1000 stored procedures. Although we were wise and created a good scheme for naming the stored procedures, hunting for the stored procedure you need can be a bit ...
4
votes
2answers
329 views
How can I see where the tab stops are in the SQL Server Management Studio editor?
I dictate SQL using speech recognition, and lining things up is a pain. If I could see where the tab stops are it would save me a lot of time.
3
votes
1answer
650 views
Can't install SQL Server 2008 R2 management tool (complete)
I have SQL Server 2008 R2 Express installed on my workstation. I’m in the process of learning Entity Framework, and wanted to use the Management Studio Profiler to help understand the SQL commands ...
3
votes
2answers
154 views
Alter All Columns datatype in SQL Server
When I imported a table in SQL it suggested real datatype, now I would like to change all columns to double type...
Is there any script to automatically do this in SQL Managment Studio
My table is ...
3
votes
1answer
42 views
Can we add comments or a README file to a SQL Server database/table?
These days I am importing quite a lot of databases from my server and working on them locally. In the process, I am making a number of changes to the table structure and in the process using some ...
3
votes
2answers
886 views
Upload a file to a varbinary with SQL Management Studio
Is there any way to upload a file to a varbinary with SQL Management Studio without writting a manual SQL query ?
3
votes
7answers
614 views
Decent simple SQL Server client
does anyone know of a very simple SQL Server client tool - that does the same basic functions as Management Studio (i.e. choose a database and run a query - doesn't need an Object Explorer, or ...
3
votes
4answers
570 views
SQL Management Studio won't recognize a table exists after scripted create
So if I create a new table in the query editor in SQL Management Studio after hitting refresh on the DB I can see and work with that table. However if I want to run another query referencign that ...
3
votes
5answers
2k 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 gives you about each ...
3
votes
6answers
155 views
How to tell the data types after executing a stored procedure?
Is there a way when executing a stored procedure in Management Studio to get the data types of the result sets coming back? I'm looking for something like functionality of when you pass a table name ...
3
votes
3answers
1k views
Using cached credentials to connect to SQL 2005 across a domain boundary
Ever since moving to Vista some time ago on my development machine, connecting to SQL Servers in our DMZ active directory domain from client tools like SSMS has not worked like it used to. In XP, as ...
2
votes
1answer
826 views
error when running any query in sql server management studio: the file exists
When I run any query in sql server management studio, I get the following error:
An error occurred while executing batch. Error message is: The file exists.
Restarting SSMS didn't help. Neither ...
2
votes
6answers
6k views
How do I view executed queries within SQL Server Management Studio?
I am new to SQL Server Management Studio and am wondering if there is a way to see what queries have been ran against a database. Surely there is a way to see these. In the Activity monitor, there ...
2
votes
2answers
97 views
Can I do a foreign key lookup while importing data into SQL Server 2005?
Background
I have a spreadsheet of data that I'm importing into SQL Server 2005. I'm using the Import Wizard in Management Studio to do this.
Problem
I'm importing the data into Table A. Table A ...
2
votes
5answers
194 views
Any benefits to SQL Management Studio 2008 when only connecting to SQL Server 2005 databases?
We run SQL Server 2005 exclusively for databases that we use (I'm trying to push to get them upgraded, but alas!). On the client side with Management Studio, are there any benefits to upgrading to ...
2
votes
3answers
559 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 fool proof, but better ...
2
votes
1answer
670 views
connect to ms sql server 2008 using management studio 2005
is there any way to connect to ms sql server 2008 using management studio 2005?
2
votes
3answers
5k views
No “admin rights” in SQL Management Studio
I'm using SQL Management Studio 2008 Express as a graphic interface to my local SQL Server 2008 Express instance, both of which I have locally only as a test and developement interface for my web ...
2
votes
6answers
3k views
Performance problems with SQL Server Management Studio
I'm running Sql Server Management Studio 2008 on a decent machine. Even if it is the only thing open with no other connections to the database, anything that has to do with the Database Diagram or ...
2
votes
5answers
2k views
Find a table across multiple databases SQL SERVER 2005
I exported a table to a server but I can't find the table. Maybe I didn't put the right destination database. How can I find this table if my server has multiple databases, without opening each one of ...
2
votes
6answers
4k views
Visual Studio vs. SQL Server Management Studio - Your Pick
Just to preface: I work in a small company that does ASP.NET development and uses SQL Server 2005 for all of our database needs.
I was curious as to what were the pros and cons of using Visual ...
2
votes
2answers
217 views
Generating sql scripts for SQL Server using SQL Management studio
Is it possible to not have the:
/**Script Date: 10/27/2008 09:05:41 ****/
in the output?
I want to use Diff's so I can see what's changed, having a timestamp makes it difficult!
2
votes
4answers
3k views
Limit Database List to Ones With Permission SQL Server
By default if you connect to a remote SQL Server via an account that has access to say 1 of the 10 databases. You will still see in the Object Explorer all other databases, obviously due to ...
2
votes
4answers
951 views
In SQL Server Management Studio can I search for assets across multiple databases?
My everyday IDE is Eclipse which has a wonderful Open Resource feature (CTRL+SHIFT+R or Navigate > Open Resource) which allows the user to search for files/resources across multiple projects.
I can't ...
1
vote
1answer
156 views
How to set referential integrity rules in Microsoft SQL Server Management Studio 2008
I am new with Management Studio. I built relation between these two tables, but how to set integrity rules on them, like many-to-one, or many-to-many?
http://www.imageupload.org/?d=5862C4631 ...
1
vote
1answer
89 views
Is it possible to disable the 'shift+space' shortcut in SQL Server Management Studio 2008?
When I am editting data in the "edit top 200 rows" tab, I frequently press 'shift+space' as I am entering capitalized data, which kicks me out of edit mode. This is extremely annoying, and reduces my ...
1
vote
5answers
208 views
How to make my SQL Server Management Studio accept a .sql file
I have a .sql file I need to enter in to my database, but I can't find how to do it.
I'm using SQL Server Management Studio R2, but haven't found any options on how to add it.
When I try to attach ...
1
vote
1answer
294 views
SQL Server Server Management Studio Error “Attempted to perform an unauthorized operation”
When I start Microsoft SQL Server Management Studio, I get an a .NET Framework error. It was installed as part of SQL Server Express.
If I click "Continue", I get the usual "Connect to Server" ...
1
vote
1answer
143 views
SQL Server 2008 Management Studio Basic and Express
what are the differences between the SQL Server 2008 Management Studio BASIC and SQL Server 2008 Management Studio EXPRESS?
Do they are the same?
THANKS!
1
vote
1answer
271 views
SQL 2008 Select Top 1000 and update the selected database drop-down
When you right click and do a Select top 1000 rows from a table in sql 2008, it opens a tab and writes the sql and then executes it. This is okay, however I'll erase the sql and use the same tab often ...
1
vote
3answers
446 views
Easy plugin or procedure for sqlserver Management Studio to script row inserts
I've never been able to find a good script or plugin for sql server Management Studio (2005 and or 2008) for a very common scripting need: specifying a few/all rows in a table and scripting their ...
1
vote
4answers
273 views
SQL Server creating wrong table names, why?
Question: when I create a table (T_TableName) using SQL Server Management-Studio, it always creates the table as
Domain\UserName.T_TableName
instead of
dbo.T_TableName
What's wrong ?
1
vote
1answer
201 views
SQL Server 2008 SSIS package compatability
I am trying to save an SSIS package on a sql server running 2005. The issue I have is that I am using SQL Server Management Studio 2008 on my local machine to do this and it won't let me save the ...