| 
	
 | 
 Posted by Erland Sommarskog on 06/10/97 11:50 
MK (mhedblom@libertysite.com) writes: 
> In the login properties on the Database Access tab, a user's name says 
> dbo instead of his name.  I do not want him to have dbo permissions.  I 
> cannot drop the db_owner permissions that he has on the database 
> because I get the error "Error 15405:  Cannot use the reserved user or 
> role name 'dbo'." 
>  
> How do I remove these permissions from this user? 
 
Obviously this person is the owner of the database. If you don't want 
this, use sp_changedbowner to make someone else the DB owner. 
 
 
--  
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se 
 
Books Online for SQL Server 2005 at 
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx 
Books Online for SQL Server 2000 at 
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 
  
Navigation:
[Reply to this message] 
 |