Setting a Database to Multi-User Mode:

Once the use of restricted access is no longer required, the Microsoft Sql-Database can be returned to multi-user mode. This is achieved with the ALTER DATABASE statement as follows:

ALTER DATABASE database-name SET MULTI_USER

 

see also: http://www.blackwasp.co.uk/sqlrestricteduser.aspxfraktion