Graphical UI provided by Microsoft for free to assist in managing and configuring SQL server.
10
votes
3answers
7k views
Generate SQL server scripts from command line?
In Microsoft SQL Server Management Studio 2008 there is a "Generate scripts..." option under the Tasks menu. I'm just wondering if this tool is available from the command line somehow?
It looks ...
5
votes
1answer
777 views
SQL Server Management Objects
Am getting the same error on the code below using either trusted or SQL logins:
VS2010, Console app .NET4, Win XP. SQL2005 Full.
Bombs on the transfer.TransferData
ERROR : errorCode=-1073548784 ...
3
votes
3answers
21k views
Changing the CommandTimeout in SQL Management studio
So far i have found how to change the ConnectionTimeout...
But how can i change the CommandTimeout in SQL Management studio?
0
votes
3answers
3k views
SQL Server Management Studio missing
i just installed sql server 2008 r2 and SQL Server Management Studio.
After installation i found that the SQL Server Management Studio has not been installed.
i wanted to install SQL Server ...
70
votes
4answers
22k 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 ...
75
votes
9answers
117k 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 ...
7
votes
2answers
4k views
Automatically refresh a query in ms sql server management studio?
Is there a way to automatically refresh the result of a query in the Microsoft SQL Server Management studio (SQL Server 2008 R2)?
Currently i'm debugging an application which automatically inserts ...
6
votes
4answers
5k 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 ...
6
votes
1answer
6k views
Is there a way to “export” an entire SQL Server database (schema and data) to text?
On a per-object basis, SQL Server Management Studio has the option to script the object to clipboard, file, etc. Is there a way (at the database level) to do a "1-click" export of ddl AND data to a ...
1
vote
3answers
1k views
Transfer SQL Server data to SQL Azure
I have a local database SQL Server 2008 Express and I have tables along with data in them. I want to export those schemas and data to SQL Azure database.
What I have tried in SQL Management Studio is ...
4
votes
2answers
2k views
SQL Server 2008 management studio intellisense auto refresh (not manually through menu or Keyboard shortcut)
The intellisense feature in SQL server management studio was long overdue (it was difficult especially for those used to Visual studio intellisense) and great to see that it is added in SQL Server ...
3
votes
1answer
829 views
How to enable automatic transaction scoping on SQL Server Management Studio?
I'm used to work with tools like Toad or PL/Sql Developer for Oracle and every SQL statement I run on the query window runs automatically under a trasaction scope. So, if my SQL statement is not ...
2
votes
1answer
385 views
database created in SQL Management Studios cannot be found by Visual Studio 2010
I created a new database (AC_2012) on my localhost in MS SQL Server Management Studios 2008.
I'm trying to connect it via connection string in web.config in Visual Studios 2010 Premium. It won't pick ...
2
votes
1answer
3k views
Script all views/functions/proceudres in a Sql Server database in dependency order
Sql Server 2008 (and probably most other versions): Management Studio has a 'generate scripts' option that can in theory script a whole database with all objects (Right click, tasks, Generate ...
1
vote
2answers
225 views
TSQL Query returns values for each hour for the past 24 hours
I have a query that I don't really know how to begin with. I'm hoping someone can help me out with it. I will start by explaining the table
I have a device table with four columns: Device_Id, ...
1
vote
3answers
5k views
SQL Server Management Studio Express and MySQL?
Is there a way to use SQL Server Management Studio Express together with a MySQL database? I guess even if it works, intellisense wont work?
Thanks!
1
vote
2answers
149 views
SQL Azure Migration Wizard - small extra step needed?
I've recently migrated a couple of SQL 2008 databases to Azure using the 3.7 Migration Wizard from CodePlex.
After completing the migration, everything works well, except that I don't have all the ...
1
vote
3answers
569 views
Automate Generate Scripts Wizard in SQL2008
Problem: how to automate a Generate Scripts in SQL2008 Management Studio:
ie right click on database, Tasks, Generate Scripts
All Tables
All Stored Procs
Create drop statements
Don't use USE ...
0
votes
3answers
283 views
Missing SQL Management Studio
I installed SQL 2008 Enterprise edition all work properly during the installation all requirement are passed then after click finish go to :
start --> All Programs --> Microsoft SQL Server 2008 --> ...
0
votes
0answers
289 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?
...