Data migration puzzle

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ajith
Participant
Posts: 86
Joined: Thu Nov 10, 2005 11:10 pm

Data migration puzzle

Post by ajith »

Hi All
I am having some 500 tables in DB2 with considerable amount of data. (Assume all tables have at least 50000 records)

I want to migrate the all the tables to SQL server.

If we go for data migration project in Datastage parallel edition, we have to create 500 jobs. Do we have any better options?

Thank you
Ajith
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If you are doing mainly a 1 table to 1 table migration with identical columns then you can create generic PX jobs to do this for you using what is called "runtime column propagation" and won't need to create that many jobs.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Though you can load more than one table in a single job, it is suggested to split it. It is better to have many module. You can optionally group it based on some master tables and its child tables to gether.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Mamu Kim
Post Reply