• The owner of the database is always mapped to the dbo user in the database.

    ALTER AUTHORIZATION ON SCHEMA::MySchema TO dbo

    John