USE database_name GO EXEC sp_changedbowner 'owner_name' -Provide the user name here to whom you want to change as an admin GO
Login to post response