Question : see mode of database

how can you display if the database is in multi-user mode, through tsql code?

thanks

Answer : see mode of database

select name , user_access_desc
 from master.sys.databases
Random Solutions  
 
programming4us programming4us