Create user similar to 'sa'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cbhrook
    New Member
    • Feb 2008
    • 2

    Create user similar to 'sa'

    In SQL Server 2000, how do you create a new user that essentially has the same permissions as the default 'sa' user, preferrable through Enterprise Manager?
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    I believe (read: not sure) so. Just give him all the rights. During user creation, grant him all the server rights.

    -- CK

    Comment

    • Jim Doherty
      Recognized Expert Contributor
      • Aug 2007
      • 897

      #3
      Originally posted by cbhrook
      In SQL Server 2000, how do you create a new user that essentially has the same permissions as the default 'sa' user, preferrable through Enterprise Manager?
      Grant Access as a Server Administrator

      Enterprise manager...secur ity node...logins.. .select the user...double click ...Server roles tab .....then tick Server Administrator

      Comment

      Working...