Pergunta

Is there an easy way to delete a user with db_owner rights?

Foi útil?

Solução

There's a subtle distinction between being the dbo of a database and having db_owner rights.

Have you tried setting another user as the dbo of the database (see sp_changedbowner), then removing the original owner's rights before deleting?

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top