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?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 0 down vote accepted

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
link|improve this answer
Subsonic seems to do the schema migration automatically.. can this be saved to a schema migration file ? – Nigel Thorne Oct 15 '09 at 5:47
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.