The Dev Shelf
We can check all database status in SQL Server.SELECT Name, State_Desc, User_Access_Desc, Is_Read_Only FROM sys.databases Output will be something like as below:
That’s It.Enjoy Learning.
No comments:
Post a Comment