Hi all,
I am trying to figure out a way to loop through multiple databases within DTS.
Basically I currently have 25 databases that have the same structure on the same SQL server. I need to extract data from each database (same table name). However, the number of databases will grow so I am trying to find a way to avoid “hard coding” the connection information for each DB, within the DTS package. I was thinking of using an Excel file or even a table that contains the DB name and somehow reference that to build the connection info during execution of the package. The UID/PWD is the same for each SQL DB.
Any ideas are greatly appreciated..
Regards,
MDA
I am trying to figure out a way to loop through multiple databases within DTS.
Basically I currently have 25 databases that have the same structure on the same SQL server. I need to extract data from each database (same table name). However, the number of databases will grow so I am trying to find a way to avoid “hard coding” the connection information for each DB, within the DTS package. I was thinking of using an Excel file or even a table that contains the DB name and somehow reference that to build the connection info during execution of the package. The UID/PWD is the same for each SQL DB.
Any ideas are greatly appreciated..
Regards,
MDA