Top "Ssms" questions

Microsoft SQL Server Management Studio is a graphical tool for configuring, managing, and administering all components within Microsoft SQL Server.

Ctrl R not working in SQL Server 2012

In SQL Server 2012, Ctrl+R not working. Any other shortcuts for that. Any setting changes available or is there any …

sql-server-2012 ssms
How to word wrap in SQL Server Management Studio

How do I enable word wrap for SQL Server Management Studio 2008's query editor?

sql-server editor ssms
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 …

sql-server ssms enterprise-manager
How to use git as source control provider for SQL Server Management Studio

Can we use GIT as the source control for sql management studio?

sql-server git ssms
How to generate scripts to recreate table using SQL Server Management Studio [Schema and data]?

I have a table in a local SQL server database. I want to recreate this table in a hosted database. …

sql-server ssms sql-server-2008
What is the purpose of .edmx files?

What is the purpose of .edmx files? Reading the CSDL, SSDL, and MSL specifications, it looks to me like .edmx …

entity-framework entity-framework-4 linq-to-entities ssms
In SQL Server Management Studio what is SQLCMD mode?

In SQL Server Management Studio I would like to know what is SQLCMD mode?

sql-server ssms
Error Invalid prefix or suffix characters in SQL Server Management Studio

When I try to edit table data in SQL Server Management Studio 2008 R2 (right click in table object, Edit Top 200 …

sql-server sql-server-2008-r2 ssms
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 …

sql ssms sql-server-2012
SQL Server - How to alter column nvarchar length without drop

I'm trying to alter the length of the column "Body" in table "Post" like this: ALTER TABLE Post ALTER COLUMN …

sql sql-server ssms