Find out the Owner of a Database and Change the Owner of a Database in SQL Server

In this blog. Today I am determining the owner of the Database and change the owner of a database in SQL Server below given Query. This query show owner of the all database in Existing server and we can change the owner of any database.

 Find the Database Owner:

1.png

Change the owner of a database

2.png

After change owner. Find the Database Owner:

3.png