Microsoft SQL Server Management Studio is a graphical tool for configuring, managing, and administering all components within Microsoft SQL Server.
I thought this would be trivial, but it isn't... I'm sure there is a simple way to do it but …
sql-server import export ssmsI need to be able to establish an ODBC connection through SQL Server authentication. In SSMS how do I grant …
sql sql-server sql-server-2008 ssmsI am trying to connect to a Microsoft SQL 2005 server which is not on port 1433. How do I indicate a …
sql-server sql-server-2005 ssmsIn Visual Studio & other IDEs, you can easily auto format your code with a keyboard shortcut, through the menu, …
sql-server formatting ssmsI'm trying to write a script that will completely empty a SQL Server database. This is what I have so …
sql-server sql-server-2008 ssms sp-msforeachtableAside from context menu -> "Edit Top 200 Rows" from Object Explorer, is there a quick way to open a …
sql sql-server ssmsSQL Server Management Studio always inserts a GO command when I create a query using the right click "Script As" …
sql-server tsql ssmsI have the following error while I connect to SQL Server 2008 Management Studio with Windows authentication. "The request failed or …
sql-server sql-server-2008 ssmsHow to recover the unsaved scripts if the SSMS crashes / unsaved tab gets accidentally closed?
sql sql-server tsql sql-server-2012 ssmsI installed SQL Server 2008 R2 to my local machine. But, I can't create a new database because of rights (or …
sql sql-server sql-server-2008 ssms sqlcmd