We have a SQL Server 2008 R2 Server with Reporting Services with more than 200 reports.
For migration purpose we have installed SQL Server 2012 with Reporting Services on a new server. We have published the same RDL reports to this new server and we have terrible performance results. The reports are working but takes about 10times longer than with SQL Server 2008 R2.
We think that these performance troubles can be caused by the fact that the rdl files are 2008 R2 based.
How can we migrate these reports to SQL Server 2012 ? and/or how can we troubleshoot these performance problems ?
[UPDATE] After some investigations, I've found that my performance problem is not related with the reports. The reports are generated from an asp.net application thanks to a call to the Render2 method of the reportexecution2005.asmx Web Service. If I call the method from my production front web server the call takes more than 1 minute, if I call the exact same method from the same web service hosted on the same reporting services from my dev machine, the call takes few seconds. That's very, very, very weird.
Any ideas about this behavior ?
Regards,