Posted By: harumscarum | Jul 27th @ 9:22 AM
page 1 of 1
Comments: 1 | Views: 876
harumscarum
harumscarum
out of memory
I ran into a situation where I needed to give exec permission to a user for 100+ sps. After a google I found a few scripts that would do this, problem solved. My question though is what is the best practice in sql server 2005 for users and exec permissions to sps. This seems to be a bit tedious so I feel that I must be doing it wrong.
ZippyV
ZippyV
Soapbox = Fail
Create a schema or a database role and assign the permissions to them. Then you assign that schema or role to a user.
page 1 of 1
Comments: 1 | Views: 876