Question : why I can't remove guest in user database

Try to remove guest user and it prompt below error msgs, anyone know how do I remove this from user db ?

TITLE: Microsoft SQL Server Management Studio
------------------------------

Drop failed for User 'guest'.  (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Drop+User&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

User 'guest' cannot be dropped, it can only be disabled. The user is already disabled in the current database. (Microsoft SQL Server, Error: 15539)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.3073&EvtSrc=MSSQLServer&EvtID=15539&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------

Answer : why I can't remove guest in user database

see what microsoft is saying about this.

http://msdn.microsoft.com/en-us/library/ms189438.aspx

you can't remove it.

Random Solutions  
 
programming4us programming4us