Comments
Sort by recent activity
Have you signed up to Prompt+? / comments
Have you signed up to Prompt+?
This tool has been retired as it's built on old technology. We're considering a rewrite although we don't have a firm timeframe yet. You can access older installers, but these are no longer Redgate supported. / comments
This tool has been retired as it's built on old technology. We're considering a rewrite although we don't have a firm timeframe yet. You can access older installers, but these are no longer Redgate...
Is there any reason why you couldn't download the most recent version? The full list of supported versions is here. / comments
Is there any reason why you couldn't download the most recent version? The full list of supported versions is here.
Have you searched through the scripts folder files and checked that this procedure isn't referenced twice? / comments
Have you searched through the scripts folder files and checked that this procedure isn't referenced twice?
SQL Compare has an option that allows you to ignore system generated constraint names: Visit Edit project/Options and check "Ignore system named constraint and index names". / comments
SQL Compare has an option that allows you to ignore system generated constraint names: Visit Edit project/Options and check "Ignore system named constraint and index names".
Hi JimmyG - Generate Migrations is available in Flyway Enterprise, not Flyway Teams, which explains why you aren't able to see this. / comments
Hi JimmyG - Generate Migrations is available in Flyway Enterprise, not Flyway Teams, which explains why you aren't able to see this.
If earlier pending scripts are pulled into your project that need to be applied then you can set flyway.outOfOrder=true . This is okay in a dev context, but less of a good idea for production. / comments
If earlier pending scripts are pulled into your project that need to be applied then you can set flyway.outOfOrder=true . This is okay in a dev context, but less of a good idea for production.
I can confirm that Sql Compare Pro is included in the Toolbelt. Let us know if you need additional assistance. / comments
I can confirm that Sql Compare Pro is included in the Toolbelt. Let us know if you need additional assistance.
Sql Toolbelt comes with the Pro comparison tools. What do you mean by “restore scripts”? / comments
Sql Toolbelt comes with the Pro comparison tools. What do you mean by “restore scripts”?
What is the reason for trying to avoid outOfOrder? I think what may serve your needs better are Deploy Rules (a Flyway Teams feature), where you can assign specific scripts to specific target environments. This would mean not having to manage the changes in separate folders. When you create a script you simply specify which environments the script should be run against. / comments
What is the reason for trying to avoid outOfOrder?I think what may serve your needs better are Deploy Rules (a Flyway Teams feature), where you can assign specific scripts to specific target enviro...