문제

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

도움이 되었습니까?

해결책

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top