B
brian
Hey all -
Ive got what seems to be a pretty simple task:
Need to migrate data from an old database to a new one. Unfortunately, the
naming conventions in the new one are totally different. The most
simplified situation is as follows, please advise to the best way to
automate the migration:
OLD_TABLE
LastName
FirstName
NEW_TABLE
last_name
first_name
THanks in advance for any suggestions.
Brian
Ive got what seems to be a pretty simple task:
Need to migrate data from an old database to a new one. Unfortunately, the
naming conventions in the new one are totally different. The most
simplified situation is as follows, please advise to the best way to
automate the migration:
OLD_TABLE
LastName
FirstName
NEW_TABLE
last_name
first_name
THanks in advance for any suggestions.
Brian