SQL Server DBA Tutorial 37-How to Get Database Out of Single User Mode in SQL Server

preview_player
Показать описание
In this video you will learn how to bring database from Single User mode to Multi User mode using SQL Server Management studio as well as using T-SQL Script. You will learn a scenario where you will put database in single user mode and then bring database in multi User mode so that all the users can access the database.

Blog post link for the video with script

Visit our website to check out SQL Server DBA Tutorial Step by Step
Рекомендации по теме
Комментарии
Автор

Wht if that database in logshipping. How can we proceed in this case?

jacksparrow
Автор

Hi, you could also tell how you get the db out of single user mode when the connection is taken by other source e.g. some service which takes the first connection right away and you cannot kill it becuase it automatically takes it again and again. I had similar issue and just disbaling login could solve the issue.

marcinkiziukiewicz