How to resolve an issue of Database Restoring in SQL Server June 25, 2020 If your SQL Server database has gone into a single user mode with the (Restoring) in brackets in SQL Server Management Studio, we can use the following command to resolve the issue: RESTORE DATABASE [YourDBName] WITH RECOVERY Happy Coding! Read more