Viewing 15 posts - 121 through 135 (of 301 total)
Windows authentication. I am able to run other packages except this one package.
March 23, 2016 at 3:05 pm
Are you using a UNC path?
Yes Phil.
Agent service account has been granted Local Launch and Local activation permissions and I am able to run from the agent now.
Still...
March 23, 2016 at 2:12 pm
The package writes log files to a shared directory and agent service account has write permissions on the share.
"Log messages about completion of process. Error: Exception has been thrown...
March 23, 2016 at 1:15 pm
Hi Perry,
Unfortunately its not scripting out all users. script end like this. (missing script)
EXEC sp_addrolememb
--Finished!
--Please ensure you check the script output before executing
--against your target database.
March 23, 2016 at 10:44 am
Thanks Hugo. Is there a simple way to deny permissions on few columns on all tables on a database for all users except sysadmins.
March 16, 2016 at 6:39 am
Thanks Hugo. You helped me in this initially. I will keep these similar requirements in a single thread in future.
March 15, 2016 at 4:02 pm
Thanks a lot Jack!
March 15, 2016 at 9:17 am
Few changes to requirement.
Additionally I need to update couple of columns after update for audit(user/date). Also on insert the audit columns for create user/date has to be updated. Can you...
March 14, 2016 at 5:36 pm
Thanks Phil. Can I accomplish this with just one update trigger?
Can you give me a logic for the update trigger. The script below is not working as intended.
--Column name(use...
March 14, 2016 at 1:05 pm
Hi Hugo, I have made some changes to the trigger so that users won't be able to make updates on the audit columns.
Can you please take a look into this...
March 13, 2016 at 5:01 pm
Thanks a lot Alan! Will the update also fails if an empty string is passed?
March 12, 2016 at 4:15 am
Viewing 15 posts - 121 through 135 (of 301 total)