June 27, 2012 at 8:09 pm
Which role i need to select for a login to give jobs admin access. thanks
basically login needs to create\execute sql jobs/SSIS
bulkadmin
dbcreator
diskadmin
processadmin
securityadmin
serveradmin
setupadmin
sysadmin
June 27, 2012 at 11:28 pm
to access sql agent jobs, a login needs to be assigned SQLAgentUserRole, SQLAgentReaderRole and SQLAgentOperatorRole (Operator is the most privileged one)
http://msdn.microsoft.com/en-us/library/ms188283.aspx
to run SSIS packages, you may need a Proxy Account.
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/69441/
Sysadmin will be too much for these kind of activities.
June 28, 2012 at 3:58 am
Hi ..
Please refer the below link.
It may be help you.
http://www.codeproject.com/Articles/66827/Few-Step-s-to-Remove-SQL-Server-Database-User-s
http://www.codeproject.com/Articles/37274/Working-with-SQL-Server-Logins
June 28, 2012 at 4:04 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply