I am using SQL Reporting Services 2000.
Is there some way I can connect two datasets? Main issue is that I have to connect two tables from different databases and then display them in a report. Since these tables reside in different databases therefore I have one dataset for each table. While displaying the report I need to join both these datasets and display a report with data from both the tables.
Use linked server concept to join two databases.
No comments:
Post a Comment