If you're schema had changed dramatically in its structure you can use an ELT to migrate the data from the original schema to the new one but if the changes are mainly in names and added\removed columns, and may be a small change in the structure i think just writing update scripts will be faster than using an ELT
On Mon, May 24, 2010 at 7:13 PM, Armin Landscheidt <[email protected]>wrote: > Which is the best way to migrate the database from one version of my > program to the next version? > > Some special cases are renaming of classes and properties. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
