I want to generate script to assign an user account to some securables, e.g. Table:Select.
How to do this?
|
|
I want to generate script to assign an user account to some securables, e.g. Table:Select. How to do this?
|
||||||
|
|
|
You can modify the where clause of the object selection as you see fit. Should be minimal tweeking if you are looking for a 2005 or 2008 script. /Caution!/ This script can be a little dangerous.
|
||
|
|
|
|
As with anything SQL server when using SQL Server Management Studio if you aren't sure how to do a specific thing (i.e. looked in Books online but can't quite figure it out), using the 'Script Action to New Query Window' from the Script drop-down in the dialogs is very useful. By using the GUI tools then inspecting the resulting script you can quickly see how to do more complex things that you just can't keep in memory until you've done them loads of times. |
||
|
|
|
|
I have found a script that supposed to do this. http://alexsdba.spaces.live.com/Blog/cns!F86565E81CD9BC16!137.entry |
||
|
|
|
|
Use the GRANT command. IE:
We used an Excel spreadsheet in the past, and setup macros/etc to create the statements so we could then copy them into text files & execute as needed. |
||
|
|