I wanted to delete a user (no longer with the company) from a database. The delete failed indicating that the user owned a schema.... I found his AD account (no longer in our system) was the schema owner of the "db_owner" schema. (I plan to alter the owner to "db_owner" and then delete his account from the DB but am unsure of the consequences of this.)
Any idea how this could have happened or why there would even be a need for it to happen for that schema?
TIA,
edm2
P.S. sql 2008