Keep Client QL DB Updated
-
I am in the middle of development on a WPF/SQL 2008 project. As I make changes to the application I need to push changes to my client for testing. So I can create a ClickOnce for the binaries, but what's the right way to push DB changes? Thanks
If it's not broken, fix it until it is
-
I am in the middle of development on a WPF/SQL 2008 project. As I make changes to the application I need to push changes to my client for testing. So I can create a ClickOnce for the binaries, but what's the right way to push DB changes? Thanks
If it's not broken, fix it until it is
We use Red-Gates SQL Compare to deploy to UAT (production deployment is a more stringent process). Data compare to synch the master tables. I think it can be automated but we do a manual deployment as reports are built against UAT and not the dev database.
Never underestimate the power of human stupidity RAH