Home Forums SQL Server 2012 SQL 2012 - General ReportServer - Unable to SELECT FROM VIEW - See attached - Why Am I getting this error ? RE: ReportServer - Unable to SELECT FROM VIEW - See attached - Why Am I getting this error ?

  • Lynn Pettis - Wednesday, January 18, 2017 3:12 PM

    If you try this:
    select * from msdb.dbo.sysjobs
    and get the same error, it means you don't have permissions to read data from the table.  Check your permissions.  This isn't something we can do for you.

    Thank you , This is fixed... Yes it was a permissions issue