February 2, 2009 at 3:35 pm
We have a contractor who needs to modify a couple of SQl agent jobs on our server. He is using standard SQl security to connect.
The SQL agent jobs are owned by 2 different domain accounts.
I don't want to make him a sysadmin. He currently has read access to a database on the server. In sql 2000 is there any easy way to do this?
When the snows fall and the white winds blow,The lone wolf dies but the pack survives.
Once you've accepted your flaws, no one can use them against you.
February 2, 2009 at 4:27 pm
I don't think read access can modify SQL Server Agent Job even in 2000 as of SP3a because there is no SP3. The reason SQL Server checks the user write permissions so you may give the person none admin but higher than reader permissions. Check below for what you need from Microsoft because in 2005 the person must be admin or some Agent role or proxy of admin.
http://msdn.microsoft.com/en-us/library/aa213804(SQL.80).aspx
Kind regards,
Gift Peddie
February 2, 2009 at 7:05 pm
fizzleme (2/2/2009)
We have a contractor who needs to modify a couple of SQl agent jobs on our server. He is using standard SQl security to connect.The SQL agent jobs are owned by 2 different domain accounts.
I don't want to make him a sysadmin. He currently has read access to a database on the server. In sql 2000 is there any easy way to do this?
Have the contractor have the DBA do it. Giving the contractor read access to your data is bad enough.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply