Assigning
permissions and roles in SQL Server 2000 databases
You must add the Vault
Service account to the msdb system database and grant the required
permissions to the Vault Service account.
To add the Vault Service account to the msdb
system database
-
On the SQL Server
computer, start Enterprise Manager for SQL Server 2000.
-
Select the required SQL
Server.
-
Expand the
container, and
then expand the
container.
-
Right-click
, and then select
.
-
In the box, enter the domain and the
user name of the Vault Service account, in the form domain\user_name.
-
In the box, enter a new user name.
-
Click .
To grant the permissions to the Vault Service
account
-
Right-click the new user
that you just created, and then click .
-
Click .
-
Grant SELECT permission for the following
objects:
-
sysjobs
-
sysjobschedules
-
sysjobservers
-
sysjobsteps
-
By default the public role has execute permission
on the following stored procedures. Grant execute permission on
these procedures if it is not already granted:
-
sp_add_job
-
sp_add_jobschedule
-
sp_add_jobserver
-
sp_add_jobstep