|
Posted by Rahul on 08/02/07 08:40
Friends,
My Question is related to the DTS Package (Dynamic Properties Task).
I have a DTS package, In this, I transfer data from a database to
another database.
Senario -:
(DB1.tbl1 --> DB2.tbl1)
(DB1.tbl2 --> DB2.tbl2)
(DB1.tbl3 --> DB2.tbl3)
In "Dynamic Properties Task",
I have three global parameter, which i set with some particualr
Query. (it is Ok). which i use in my "Execute SQL Task".
I have three pairs of properties (Catalog, datasource,password,
userid), which comes from INI file.
(My question is, in both three properties some of them configured with
DB1 configuration and some of them configured with DB2 configuration,
So why we required these three pairs.)
As I am saying i have three tables, so i have three DTS_DataPumbTask.
(My question is, what is the use of these properties, most probly,
these are automatically created).
Regards
Rahul
[Back to original message]
|