what permissions are granted to a sql server database owner?

Posted by Charles Hepner on Server Fault See other posts from Server Fault or by Charles Hepner
Published on 2012-07-07T21:04:35Z Indexed on 2012/07/07 21:17 UTC
Read the original article Hit count: 187

Filed under:

I have been trying to find out what permissions are granted to the owner of a database in SQL Server 2005 or higher. I have seen best practices questions like this one: What is the best practice for the database owner in SQL Server 2005? but I haven't been able to find anything specifically addressing what the purpose of having a database owner in SQL Server is and what permissions are granted as a result of making a given login a database owner. If the owner of the database is disabled, what would stop working?

© Server Fault or respective owner

Related posts about sql-server