Microsoft SQL Server Management Studio
33
votes
4answers
9k views
Removing the remembered login and password list in SQL Management Studio
I've recently used our company's spare laptop (that has a general user set up) while mine was being repaired. I've checked the "remember password" option in SQL Management studio when logging in to ...
29
votes
5answers
23k views
How do you specify a different port number in SQL Management Studio?
I am trying to connect to a Microsoft SQL 2005 server which is not on port 1433. How do I indicate a different port number when connecting to the server using SQL management Studio?
Thank you,
...
25
votes
10answers
10k 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 select all the export ...
22
votes
5answers
12k 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 history of servers ...
18
votes
10answers
11k 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 poorly formatted SQL and ...
17
votes
11answers
15k views
SQL Server Management Studio 2008 Intellisense
I just installed SQL Server Express 2008 because of intellisense feature. It worked at first but than it stopped working. Looking for the option to check and later consulting Google I have found that ...
14
votes
5answers
5k views
Printing SQL Server Diagrams (from SQL Server Management Studio Express)
I am having trouble printing my diagrams, I seem to be getting portions of the diagram blocked out, etc. I've tried several different computers, printers, and databases, so it seems to be a problem ...
14
votes
5answers
32k views
How can I change my default database in SQL Server without using MS SQL Server Management Studio?
I dropped a database from SQL Server, however it turns out that my login was set to use the dropped database as its default. I can connect to SQL Server Management Studio by using the 'options' button ...
13
votes
3answers
417 views
Is there a way to programmatically convert a SQL Server query plan to an image?
I'd like to be able to convert SQL Server query plans from XML to images. Ideally a vector format, but a bitmap would do.
Is there an open source library to do this? Or can I use one of the SQL ...
13
votes
5answers
12k views
Saving changes after table edit in SQL Server Management Studio
If I want to save any changes in a table, previously saved in SQL Server Management Studio (no data in table present) I get an error message:
"Saving changes is not permitted. The changes you have ...
13
votes
6answers
13k views
how do I make a composite key with SQL Server Management Studio?
how do I make a composite key with SQL Server Management Studio?
I want two INT columns to form the identity (unique) for a table
12
votes
11answers
16k views
How to type a new line character in SQL Server Management Studio
In the "datagrid" view of an open table of data, how can I type a new line character into an nvarchar field directly in SSMS?
Is there an alt code?
11
votes
3answers
4k views
SQL Server 2008 can't login with newly created user
Using Vista...
1) I open SQL Server Management Studio.
2) I create a new Login by right-clicking on Security->Logins.
Check: SQL Server Authentication
Login name: tester
Password: test
Click OK
3) ...
11
votes
2answers
10k views
How to quickly edit values in table in SQL Server Management Studio?
Aside from context menu -> "Edit Top 200 Rows" from Object Explorer, is there a quick way to open a table in Edit mode where I can just quickly modify the value of a cell?
I need to be able to page ...
11
votes
6answers
6k views
What's the difference between SQL Server Management Studio and the Express edition?
I'm using Express currently. What extra features do I get with the full edition?
10
votes
6answers
14k 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.
For example whilst ...
10
votes
4answers
13k views
How can I manage SQL CE databases in SQL Server Management Studio?
I created a SDF (SQL CE) database with Visual Studio 2008 (Add / New Item / Local Database).
Is it possible to edit this database with SQL Server Management Studio? I tried to attach it but it only ...
10
votes
4answers
8k views
Autocomplete on SQL Management Studio?
Does anyone know if there's an add-in that does autocomplete for queries on SQL Management Studio?
9
votes
8answers
409 views
GUI tools for mysql 5.0
Is their any GUI-interface for MySQL, like Microsoft SQL Server 2005 Server Management Studio provides? Because basically I am operating MySQL with command prompt interface.
9
votes
4answers
3k views
How do I create a SQL table under a different schema?
This is from SQL Server 2008, ssms
When I create a table, it creates under dbo.
I would like to create it under a different schema, but when I use the 'New Table' dialog, I can never find the field ...
8
votes
3answers
753 views
How to delete server entries in SQL Server Management Studio's “Connect to Server” Screen?
In the "Connect to Server" screen, SQL Server Management Studio stores all entries you have ever entered for Server Name, login and password. This is very helpful, but from time to time things change, ...
8
votes
6answers
4k views
Rename database data file in SQL Server 2005
I need to rename a databases data file. Is this possible through SQL Server Management Studio?
FYI, I do not have permissions to the underlying box.
Edit: I also need to change the location of the ...
8
votes
3answers
2k views
Schema changes not updating in Intellisense in SQL 2008 (SSMS)
I've notice an issue - it feels like a bug but I suspect a 'feature' - in SSMS in SQL Server 2008.
I have various tabs open, for example an alter table script in one table and a SProc that queries ...
7
votes
2answers
111 views
SQL Server 2008 Query Editor changes the query logic
I hand coded a simple SQL in SQL Server 2008 as below;
SELECT * FROM Tab1 WHERE
A='1' AND (B='1' OR C='1');
Being lazy I opened this query in the Query Editor to validate the syntax and pressed OK ...
7
votes
3answers
10k views
Auto-increment primary key in SQL tables
Using Sql Express Management Studio 2008 GUI (not with coding), how can I make a primary key auto-incremented?
Let me explain: there is a table which has a column named "id" and the items of this ...
7
votes
1answer
2k views
Query Execution time in Management Studio & profiler. What does it measure?
I have my production SQL Server in a remote data center(and the web servers are located in the same data center). During development we observed that one particular view takes a long time to execute ...
7
votes
1answer
2k views
How to alter SQL in “Edit Top 200 Rows” in SSMS 2008
In SQL Server 2008 Management Studio, when I right click on a database table and choose "Select Top 100 Rows", I can then e.g. easily add a "ORDER BY " statement to the SQL. That works fine.
But when ...
7
votes
1answer
15k views
Import / Export database with SQL Server Server Management Studio
I thought this would be trivial, but it isn't... I'm sure there is a simple way to do it but I can't manage to find it. Shame on me.
I want to import/export the database itself, the tables, the ...
6
votes
1answer
324 views
SQL Server Management Studio: icon meaning
I'm just wondering what this icon means in SQL Server 2008 Management Studio (between the minus sign and the database icon with a green arrow).
The DB engine is just working as expected. SQL Server ...
6
votes
3answers
7k views
ALTER DATABASE failed because a lock could not be placed on database
i need to restart a database because some processes are not working. my plan is to take it offline and back online again.
i am trying to do this in sql server management studio 2008
use master;
go
...
6
votes
3answers
2k views
Why did SQL Server Management Studio 2008 command-line switches stop working?
I've always relied heavily on Windows shortcuts to SSMS that include command-line switches allowing me to quickly open up a specific database on a specific server. For example
Ssms.exe -S ...
6
votes
4answers
5k views
How do I view the full content of a text or varchar(MAX) column in SQL Server 2008 Management Studio?
In this live SQL Server 2008 (build 10.0.1600) database, there's an Events table, which contains a text column named Details. (Yes, I realize this should actually be a varchar(MAX) column, but whoever ...
6
votes
3answers
712 views
SQL Management Studio - Execute current line
In SQL Server 2008 Management studio, I can hit F5 to execute everything in the current query window. I can also highlight a query, and hit F5 to run that highlighted query.
Instead of having to ...
6
votes
8answers
2k views
Query times out in .Net SqlCommand.ExecuteNonQuery, works in SQL Server Management Studio
Update: Problem solved, and staying solved. If you want to see the site in action, visit Tweet08
I've got several queries that act differently in SSMS versus when run inside my .Net application. The ...
6
votes
2answers
4k views
How do I add TFS as a Source control plug in to SQL Server Management Studio Express 2008?
In SQL Server Management Studio Express 2008 options, under source control the only available options "out of the box" are Microsoft Visual SourceSafe, and... (wait for it) ...Microsoft Visual ...
6
votes
5answers
20k views
How can I enable Full-Text indexing using SQL Server Management Studio in SQL Server 2008 Express?
I did it using the commands as described here and it works but I want to do it using the SQL Management Studio.
SQL Server 2008 Books Online says this:
To create a full-text catalog:
In ...
5
votes
2answers
29 views
Is there a way to have SSMS open a certain connections every time I open it up?
Every night the university reboots every machine in my department at midnight and I help my professor with various projects on 11 different sql servers. Since i do not own a personal computer i can't ...
5
votes
3answers
278 views
SQL Server Management Studio connection defaults to 'master' when selecting a database-specific object
In SQL Server 2008 R2 Management Studio, if I right-click on an object inside a specific database and choose "Select top 1000 rows ..", the database connection for the query window always opens on ...
5
votes
1answer
54 views
Generate changes script
Let's imagine I added new column for some table in SQL Server Management Studio. Is there any way to get change script which is executed when I press save?
What I want to achieve is to apply the same ...
5
votes
1answer
179 views
restore tabs after reopening SQL Server Management Studio
I don't suppose there's a way to emulate a FireFox-type of setup, whereby if I close SQL Server Management Studio (2008) my open tabs will be there again when I restart? I know I can save the ...
5
votes
2answers
85 views
Turn off Database Diagrams in SSMS
I use the keyboard arrow keys to navigate the SSMS Object Explorer, and when I expand a database, the first two items are Database Diagrams and Tables.
I usually want to get to Tables (or something ...
5
votes
2answers
1k views
Microsoft SQL Compact Edition rename column
Hy,
I'm new with SQL Compact Edition and I am having problems renaming a column. I know that you can rename a table using sp_rename and this doesn't work with columns.
I've searched for an ...
5
votes
5answers
1k views
SQL Server Management Studio: Import quietly ignoring 99.9% of data
The Problem
i'm trying to import data into a table using SQL Server Management Studio's Import Data task. It only brings in 26 rows, out of the original 49,325. (Edit: That's where 99.9% comes from: ...
5
votes
2answers
514 views
SQL Server 2005, how to copy a Database Diagram to another server
Is there a way to copy a SQL Server Database Diagram to another server?
I found this and modified it sightly to copy only one diagram:
INSERT INTO dbB.dbo.sysdiagrams
SELECT ...
5
votes
3answers
1k views
Forcing Management Studio to use ALTER TABLE instead of DROP/CREATE
I'm wondering if is there a way to force MSSQL Management Studio to produce a script like this:
ALTER TABLE Mytable
ADD MyCol bit NOT NULL
CONSTRAINT MyColDefault
DEFAULT 0 WITH VALUES
ALTER TABLE ...
5
votes
5answers
1k views
Sql Server Management Studio Object Explorer dissapeared - missing - vanished
ok, my Sql Server Management Studio Object Explorer had dissapeared. I know the shortcut F8, and the view->object explorer method.. neither do anything, ive clicked everything on the keyboard, googled ...
5
votes
5answers
3k views
How to see the values of a table variable at debug time in T-SQL?
Can we see the values (rows and cells) in a table valued variable in SQL Server Management Studio (SSMS) during debug time? If yes, how?
5
votes
2answers
528 views
Stop SSMS from scripting SPs using sp_executesql?
When I use SSMS to script a stored procedure, it wraps the script in a sp_executesql statement which bugs me. Is there a way to stop SSMS from doing this and use a straight CREATE PROCEDURE...?
EDIT: ...
5
votes
2answers
1k 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 searched on the net and ...
5
votes
5answers
2k views
Is there a command line option like devenv.exe /Edit for Sql Server Management Studio
I'm using visual studio's external tools to open .sql scripts in Sql Server Management Studio (SSMS). The problem is, each time I use the external tools command to open a .sql file from visual ...