How to Map and Import Multiple tables from Oracle 10G to SQL SERVER 2008
hello,
i have 30 tables in oracle 10g database want move sql server 2008.
using import , export utility can copy , map data using import , export data utility , save package - yay!
but destination database under development want edit destination field names , data types may change in destination db. want add mappings , copies additional tables without having create new packages.
so how edit package a) change existing data mapping , b)add new tables created utility?
or have convert each table separate package (and if how can run 30 packages @ once?)
thanks
andy
andy,
you can setup 30 separate data flow tasks without constraints between them. in way tasks execute in parallel (simultaneously).
regarding second question, automatically handling new tables, fields, types, etc standard data flow task not help. metadata statically defined @ runtime, every time make change external tables schema, have open package , update new metadata.
if can use third-party solutions, recommend check commercial cozyroc data flow task plus. task extension of standard data flow task , supports dynamic metadata @ runtime. can setup package automatically handle changes in external systems. when combine enhanced data flow task plus cozyroc's parallel loop task, can accomplish elastic parallelization can execute more 1 tasks @ same time . recommend check this post 1 of cozyroc's customers describes how took advantage of combination of cozyroc data flow task plus , parallel loop task.
ssis tasks components scripts services | http://www.cozyroc.com/
SQL Server > SQL Server Integration Services
Comments
Post a Comment