Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Can't Delete User

Author  Topic 

eisenber
Starting Member

2 Posts

Posted - 2009-03-10 : 12:01:03
Am new to SQL Server and have created user I'd like to delete. I get error:

Drop failed...

"The database principal owns schema in the database and cannot be dropped. Microsoft SQL Server, Error: 15138"

How can I delete this user?

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-03-10 : 12:13:45
Go to that schema and change the owner.
Go to Top of Page
   

- Advertisement -