How can we help you today? How can we help you today?
MikielAgutu
Hello Sorry you're still experiencing this issue. If you contact Redgate support at support@red-gate.com we can assist you further. Our support system provides a mechanism for uploading large files. Thanks / comments
HelloSorry you're still experiencing this issue. If you contact Redgate support at support@red-gate.com we can assist you further. Our support system provides a mechanism for uploading large files....
0 votes
Hello Tom In my opinion the simplest way to help avoid problems like this is to take an approach where the main branch must always be shippable. In order to ensure that your main branch is always shippable, it's important to have a manual review step before changes are introduced to your main branch. This can be achieved by doing work on separate branches, then merging into the main branch only when the work is finished and has passed review. This ought to prevent the scenario where Test and Prod changes are introduced to the version to be shipped to customers. The next step is to set up a Continous Integration process. The CI proces should do things like verify the schema of the main branch, and run T-SQL tests. This should be done automatically whenever the main branch is pushed to the remote repository. The SQL Change Automation documentation explains how to do this: https://documentation.red-gate.com/sca3/automating-database-changes/continuous-integration. These processes ought to alert you to problems earlier on in your development process. CI is of course a large area and there's many opnions on how to set things up. I can point you to a couple more articles for further reading: https://dri.es/always-be-shippable https://www.red-gate.com/hub/product-learning/sql-change-automation/moving-from-application-automation-to-true-devops-by-including-the-database Thanks Mikiel / comments
Hello TomIn my opinion the simplest way to help avoid problems like this is to take an approach where the main branch must always be shippable.In order to ensure that your main branch is always shi...
0 votes
Hello Rick Are you able to provide more information about your build? Specifically can you include the log of the failed build? Thanks / comments
Hello RickAre you able to provide more information about your build? Specifically can you include the log of the failed build?Thanks
0 votes