CTE

  • 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?

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply