Looking for some suggestions on my data/schema migration. Here is what I plan to do. using sql 2008
- Back up current databases
- Restore as "_old" (to be used for data transfer later)
- run my scripting changes to the target DB's
- then, Run my data scripts transferrring data from the "_old" db's to the now new database.
- verify everything is working (websites, applications, etc..)
- delete the "_old" databases
- run back up on new "changed" databases.
This is my first migration and I want some guidance if I am missing anything or if there is a better way to do this. Thanks for the help..