Is there a way to grant a group of specific store proc. to a user?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using MS SQL studio express edition and it is a pain in the ass to grant
store proc. to a user by clicking. is there a better to do so?

thank
 
dotnetnoob said:
I'm using MS SQL studio express edition and it is a pain in the ass to grant
store proc. to a user by clicking. is there a better to do so?

Could I suggest you ask in a SQL Server newsgroup?
 
Well, you could access SQL Server programatically by using the SQL
Server Management Objects (SMO).
 
Back
Top