View Single Post
You only have to get lucky once to do lasting damage to the database. By doing what you are doing, you risk copying an active database without any interlocking to make sure that all changes are properly incorporated.

As a rule of thumb, if an application stores data in a database and you copy the database while the application is running off to another machine, change it and copy it back, you are playing Russian roulette with your data.