Hi All,

I want to change the OWNER of the database to 'sa' and I executed the
following system stored procedure

EXEC sp_changedbowner 'sa'

and I get the following error message..

Server: Msg 15110, Level 16, State 1, Procedure sp_changedbowner, Line 46
The proposed new database owner is already a user in the database.

Any ideas
Thanks
Reddy