|  | Posted by Erland Sommarskog on 09/20/07 21:11 
alvinstraight38@hotmail.com (alvinstraight38@hotmail.com) writes:> I'm pretty new to SQL configuration, and I need to give EXECUTE
 > persmissions for one of the SQL user roles.  I am running SQL 2005
 > Management Studio Express - free version.  I found the list of my
 > stored procedures, but I can not locate any permissions screen.  Can
 > someone help point me in the right direction?  Thanks!
 
 If you want to use the GUI, make sure that you have SP2. I think that
 alternative was missing in RTM and SP1.
 
 Then again, in the long run you are better of using GRANT commands.
 
 
 --
 Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
 
 Books Online for SQL Server 2005 at
 http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
 Books Online for SQL Server 2000 at
 http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 [Back to original message] |