I created a script from an old database, created a new database, and imported all the data from the old database. However, so far itβs so good that the user does not have rights to execute stored procedures. I know I can use
GRANT EXECUTE ON [storedProcName] TO [userName]
If I had only a few procedures, I had about 100, so what is the easiest way to give a user access to a specific user for all of them?
Thanks in advance.
sql sql-server sql-server-2000
Nick Mar 25 '11 at 4:01 2011-03-25 04:01
source share