How can we help you today? How can we help you today?
skuhn
Possibly related to Vault... Attached to pid:9088 Thread 3820 [Status=Wait UserTime=15 Wait Reason=UserRequest] Callstack for Thread 3820 Thread 4308 [Status=Wait UserTime=0 Wait Reason=UserRequest] Callstack for Thread 4308 System.Threading.WaitHandle.WaitOne (source line information unavailable) System.Threading.WaitHandle.WaitOne (source line information unavailable) System.Threading.WaitHandle.WaitOne (source line information unavailable) System.Management.MTAHelper.WorkerThread (source line information unavailable) System.Threading.ThreadHelper.ThreadStart_Context (source line information unavailable) System.Threading.ExecutionContext.Run (source line information unavailable) System.Threading.ThreadHelper.ThreadStart (source line information unavailable) Thread 8080 [Status=Wait UserTime=31 Wait Reason=EventPairLow] Callstack for Thread 8080 Thread 9256 [Status=Wait UserTime=0 Wait Reason=UserRequest] Callstack for Thread 9256 Thread 9408 [Status=Wait UserTime=0 Wait Reason=ExecutionDelay] Callstack for Thread 9408 Thread 1004 [Status=Wait UserTime=0 Wait Reason=ExecutionDelay] Callstack for Thread 1004 System.Drawing.ImageAnimator.AnimateImages50ms (source line information unavailable) System.Threading.ThreadHelper.ThreadStart_Context (source line information unavailable) System.Threading.ExecutionContext.Run (source line information unavailable) System.Threading.ThreadHelper.ThreadStart (source line information unavailable) Thread 7708 [Status=Wait UserTime=15 Wait Reason=ExecutionDelay] Callstack for Thread 7708 VaultClientOperationsLib.WatcherThread.Start (source line information unavailable) System.Threading.ThreadHelper.ThreadStart_Context (source line information unavailable) System.Threading.ExecutionContext.Run (source line information unavailable) System.Threading.ThreadHelper.ThreadStart (source line information unavailable) Thread 5280 [Status=Wait UserTime=0 Wait Reason=ExecutionDelay] Callstack for Thread 5280 VaultClientOperationsLib.WatcherThread.Start (source line information unavailable) System.Threading.ThreadHelper.ThreadStart_Context (source line information unavailable) System.Threading.ExecutionContext.Run (source line information unavailable) System.Threading.ThreadHelper.ThreadStart (source line information unavailable) Thread 5344 [Status=Wait UserTime=639 Wait Reason=UserRequest] Callstack for Thread 5344 Thread 7672 [Status=Wait UserTime=0 Wait Reason=ExecutionDelay] Callstack for Thread 7672 VaultClientOperationsLib.WatcherThread.Start (source line information unavailable) System.Threading.ThreadHelper.ThreadStart_Context (source line information unavailable) System.Threading.ExecutionContext.Run (source line information unavailable) System.Threading.ThreadHelper.ThreadStart (source line information unavailable) Thread 9248 [Status=Wait UserTime=0 Wait Reason=ExecutionDelay] Callstack for Thread 9248 VaultClientOperationsLib.WatcherThread.Start (source line information unavailable) System.Threading.ThreadHelper.ThreadStart_Context (source line information unavailable) System.Threading.ExecutionContext.Run (source line information unavailable) System.Threading.ThreadHelper.ThreadStart (source line information unavailable) / comments
Possibly related to Vault... Attached to pid:9088 Thread 3820 [Status=Wait UserTime=15 Wait Reason=UserRequest] Callstack for Thread 3820 Thread 4308 [Status=Wait UserTime=0 Wait Reason=UserRequest...
0 votes
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