Here is the situation:
I have a very simple query which needs to be run on say 10 database on 3 servers. Credentials to access to these database are consistent.
I know I could create 10x3 = 30 connection managers for this task but it just sounds too stupid.
I'd like to know if there is a solution for me to loop each of these 10 databases, once it's done, move on to the next server and query the next 10 databases until the third one has been covered.
Thanks
Hui
--Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --