Hi,
I ran below tsql to find the database owner but for some of the databases the owner returned NULL. Manually from properties tab in SSMS, I can able to see the some other person name but why it is displaying null from query
select name, suser_sname(owner_sid) from sys.databases;