If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
After connecting to the instance, as a user/ developer can i know in which mode my SQL Server is running (i.e MULTI_USER mode or Single user mode). Is there any query to get this information.
Not sure if you can check it via a query but the easiest way is to find out is to open SQL Server Management Studio and connect to your server / instance. If a database is in single user mode it will have "Single User" in brackets after the database name.