Viewing 5 posts - 1 through 5 (of 5 total)
These SP's will create scripts that create roles, allocate permissions the add users to roles.
IF EXISTS (SELECT name FROM sysobjects
WHERE name = 'spScriptRolePermissions' AND type = 'P')
BEGIN
DROP PROCEDURE...
September 7, 2004 at 7:42 am
Yep, that clears it all up.
Thanks alot for your help.
August 4, 2004 at 9:41 am
Cheers, I've granted exec permissions to xp_cmdshell to all applicable users as well as the proxy account. Which has worked.
Thanks alot.
I have a question though, if a user have been...
August 4, 2004 at 8:47 am
As the package runs fine straight from DTS, go to services and find the logon for SQLServerAgent and ensure the logon has sufficient rights.
January 16, 2004 at 2:22 am
I had a similar problem a while back. The SQLServerAgent had domain administration rights. But certain jobs would seem to lock up. Investigations revealed that SQLServerAgent likes to run everything...
December 17, 2003 at 2:31 am
Viewing 5 posts - 1 through 5 (of 5 total)