Solve Restricted User Issue in SQL Server 2005

posted @ Saturday, July 18, 2009 8:19 AM

 

Simply run the following the commands against the database which is showing as 'Restricted User':

ALTER DATABASE database SET SINGLE_USER WITH ROLLBACK IMMEDIATE
GO
ALTER DATABASE database SET MULTI_USER
GO

Comments
Dani - 2/23/2010 4:54 PM
# re: Solve Restricted User Issue in SQL Server 2005
Thanks dear :)
Post Comment






Please add 1 and 6 and type the answer here: