Hugo Kornelis
SSC Guru
Points: 64790
More actions
October 6, 2012 at 10:46 am
#1546434
kapil190588 (10/6/2012)hi,Can anyone tell me How to check whether the database is in single user mode or multi user mode?
kapil190588 (10/6/2012)
Can anyone tell me How to check whether the database is in single user mode or multi user mode?
SELECT user_access, user_access_desc
FROM sys.databases
WHERE name = 'YourDatabase';
Viewing post 31 (of 30 total)
You must be logged in to reply to this topic. Login to reply