In Sql Server 2000/2005, I have a few NT user groups that need to be granted access to hundreds of stored procedures.
Is there a nice easy way to do that?
|
In Sql Server 2000/2005, I have a few NT user groups that need to be granted access to hundreds of stored procedures. Is there a nice easy way to do that? | ||||
|
feedback
|
|
Here's a script that I use for granting permissions to lots of procedures:
You can modify the select to get to a more specific group of stored procs. | |||
|
feedback
|
| |||
|
feedback
|