Hello
I've built a simple report to prototype the ability to run a SSRS report that uses an ODBC link to a remote MySQL DB rather than creating a linked server in SQL Server. While it technically seems to work for my prototype I did notice severe slowness compared to a report with the same dataset but on a SQL Server DB.
I'd prefer to use the ODBC link directly if possible but it is at least 6 times slower to render, which is unacceptable.
Are there any caching or other techniques that I could employ to address this?
Thanks,
Ron
I've built a simple report to prototype the ability to run a SSRS report that uses an ODBC link to a remote MySQL DB rather than creating a linked server in SQL Server. While it technically seems to work for my prototype I did notice severe slowness compared to a report with the same dataset but on a SQL Server DB.
I'd prefer to use the ODBC link directly if possible but it is at least 6 times slower to render, which is unacceptable.
Are there any caching or other techniques that I could employ to address this?
Thanks,
Ron