all groups > sql server dts > november 2005 >
You're in the

sql server dts

group:

How to use Dynamic Task to export data


How to use Dynamic Task to export data Aishu
11/23/2005 7:25:01 PM
sql server dts:
Hi there,
Just a query , how do we use Dynamic Task properties to read from an .ini
file all the server datasource, uid,initial catalog and password from
Re: How to use Dynamic Task to export data Aishu
11/23/2005 11:15:02 PM

Hi there,
My question here is what is the best practice -- I have about 5 servers with
different infomation such as Datasource,UID,initial catalog,password this
infomation i am using Dynamic task to fetch this information at run-time to
transport to a destination server,Is this a best practice pls advise

Rgds,
Aishu


[quoted text, click to view]
Re: How to use Dynamic Task to export data Allan Mitchell
11/24/2005 12:00:00 AM
I am not sure that the DP task is best suited here. You would either
need to supply many keys or supply 1 key and a comma seperated list. A
better idea IMHO would be to have the details you require held in a
database table. You can then iterate over that table easily

How to loop through a global variable Rowset
(http://www.sqldts.com/default.aspx?298)

Allan


[quoted text, click to view]
AddThis Social Bookmark Button