Viewing post 1 (of 1 total)
-- Create a new role
CREATE ROLE SP_Fn_executor
-- Grant execute to the created role
GRANT EXECUTE TO SP_Fn_executor
The above statement would create a role and grant execute permission on all...
October 19, 2010 at 11:25 pm
#1239476