I watched the http://www.subsonicproject.com/docs/Using%5FSimpleRepository screencast, but I am left wondering... how do you migrate existing data? Assume you decided to split a Name property into a FirstName and LastName. How do you do this in Subsonic?
A:
SubSonic won't do this for you, you'll need to write data migration code/sql yourself. Also you should be aware that the migrations are not designed to be used in a live environment.
Adam
2009-10-08 08:28:36
A:
You need to implement the data migration manually. There are several options you can choose from:
- SQL scripts
- write a simple program
- use an ETL Tool like SSIS or Talend
Johannes Rudolph
2009-10-12 12:07:36
Subsonic seems to do the schema migration automatically.. can this be saved to a schema migration file ?
Nigel Thorne
2009-10-15 05:47:36