This post will give you step by step instructions on how to fix the issue in Microsoft SQL Server Management Studio that causes the studio to hang, spin, or loop forever when trying to select a database from the plethora …
Category: SQL Server Management Studio
SQL Server Management Studio – How to determine Product Version, Edition, and Level
How to determine what version of SQL Server Management Studio you are running can be determined within SQL Server Management Studio by performing a SQL Query.
Here’s how:
1) Open Microsoft’s SQL Server Management Studio
2) Connect to a database …
SQL Server Management Studio – How to remove “Server name” items from history
- In the search box, type Command Prompt
- Navigate to the root directory – Type cd\ then hit enter
- Type DEL /S SqlStudio.bin and hit enter. (This should find every instance of the file and delete it from the system).
Note: …