Posts
Sort by recent activity
Branching & Merging Strategy for Redgate Deploy (Flyway)
We are implementing databases code changes automation using Redgate Deploy (Flyway) + Azure DevOps for SQL Server databases. We are thinking having: master ==> development ==> "feature branches", a...
Flyway Desktop migrations file name structure
Hello,Flyway handles files following this name structure:prefixVERSIONseparatorDESCRIPTIONsuffixWhere, "prefix", "separator" and "suffix" can be set in flyway.conf file (or not if you want to work ...
Support & Upgrades renewal
I have some SQL Monitor & Source Control licenses whose support and updates expiring next month, how can I generate quotes for renewals?... Thanks!!
SQL Change Automation and Jenkins on Linux
Hi,We are planning migrate our TFS to Jenkins, in TFS we have many projects which use Redgate SQL Change Build Automation plug-ins to build & deploy database structures and code.The first approach ...
Adding SQL Server Cluster
Hello,
I have a 3 nodes failover cluster, two nodes host two sql server instances, the 3rd node was added recently to configure Always On Availability Groups (in fact, this 3rd node is in a differe...
Duplicated monitored instances in SQL Monitor
I have installed SQL Monitor to monitor two database instances hosted in a two node failover cluster, I have one instance per cluster node:
RPT01\DB01
RPT02\DB02
We have seen that when we move a da...
DLM Automation 2 Release: Avoid delete existing database users during deploy.
Hello,
We are implementing DLM Automation integrated to TFS using the DLM Automation 2 Plugins. We are realizing that when a deploy runs, all existing users that not exist in the package are being ...
DLM Automation, integration with TFS - Backup database before deployment
Hello,
I know that sqlcompare tool has a switch /makebackup to create a backup of the target database. Is it possible to set this switch using DLM Automation 2 Release add-on for TFS.
I have seen a...