How do you inventory the reports on a server from the database?

  • Hello,

    I've recently migrated our SSRS (2005) to a new server running SSRS 2008. The migration was successful.

    Now before I allow the admins to decommission the server, I want to do an inventory of all the reports on the old server. Then I want to inventory the reports on the new server. I would imagine that way, I can insure that the same number of reports are on both servers.

    I'm not sure if there is a TSQL query that may be run to show me the reports that are on a report server. I see the jobs in SQL Agent, but they are all listed by GUIDS.

    How do you find/see the reports that are on a report server? Is there a table where all the reports id,name, date created and so on are kept?

    Thanks,

    Tony.

    Things will work out.  Get back up, change some parameters and recode.

  • Catalog table on the ReportServer db. You'll have to go based off of report name or ID to match up. I'm unsure if GUIDS transfer over.

  • Thank you.

    I was able to use SSIS to bring the catalog table from both servers together, create a left outer join and see the difference.

    Thanks again!

    Tony

    Things will work out.  Get back up, change some parameters and recode.

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

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