Hi All;
I'd like to copy a part of records in Oracle DB to SQL Server 2000 with DTS.
DTS's Steps are...
1. Run Execute SQL Task to retrieve the data and output to GV with RecrodSet Type.
[code]
SELECT col1 FROM TableA --> Lists (RecordSet)
↧