MSSQL: change database owner • Tags: MSSQL To change database owner in the MSSQL just run this Query USE database EXEC sp_changedbowner 'username'