hi
what is the t-sql command/syntax to deny execute permissions to EVERYONE except the dbo on stored procedures? I want to grant execute to roles and users will then inherit rights based on the roles they belong to. as such i want new users to be denied execute on all the stored procedures i create.
thanks
sorry - i should mention i did this for a database already. i'm trying to create the db again but seem to have forgotten the code on how i did it.
i thought it was sonmethign like "deny execute to all"?