I have a new role, which should have permission to execute list of SP and select some Views.
I run grant execute/select to role on <object>
. Do I need to grant this role select permission to the table used in SP/Views taking in hand that those tables are located in different schemes?
Owner of all schemes/SP/Views across DB is dbo.