Need help with DTS Package Maintenance
From: Joseph Geretz (jgeretz_at_nospam.com)
Date: 07/29/04
- Next message: fn: "Re: Need help with DTS Package Maintenance"
- Previous message: Mike: "Disconnect from Database"
- Next in thread: fn: "Re: Need help with DTS Package Maintenance"
- Reply: fn: "Re: Need help with DTS Package Maintenance"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Jul 2004 16:55:04 -0400
I'm using a DTS package to perform database upsizing migrations from
Interbase to SQL Server. The gist of it is I use ODBC to connect to the
source Interbase Database and I make a SQL Server connection to the target
SQL Server database. I then use a set of Transform Data tasks to pump the
data on a table by table basis from the Interbase source database to the SQL
Server target database. Pretty straightforward.
But this is presenting a maintenance problem for me.
We have 77 tables in our database. We don't add table that often so it would
be an acceptable burden for me to track any added tables and add a
corresponding Transform Data task for the new table. What's more burdensome
is the addition, deletion / redefinition of columns. As I've found out, the
Transform Data task doesn't do a SELECT * (which would accommodate table
structure changes transparently) rather it does an explicit column by column
mapping. This means that for every structural change we'll need to perform
maintenance on our DTS upsizing package.
This could be a fairly significan burden. I'm searching for advice on how to
reduce this burden. Thanks for any suggestions which you can offer!
- Joe Geretz -
- Next message: fn: "Re: Need help with DTS Package Maintenance"
- Previous message: Mike: "Disconnect from Database"
- Next in thread: fn: "Re: Need help with DTS Package Maintenance"
- Reply: fn: "Re: Need help with DTS Package Maintenance"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|