Assigning
permissions and roles in SQL Server 2005/2008 databases
You must add the Vault
Service account to the msdb system database, grant the required
permissions to the account, and assign the database role
SQLAgentUserRole to the account.
To add the Vault Service account to the msdb
system database
-
On the SQL Server
computer, start SQL Server Management Studio.
-
Select the required SQL
Server.
-
Browse to > > > > .
-
Right-click
and then click
.
-
In the box, enter a new user name.
-
In the box, enter the domain and the
user name of the Vault Service account, in the form domain\user_name.
-
Click .
To grant the permissions to the Vault Service
account
-
Right-click the new user
that you just created, and then click .
-
Select the Securables
page.
-
Add the following msdb tables to the list of
securables, and then grant Select permission for them to the Vault
Service account:
-
sysjobs
-
sysjobschedules
-
sysjobservers
-
sysjobsteps
To assign the SQLAgentUserRole to the Vault
Service account
-
Browse to > > > > > .
-
Right-click
, and then
click .
-
On the General page,
click , and then select
the Vault Service account that you have just created.