Hi All,
II wanted to know if it is possible to join tables in to databases in SQL 2005(They have a common field).
eg Database-A =>
Table - InfoA(id,name)
Database-B =>
Table - InfoB(id,CreationDate)
So can I get a single select clause to have CreationDate and Name in a dataset?
Also please let me know if we can show the data from two databases in a single SSRS table.
TIA,
Nikhil