SSRS report combine data sources and generate csv
Posted
by Nithin
on Stack Overflow
See other posts from Stack Overflow
or by Nithin
Published on 2010-06-09T03:02:17Z
Indexed on
2010/06/09
3:12 UTC
Read the original article
Hit count: 380
I am new to ssrs. I have a report that gets data from two databases. I can create two datasets that connect to two different databases. The databases are third party and I cannot create stored procedures on the databases. My issue is that I have to combine the data from the two queries.
Please help me with this issue or point me to locations where I can find answers.
Thanks in advance.
© Stack Overflow or respective owner