Special Users of SQL Server

Three types of special users administer and control SQL Server: system administrators (SAs), database owners (DBOs), and database object owners.

Many of the commands and procedures discussed in this documentation require the user to be logged on as system administrator. (For information about logging on as SA, see Logging in and Logging Off.) Other topics discussed in this documentation are relevant to database owners and database object owners. No special login identification is needed for database or database object owners.

There are also three special login IDsūprobe, repl_publisher, and repl_subscriberūthat, depending on the server configuration, can exist by default on a server.

The probe, repl_publisher and repl_subscriber login IDs should not be modified, nor should users use them to log in.

For in-depth information about system administrators, database owners, and database object owners, and the probe, repl_publisher and repl_subscriber login IDs, see Part 4, Security.