• Hi there. I have a user I could not delete because they were a db_owner. I used the following alter statement and after that was able to delete them. The statement was as follows:

    ALTER AUTHORIZATION ON SCHEMA::db_owner TO dbo;

    My question is should it be the following below:

    ALTER AUTHORIZATION ON SCHEMA::db_owner TO dbo_owner;

    Thanks for your help