magritton
6/21/2014 - 11:48 PM

This lists all of the DB owners in all of the databases in an instance of SQL

This lists all of the DB owners in all of the databases in an instance of SQL

select suser_sname(owner_sid), name from sys.databases