Graphical UI provided by Microsoft for free to assist in managing and configuring SQL server.

learn more… | top users | synonyms

0
votes
0answers
19 views

SQL Server 2008 R2 Management Studio debugging: How to break at an exception?

In Visual Studio 2008 I can use CTRL+D+E to make selections to have the debugger break at the point of exception, regardless of whether there is a catch block or not. Is there a similar option in ...
1
vote
1answer
37 views

SQL Management Studio 2012 conflicting with VS2012

I can't seem to install both programs on my computer at the same time and I don't understand why! Management Studio requires Visual Studio Shell Isolated 2010 to work, but if it's installed I get a ...
2
votes
2answers
24 views

Any consequences when re-creating a table?

If I want to extend a column length from 30 to 60 characters for a varchar column in SQL Server Management Studio, I have to uncheck the box Prevent saving changes that require table re-creation. Are ...
7
votes
2answers
908 views

Is it possible to automatically force SQLCMD mode in script

We're using Visual Studio Database Professional and it makes heavy use of SQLCMD variables to differentiate between environments while deploying. I know there's several directives available for ...
70
votes
7answers
105k views

Where is SQL Server Management Studio 2012?

I had on my laptop SQL Server 2008 R2 and Visual Studio 2008 and 2010 (we're a training company - hence the need for multiple versions). I've installed SQL Server 2012, and have finally got SQL ...
0
votes
1answer
26 views

How can I modify the default file name format for auto generated script files in SQL Server Management Studio?

Our database contains about 600 stored procedures and functions. We are trying to better manage changes to the database scripts without having to purchase any additional software. We would like to ...
1
vote
1answer
17 views

SQL server convert entire table to a script?

I want to create my ENTIRE table as a script - columns, constraints, rows etc. as a script in SQL server management studio. How do I do this ?
0
votes
2answers
27 views

How to create a SQL Schema in a Query?

How can I create a sql schema in a Query? I'm using MS SQL Server Management Studio (SQL Server 2008).
1
vote
3answers
1k views

Limited permissions for a SQL Server user

I have a .NET application which connects to SQL Server 2008 for storing some data. I use SQL Server authenthication providing an sq username and a password to my end-user in app.config file. If ...
0
votes
2answers
67 views

SQL Server management studio 2012 still using server 2005 instance

I had previously installed SQL Server 2005 and its management tools. Now I have installed SQL Server 2012 and Management studio 2012 along with it. I did not uninstall the previous SQL Server 2005 ...
0
votes
1answer
12 views

sql managment studio is sending and receing data with no reason

I am programming and the sql management studio was left open I detected an unusual amount of data transfer by sql management studio (mostly sending out) it was continuously sending with speed of 16 ...
0
votes
0answers
17 views

How to enter a single quote in SQL Server Management Studio?

I am not asking about how to get a single quote into SQL or how to escape it, I'm talking about SQL Server Management Studio always automatically adding a matching single quote whenever I type in a ...
0
votes
1answer
20 views

Migrating an SQL database from a server to another [closed]

I am new to this world: I am given a list of files and I am requested to deploy them on a server (and then someone else will delete them from the old server). according to my research (and correct me ...
2
votes
3answers
3k views

Find storedProcedure by name

Is there any way I can find in SQL Server Management studio StoredProcedure by name or by part of the name ? (on active database context) Thanks for help
0
votes
2answers
145 views

How to find server name of SQL server management studio

I am new to programming. I wanted to learn ASP.net so I insatalled Visual studio 2010 and Microsoft SQL server 2008. The first thing I did is open the SQL server management studio then I got connect ...
0
votes
0answers
13 views

Connecting to a Database Engine on Starting SQL Management Studio

Is there any way one can connect to one or many Database engines automatically when you start up MS SQL Management Studio 2012? I googled around but oddly I couldn't find an answer for what would seem ...
0
votes
0answers
65 views

How to copy a existing stored procedure ( .sql file ) into a MS SQL Server 2008R2 database with SQL Server Management Studio

I had on another PC a database which did contain a stored procedure, I could see it in the object explorer of MS SQL Server Management Studio like in the picture below: My web-application connected ...
1
vote
2answers
53 views

SQLCommand Fails When Connection Parameter is Not Set

I am having an interesting time using the Statement below that reads like this SqlCommand RiskRevalCommand = new SqlCommand("select * from CreditAdmin.dbo.CreditData_Test"); I took the SQL ...
1
vote
0answers
46 views

SQL Server 2008 R2 Management Studio : configure autocomplete in intelisense

I have a database with some tables which begin like SQL commands, for example: COUNTries TOPics And so on. I would like to configure intellisense in a way, so it does not autocomplete when I ...
3
votes
1answer
82 views

SQL frequency of event

I've been asked to report the frequency of contacts for our clients i.e. how many of our clients are seen on a weekly, monthly, quarterly or annual basis. When "frequency" is discussed in forums they ...
0
votes
2answers
94 views

Organising Dbs and tables in SSMS

This is a repost of a question I asked 4 or 5 days ago, with zero response. Hoping for more luck this time... (Using SQL Server 2008) Hi Within the next few weeks I plan to introduce SQL server to ...
0
votes
2answers
325 views

Transfer data from one SQL Server table to another

For example I have one SQL Server database that contains a table Id Address 1 England,London,someaddress 2 Germany,Berlin,someaddress2 And I have another SQL Server database that ...
0
votes
2answers
347 views

SQL Server 2008 Management Studio Not Showing Database

I've got a fresh install of Windows Server 2008 R2 SP1 and just installed SQL Server 2008 R2, including SQL Server 2008 R2 Management Studio. When I go into Management Studio, it does NOT show the ...
0
votes
0answers
53 views

Script Files open up another instance of SSMS

I have been experiencing weird behavior with how my Sql Server handles script files. When I click on a .sql file, another instance of SSMS fires up. If I click on another, 3.rd instance fires. All of ...
0
votes
0answers
40 views

SQL server 2008 How to determine continuation rate of students entries in multiple files

I have 6 tables that contains students information. All of them share the same column names, but with different data. So, the question is how to make a report that determines a continuation rate of ...
2
votes
1answer
565 views

Connect to sql server 2008 using Microsoft Server Management Studio

I have difficulties connecting to my MS SQL Server and I can't find tutorial or answer how to do this, even though I think this should be something pretty standard. My current setup is this - I have ...
-1
votes
1answer
453 views

Sql Server Error 926 Suspect Database [closed]

I can not see the database when I expand all database, and when I do I get the following error. Can not open database 'msdb'. It has been marked SUSPECT by recovery. See the error log of SQL Server ...
6
votes
4answers
4k views

SQL Server Management Studio 2012 hangs

When I click on the "Databases" node in "Object Explorer" it just keeps on "Loading items" until at some point it just hangs. This happens only when connecting to a remote server, not when accessing ...
1
vote
1answer
3k views

SP1 update for Visual Studio Express 2008

I was trying to install SqlServer 2008 and got an error saying, that my Visual Studio (namely Visual C# 2008 Express) was not up-to-date, and it required VS 2008 SP1. The only update I have found on ...
5
votes
3answers
4k views

Ctrl+F and Ctrl+H doesn't work in SQL management studio

I cannot use the Ctrl+F and Ctrl+H in my SQL Management studio. Even if I use the menu items it doesn't work. Haven't installed anything new or changed anything recently. Any ideas?
0
votes
2answers
254 views

1:1 relationship in SQL Server Management Studio 2012

I want to create a 1:1 relationship in SQL Server Management Studio 2012, please help me, can't find the correct way, every time I try it creates a one to many relation.
15
votes
2answers
15k views

How to edit one specific row in Microsoft SQL Server Management Studio 2008?

In Microsoft SQL Server Management Studio 2008, is there a secret to be able to edit one row based on a key? There's an option to do "Edit Top 200 Rows", but what if I want to select some other row ...
0
votes
1answer
183 views

Connecting to SQL Azure via Management Studio

I have a SQL Azure database. I can successfully connect to the database via the Azure management portal. In addition, I can successfully connect to the database from my application using the Entity ...
3
votes
3answers
7k views

Why Intellisense doesn't work in SQL Server Management Studio 2008 R2?

I have SQL Server Management Studio 2008 R2. I have tried these: Tools->Options->Query Execution->SQL Server->General, make sure “By default, open new queries in SQLCMD mode” is unchecked Go to ...
1
vote
0answers
115 views

Moved to 64-bit Win7 desktop, using 32 bit SSMS, certain XML fields not coming back consistently

Just got moved to a new Win7 64-bit desktop. I'm running the 32 bit version of SQL Server Management studio against a SQL Server 2005 DB server (not my choice, that's what was installed). If I query ...
0
votes
2answers
96 views

SQL Server Management Studio ZEROFILL

I am trying to add a auto_increment primary key with ZEROFILL with a max size of six. So it outputs: 000001 000002 etc... However I am really struggling to achieve this and cant find the answer. ...
1
vote
2answers
301 views

Conversion from 'uniqueidentifier' to 'int' is not supported on the connected database server

I'm about to migrate my database from using old membership to the one included in mvc4, which uses int instead of guid. When changing the type I get following error: Conversion from int to ...
0
votes
1answer
56 views

Executing a raw sql command needs always the schema + tablename in sql management studio

When I am executing a SQL statement like: Delete From [dbo].[User] this works fine. When I execute this statement also in my SQL Server 2012 Management Studio: Delete From User it does not ...
0
votes
1answer
82 views

Migrate SQL Server 2000 data to SQL Server 2008

I want to migrate 2 database from my old SQL Server 2000 to my new server with the 2008 version. I do that with the Management Studio 2008 with the export data task. It works fine and no error occurs ...
1
vote
2answers
336 views

SQL Server Management Studio show complete content of field varchar(max)

There is a way in SQL Server Management Studio to read all the contents of a varchar(max) column when you run a select? I know that there is an option in Options > Query Execution > SET ...
0
votes
1answer
13 views

Customising Object Explorer

Object Explorer shows this: But I only want to see Keys and Columns folder expanded when I clicked on database plus icon. Like this: Is there any way to do this via script or something else?
0
votes
0answers
386 views

Change SQL Server 2012 Management Studio to look like the 2008 version [closed]

Is there a theme or setting that will make SQL Server Management Studio look more like 2008? I keep getting thrown off track whenever I open 2012 since it looks similar to VS.
4
votes
1answer
1k views

Changing window title in SQL Server Management Studio [closed]

Is there a way to change the window title of my SQL Server Management Studio to display current server I'm connected to? To know which DB I'm connected to, I have to scroll all the way up to see the ...
0
votes
1answer
97 views

Is is posiible to display Editable Row with selected Column wise sorting in MS SQL Server Management Studio

I am not sure whether am asking right question or not but here a case where i have to edit row/cells depending on some conditions, ie I have open MS SQL Server Management Studio, right click on ...
0
votes
2answers
20 views

SQL Server management scaling

We are playing with a multi tenant architecture not baed on partitions but rather havings tons of databases. We decided to run some tests Generated 5 000 database schemas, each contains ~ 100 DB ...
0
votes
1answer
59 views

How do you exclude a column from showing up if there is no value?

Question about a query I'm trying to write in SQL Server Management Studio 2008. I am pulling 2 rows. The first row being the header information, the second row being the information for a certain ...
0
votes
1answer
137 views

importing into Excel 2007 from SQL server management studio

I am trying to import some results from a SQL query into excel ignoring line breaks. The results look fine in SQL server a typical record has the following column extracted from a HTML address ...
2
votes
3answers
106 views

How to check if a view exists that uses a table

Is it possible to check if a table is part of a view in same or different database using SQL Server Management Studio? If it can be done through some plugins, that would be fine too.
0
votes
0answers
369 views

SQLServer Management Studio connect to Azure VM SQLServer [Solved]

I'm new with Windows Azure and I need to try to establish connectivity between my laptop and Windows Azure VM running SQLServer! It seems like is a simple question but i'm with serious difficulties! ...
1
vote
3answers
259 views

Quick way to modify MS SQL stored procedure

I need to edit Microsoft SQL stored procedures frequently and i found the traditional way (Open MSSMS -> expand the databases tree, expand the stored procedures tree and define filter by the name of ...

1 2 3 4 5