We have a database with two roles that have execute permissions on our stored procedures. From what our DBA tells us this should be enough. The roles should not need select permissions on the table as long as they have execute on the stored procedures. But when we try to run any of these stored procedures through our .net web application we receive an error stating that we do not have select permission on the tables.
Can any one here please tell me why this is happening and what to do to correct it? Thanks.
Can any one here please tell me why this is happening and what to do to correct it? Thanks.