How can we help you today? How can we help you today?
skuhn
Thanks for clarifying David. Our situation is that we have a Production branch that reflects what we currently have in production and we branch from that to create a development branch when we begin working on a new release. During development we use a development database linked to the development branch. Since our development may take some time, we could have some changes required to our production database that must go into production before the release will. As a result, the production branch has progressed at the same time as the development branch. (This could also happen if we had two distinct releases in development at the same time.) Either way we need to resolve this. Typically we would make the same change to the development branch that we applied to the production branch. This is very common for us. Ultimately, when development is complete and we are ready to deploy we could take one of two approaches: 1. Using the source control tool (vault in our case), merge the development branch to the production branch and then deploy to the production server from the production branch -OR- 2. Deploy to the production server from the development branch and then subsequently bring the changes into the production branch either through merge or through linking in SQL Source Control and committing changes. This is our first time working with SQL Source Control so it is entirely possible that we are trying to use the tool incorrectly or in a way that was not intended or thought of. / comments
Thanks for clarifying David. Our situation is that we have a Production branch that reflects what we currently have in production and we branch from that to create a development branch when we begi...
0 votes
Wait, I apologize, we were choosing the source control location incorrectly when SQL Compare did not recognize the need for a migration script. We figured that out. Again, sorry about the additional question. / comments
Wait, I apologize, we were choosing the source control location incorrectly when SQL Compare did not recognize the need for a migration script. We figured that out. Again, sorry about the additio...
0 votes