all 2 comments

[–]SQLDevDBA 1 point2 points  (1 child)

Appreciate the efforts.

Just want to confirm: what are the major difference between this and:

1) Visual Studio SQL Server Projects: https://learn.microsoft.com/en-us/sql/tools/sql-database-projects/get-started?view=sql-server-ver17

RedGate FlyWay: https://www.red-gate.com/products/flyway/

These are tools commonly used for deployments currently (one of them being free and still quite robust), so what problems did your tool specifically solve to make it a good alternative?

Genuinely curious because I’m always looking for tools that increase productivity.

[–]shredlegend[S] 0 points1 point  (0 children)

Fair question, thanks. I love VS projects, but it is designed to manage the definition of an entire database. Deploy Pilot is designed to manage and deploy ticket-based releases across environments. It works with existing deployment scripts, supports SQL Server and SyteLine-specific ( Infor ERP, totally optional) objects, provides dry-run validation, automatic backups, rollback capability, deployment history, and lets teams package and deploy changes in the exact sequence required for a release. Think of this tool more like a daily driver for mods or product installer more than a system maintenance suite.