Maintaining DB data while updating
Hi, can anyone recommend the best way I can modify my online DB with changes made locally during development but retain existing table data online?
Currenly I'm deleting then re-creating the DB using the VWD publishing wizard and executing the query to update the DB online.
|