- Aug 7, 2006
- 570
- 0
- 0
Basically, I have my development DB on my machine at home, but my employer has his own DB with different data and such at his site that he uses to play around with updated builds of the app I'm writing for him. Sometimes, I need to modify a table or add/remove a stored procedure, and it's rather tedious to look to see what's changed in my DB vs what he has, and equally tedious to keep track of each individual change that I make so that I can send them to him. Is there some sort of easy way to update his DB from mine? Generating a script for the entire DB isn't really a solution since he would lose his existing data this way.
