Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
SQL Server Management Studio (SSMS) v20.0 Preview
SQL ServerTagged SQL Server Errors, SSMSLeave a Comment on SQL Server Management Studio (SSMS) v20.0 Preview

SQL Server Management Studio (SSMS) v20.0 Preview

March 3, 2024March 4, 2024

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.
SQL ServerTagged SQL Server DB Restores, SQL Server ErrorsLeave a Comment on SQL Server Error: Database Cannot Be Opened. It Is in the Middle of a Restore.

SQL Server Error: Database Cannot Be Opened. It Is in the Middle of a Restore.

December 24, 2023January 22, 2024

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
SQL ServerTagged SQL Server Errors, SQL Server Management Studio, SSMSLeave a Comment on Troubleshooting the “Index was out of range” Error in SSMS

Troubleshooting the “Index was out of range” Error in SSMS

December 18, 2023April 28, 2024

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 […]

Popular Posts

DBASco (SQL DBA Blog) - 2024