November 8, 2012 at 10:56 am
Hello,
I want to give developer secuty level to create/test SSIS packages on our test enviroment,what access level I can provide it to him?
Thank you
November 8, 2012 at 1:36 pm
November 9, 2012 at 12:05 am
You also need to give him read permission (db_datareader) on the source and write permission on the destination (dt_datawriter).
If the user needs to use the TRUNCATE TABLE statement, he also needs db_ddladmin.
If any other objects are used outside of SQL Server (flat files, .exe files, network shares, ...), he also needs read/write/execute permission on those.
If the user is going to create SQL Server Agent jobs, he needs at least SQLAgentUserRole.
SQL Server Agent Fixed Database Roles
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply