MSSQL: change database owner

To change database owner in the MSSQL just run this Query

USE database
EXEC sp_changedbowner 'username'