November 1, 2010 at 5:09 pm
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.
November 2, 2010 at 8:34 am
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.
November 3, 2010 at 4:36 am
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