Graphical UI provided by Microsoft for free to assist in managing and configuring SQL server.
2
votes
3answers
741 views
How to find matching begin and end statements in SQL Server management Studio 2012?
How to find matching begin and end statements in SQL Server Management Studio 2012? I have a very long stored proc with several levels of multi page nested if statements. The SQL is already ...
1
vote
3answers
934 views
SQL Server Management Studio - Server Names Disappeared
The first dialog box you get when opening SSMS (mine is 2008 R2) allows you to choose which server you want to connect to.
I had at least six servers in that list, including a local server called ...
-2
votes
3answers
208 views
How to test the speed of a query without downloading the actual data?
I have a multiple result-set store procedure on a remote Sql Server 2008. Currently, the procedure is returning a rather large result set that is to be parsed and used on a website that is hosted on ...
2
votes
2answers
159 views
How to Connect to SQL from Management Console using T-SQL
I have a group of SQL servers spread out in 25 locations that all have the same database. I can connect to all of them manually using the Management Console. In the server management console under ...
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
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
2answers
442 views
Cannot connect to sqlexpress
I just installed of SQL Server Management Studio Express 2012, and then I try to connect database engine with servername : ./sqlexpress, but it failed.
Its raised message like below :
TITLE: ...
0
votes
2answers
52 views
Fast way to build database alteration queries in SQL server
(sorry - the question wasn't originally clear. I'm not looking for the fastest ways to build insert, delete statements etc, but the fastest way to build queries to alter, for example, tables in the ...
0
votes
2answers
206 views
SQL 2005 Management Studio throwing syntax errors while trying to save changes to a table in Design view
Just recently, SQL 2005 Management Studio started throwing syntax errors while trying to save changes to tables. These are tables being made in Design view, not as TSQL scripts.
'Build_Group' table
- ...
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 ...
2
votes
1answer
294 views
SQL Server 2008 trace query and output (record rows) of query execution
I want to programmatically trace and save all queries and outputs (record rows) of queries execution in SQL Server 2008 R2.
I've easily implemented a query grace program based on TraceServer class of ...
2
votes
1answer
569 views
SQL Management Studio Settings (Silent Install)
I've got some problems with the configuration of the sql management studio.
The installation is no problem.
The problems apperead during the Configuration, i need to configure (in options):
Tab ...
2
votes
1answer
106 views
Automatically view specifc database in Management Studio
We have an SQL database that is hosted remotely and I use SQL Server Management Studio to manage everything. Being that we are on a shared server there are many other databases on the same server. ...
2
votes
1answer
408 views
Sql management studio solution generation over TFS
I'm writing some utility which performs following:
creates structure for sql database
creates solution + projects
binds projects and solutions to TFS
I'm able to recreate .ssmssln, .ssmsqlproj, ...
1
vote
1answer
239 views
Edit database in management studio using visual studio c#
I have created a database using SQL Server Management Studio and am now trying to edit that database using Visual Studio Express 2012. I have connected the database to Visual Studio and can see my ...
1
vote
1answer
75 views
Managing an SQL 2005 instance from management studio that ships with SQL Server 2008 R2
Is there any one using the management studio that comes with SQL Server 2008 R2 to manage an SQL server 2005 SP3 instance?. Are there any issues to watch out for? Any recommendations?
Thanks.
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
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
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
586 views
Can't connect to SQL Server Express database from Visual Studio 2012
I have an install of SQL Server Express and SQL Server 2008 R2 (v10.50) running on my machine.
For some reason I can only see the SQLEXPRESS instance in the server explorer in visual studio. Any ...
0
votes
1answer
34 views
sql script from base
in my project database model is changed periodically, but since database contains test data they have to re-enter each time.
script to insert data quickly becomes relevant. at the moment it is done ...
0
votes
1answer
193 views
How to read the hints in SQL Server Management Studio execution plan
I am having difficulties understanding the hints in the execution plan you can get through SQL Server Management Studio. Here is an example (simplified, but everything is included)
Index Seek ...
0
votes
1answer
63 views
why executing sql script shows different constraint in the design view
I have executed the following script in sql server management studio.
create table Accounts_RolePermissions
(
RoleID int not null,
PermissionID int not null,
Primary ...
0
votes
1answer
343 views
Limit access to the database
how do i limit the user access to the database i installed to the management studio for only certain people(probably me alone) to access?
But i got a surprise when i saw the database i installed to ...
0
votes
1answer
114 views
Management studio 2008 debugger does not support 2005
When I try to access a 2005 database in studio 2008 I receive the debugger does not support 2005 or earlier.
This is a new install, as far as I understand. Is there something that I need to turn off ...
2
votes
0answers
135 views
SQL Studio 2008 r2 - Copy Wizard (MO Method) Invalid column name (what object?)
Hi I am using the copy wizard in studio 2008 r2.
I am using the Management Objects method, as I cannot take the database offline.
The copy fails with the follwing error :
Event Name: OnError ...
2
votes
0answers
126 views
Is there a way to bind SSMS 2012 keyboard shortcuts to a procedure in a way where I can pass the fully qualified object name?
In SSMS 2012, is there any way I can bind a keyboard shortcut (e.g. Ctrl-5) so that I can highlight a qualified object name (e.g. master.sys.objects) and invoke my own procedure using that object name ...
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 ...
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 ...
1
vote
0answers
173 views
How do I change “Database default locations” for LocalDB in SQL Server Management Studio?
Connect to LocalDB in SSMS
Open Server Properties -> Database Settings
Change Data/Log/Backup locations -> click OK
When I click OK I get this error:
Found some blogpost and changed this in ...
0
votes
0answers
18 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 ...
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
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 ...
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 ...
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!
...
0
votes
0answers
32 views
How do I display the tabs in the query window in SQL Server Management Studio?
SQL Server Management Studio crashed on me due to plug-ins that we use (source control/schema/data compare, etc) and I had to reset it to defaults.
But now, every time I click on New Query the query ...
0
votes
0answers
168 views
SQL Server Management Studio Query, Horizontal to Vertical array?
Not sure if there is any basic info you need to know...I'm running SQL Server 2008 Standard.
I need to create a query that has data from multiple columns (Columns 1-6 with corresponding Date started ...
0
votes
0answers
56 views
Missing values of rowguid and ModifiedData in packets between SQL Server and clients
I captured packets, which are sent between SQL Server and clients, with Wireshark.
I found all field names and field values according to TDS protocol.
But I couldn't find column data of rowguid and ...
0
votes
0answers
28 views
SQL management studio weird vertical stripes above lines
Is there anybody who know's why I get these weird vertical stripes above every text I type into a query window in SQL Server management studio.
this is how it looks:
On my other computer I don't ...
0
votes
0answers
75 views
SQL Server text layout changes when going to Query Editor
Can someone help me with this? When I write a query in SQL Server Management Studio 2008 or do a select top 1000 it looks like this:
SELECT TOP 1000 [COLUMN_1]
,[COLUMN_2]
,[COLUMN_3]
...
0
votes
0answers
59 views
Updating New Storeprocedure from SSMS 2008 is not working as expected
I was trying to update the 'New Store Procedure...' from menu in SSMS 2008, but is not working as expected, I found how to do it but externally to the SSMS:
Customise default 'New Stored Procedure' ...
0
votes
0answers
190 views
Turn on SQL Server Change Tracking in a SQL Compact 3.5 Database
Is there a way to enable change tracking in a SQL Compact 3.5 SP2 database from Visual Studio or SQL Server Management Studio? The best I have been able to find is this link, but as I go through the ...
0
votes
0answers
212 views
SQL Server Management Studio 2008 — Differences between what is seen and what is really in DB?
I altered a stored procedure in SQL Server Management Studio database and everything appeared as expected. When my ASP.NET website called that stored procedure, it complained of invalid arguments. ...
0
votes
0answers
282 views
How do I programmatically open a new tab in an open instance of SQL management studio?
When I need to open a query window for a database, my tool currently opens a new instance of SQL management studio for each database. Is there a way to instead open a new tab in an existing instance?
...
