Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Migration of data using views

$
0
0
I am working with Sybase ASE 12.5.4 version. I need to migrate data from one db to another db. First one is the older version and the second one is the newer version with some modification in the tables (columns rearranged and some new tables also).
I need to migrate the data from the older version to the newer version.. means I have to reproduce the data whichever is there in the older version in terms of the newer one. I have created views from the older one modifying the data and have reproduced it in the new format. Now how do I migrate this data from the older version db to the new db? What all should I consider before migrating? What about the triggers and the constraints that are present in the new db?

Viewing all articles
Browse latest Browse all 13329

Trending Articles