We have 3 environments(databases\servers) of MDS, one each for Development, Testing, and Production. The Dev/Test environments are occasionally synchronized(backup/restore) with Production to ensure the quality of these environments. We are having trouble determining the best method of promoting structural changes from Dev to Test, and ultimately to Production (normally including data, but data could be added later if needed). We want to avoid promoting these changes manually to ensure the exact same structure is maintained in all environments. So again, we currently we manually have to add structural changes in MDS Dev, test, then prod. Is there a better or efficient way to do this?
↧