I am trying to execute a DTSRUN command from SQL Server Agent for a user that does not have sysadmin rights. Here is the message I receive when I view the job history for this job:
"Non-SysAdmins have been denied permission to run CmdExec job steps. The step failed."
I've heard that Cross-database ownership chaining can be used to address this issue but I'm not sure how to implement this logic, or how vunerable it makes your server.
Any help would be appreciated.
Thank you
Gordon Radley
"Non-SysAdmins have been denied permission to run CmdExec job steps. The step failed."
I've heard that Cross-database ownership chaining can be used to address this issue but I'm not sure how to implement this logic, or how vunerable it makes your server.
Any help would be appreciated.
Thank you
Gordon Radley