Adding the Microsoft SQL Server System Administrators Role
The procedure applies to Microsoft SQL Server 2008, 2005, and 2000 but varies depending on the SQL Server version:
Microsoft SQL Server 2008 and 2005
-
Access SQL Server Management Studio (Windows Start menu > All Programs > Microsoft SQL Server 2008 or Microsoft SQL Server 2005).
-
In the panel on the left, expand localhost > Security, and then click the Logins node.
-
When the login for the CES administrative account already exists, double-click it. Otherwise, right-click Logins, and then click New Login.
-
In the Login - New dialog box:
-
In the Login Name box, enter the CES administrative account.
-
In the panel on the left, click Server Roles.
-
In the panel on the right, in the Server roles list, select sysadmin.
-
Click OK.
-
Microsoft SQL Server 2000
-
Access SQL Server Enterprise Manager (Windows Start menu > All Programs > Microsoft SQL Server).
-
In the panel on the left, expand Microsoft SQL Servers > SQL Server Group > [your server group] > Security.
-
Click the Logins node.
-
When the login for the CES administrative account already exists, double-click it. Otherwise, right-click Logins, and then click New Login.
-
In the SQL Server Login Properties - New Login dialog box:
-
In the Login Name box, enter the CES administrative account.
-
Click the Server Roles tab.
-
In the Server Role list, select System Administrators.
-
Click OK.
-