Question : exec permissions also need select permissions?

does permission to exec a proc might also need access to select for a table/view? or not necessarily?

thanks

Answer : exec permissions also need select permissions?

It is not needed. This is a standard security method, where you grant execute permissions to the stored procedure, but no permissions to the underlying tables.
Random Solutions  
 
programming4us programming4us