SQL Server Management Studio (SSMS) Version 20.0 is now in preview release. Lets check it out! Microsoft Docs: Release Notes for SSMS 20 Preview 1 (Release date: February 29, 2024). Release Notes: Highlights: – Installation of SSMS also automatically installs […]
SQL Server Error: Database Cannot Be Opened. It Is in the Middle of a Restore.
Database [DatabaseName] Cannot Be Opened. It Is in the Middle of a Restore is a common error in SQL Server that can happen when you are trying to query, alter or drop a database while it’s still in the middle […]
Troubleshooting the “Index was out of range” Error in SSMS
This post is to share encounters with the “Index was out of range” error message while working in SQL Server Management Studio (SSMS), and to hopefully help you quickly resolve it error. If you get this error, your first troubleshooting […]