I need to create roles :
Roles need to be assigned to users to let them
1. have write access to some tables
2. have write access to store procedure
have hundred tables like dbo.abc_XXX_XXX. Need to give write access to all those hundreds of dbo.abc_XXX_XXX
How to grant access to these hundred tables?
Need detail sql script. Thanks