Results 1 to 2 of 2

Thread: Distributing Jobs in SQL

  1. #1
    Ken Guest

    Distributing Jobs in SQL


    I want to know if there is anyway to distribute jobs to a non system
    administrator. In other words do they have to have System Admin rights, to be able to modify a job and run the job.

  2. #2
    BobH Guest

    Distributing Jobs in SQL (reply)

    You may be able to create a sproc that uses the system stored procedures sp_add_Job** and sp_update_job** and then give the users execute rights to the sproc you created.


    ------------
    Ken at 3/22/01 2:42:15 PM


    I want to know if there is anyway to distribute jobs to a non system
    administrator. In other words do they have to have System Admin rights, to be able to modify a job and run the job.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •