Security for creating jobs in SQL 2005

  • Hi Guys,

    Do you perhaps know what kind access I need to give a user to create jobs on SQL 2005?

    I don't want to give them sysadmin rights.

    Please help!!

    IC

  • BOL:

    To run this stored procedure (sp_add_job), users must be a member of the sysadmin fixed server role, or be granted one of the following SQL Server Agent fixed database roles, which reside in the msdb database:

    SQLAgentUserRole

    SQLAgentReaderRole

    SQLAgentOperatorRole

  • thanx Suresh

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply