Tag Archives: Security

User is DB owner, can’t drop


Scenario:  Trying to drop a database user, and  get an error about not being able to change db_owner.

Solution:  Update the db_owner to be owned by sa.

Snippet:

EXEC sp_changedbowner 'sa'