dbowner
dbowner is a term used in database administration to describe a principal with ownership or broad control over a database or its objects. In SQL Server, db_owner refers to a fixed database role whose members have comprehensive permissions within the database. The concept of ownership and the db_owner role are related but distinct: ownership is a property of a database, while db_owner is a role that grants extensive rights inside that database.
In SQL Server, every database has an owner, typically the login that created the database. The owner
Management tasks for dbowner privileges include adding or removing members of the db_owner role and changing
Outside SQL Server, ownership concepts vary. In PostgreSQL, the database owner is the role that owns the