September 10, 2012 at 2:07 pm
Does a report user need to have read and write access to a tbale or stored procedure in oder to run a report with CTE?
September 10, 2012 at 2:58 pm
f9c882q 61644 (9/10/2012)
Does a report user need to have read and write access to a tbale or stored procedure in oder to run a report with CTE?
the CTE doesn't matter, it's the table(s) being selected from in the report that the user would need READ access to, right?.
for a procedure, the user only needs EXECUTE permission on the procedure and nothing on the underlying tables , assuming all the objects are under the same schema(ie dbo. proc selected from dbo.tables)
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply