17 February,2012 by Jack Vamvas
This post describes how to return the database read-only status via T-SQL .
The system view – sys.databases returns a column called is_read_only.
The column returns either 1 or 0
1 = read only
0 = read write
SELECT [name] ,is_read_only FROM sys.databases ORDER BY [name]
SQL Server Database Status,monitoring and Restores
SQL Database Status with sys.databases
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |