Which database role membership grants permission to execute all existing stored procedures in MSSQLSQL Server 2012?
I tried adding a user to each of them and am still unable to execute an spa stored procedure. I don't wanna grant EXECUTEwant to grant EXECUTE for each spstored procedure separately, I wannawant to add the user to a role and he be able to execute any of them.