• In addition to Mark's handy SQL statement, you'll also probably want to report the actual owner of the database, which you can find with:

    SELECT name, suser_sname(owner_sid) FROM sys.databases;