I've two tables in two db servers with same structure. I'm preparing a SSRS report with tablename & joining date as parameter selection. If I select table1 [dropdown] and joiningdate from/to date filter then table1 data will display in SSRS report and if I select table2 then it should display table2 data.
table1 cols: eid, ename, eno, joiningdate table2 cols: eid, ename, eno, joiningdate
N.B: there should be one dataset and one report