Database owner (dbo)

Source: Internet
Author: User
        The dbo is a user with implied permissions to perform all activities in the database. Maps any member of the sysadmin fixed server role to a particular user within each database called dbo. In addition, any objects created by any member of the sysadmin fixed server role automatically belong to the dbo.
     For example, if the user Andrew is a member of the fixed server role sysadmin and creates the table T1, the table T1 belongs to the dbo and to the dbo. T1 instead of andrew.t1 to qualify. Conversely, if Andrew is not a member of the fixed server role sysadmin, but only a member of the db_owner database role, and the table T1 is created, T1 belongs to Andrew and is limited to ANDREW.T1. The table belongs to Andrew because the member does not qualify the table as dbo. T1. The
     dbo user cannot be deleted, and this user always appears in each database.
     only objects created by members of the sysadmin fixed server role (or dbo users) belong to the dbo. An object created by any other user (including members of the db_owner fixed database role) that is not a member of the Syadmin fixed server role: 
     belongs to the user who created the object, not the dbo.
     qualified with the user name that created the object.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.