Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 compare ssrs 2008 reports

Author  Topic 

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2011-05-20 : 13:18:33
I would like to know if there is a way to compare rdl files with each to see where a difference may lie. Basically I have the orginal SSRS 2008 r2 report and know it has been drastically modfied based upon new requirements. I would like to be able to compare the original SSRS 2008 r2 rdl (file) with the new SSRS 2008 r2 rdl (file). I want do accomplish this task for code inspections. I want a group of my co-workers to look at the compares to see if there 'better' ways to change the SSRS 2008 r2 reports based upon user requirements.

Bazalddo
Starting Member

22 Posts

Posted - 2011-05-24 : 08:23:27
Try using this ----> http://www.grigsoft.com/download-windiff.htm

Its a tool called WinDiff. See if you can open both rdls in xml format and display them both in windiff.



Shahbaz Ahdi
Apps Developer
ODEON/UCI Cinema
Go to Top of Page

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2011-05-24 : 09:44:46
It is a "common perception" that diff-tools doesn't work with SSRS in terms of automatically merging changes and such but if it's only for manual comparison it might work. Notepad++ also has a comparison tool.

- Lumbago
My blog-> http://thefirstsql.com/2011/02/07/regular-expressions-advanced-string-matching-and-new-split-function-sql-server-2008-r2/
Go to Top of Page
   

- Advertisement -