I am working with SSRS 2008 and I need some help how I should approach this.
My requirement is that I need to create an SSRS report that I need to pull from 2 different databases in different servers in order to show the result. Database1 has a unique id that I can use to query on database2 which contain more details.
I am not sure if subreport would do the trick.
I do not have a linked server and is there a way I can pull the information from different database servers and join them?
Thanks.
Your easiest way would probably be to use OPENROWSET. This allows you to pull in data from another location and treat it as a table.