Comments
Sort by recent activity
Updating SQL Prompt to the latest version fixed this for me after the SSMS update. If you're still seeing crashes, check the vendor's site for any known issues or patches. / comments
Updating SQL Prompt to the latest version fixed this for me after the SSMS update. If you're still seeing crashes, check the vendor's site for any known issues or patches.
This is a huge step forward for DevOps teams who prefer Linux-based CI/CD pipelines over Windows agents. Running SQL Compare in a Docker container makes it so much easier to automate database deployments without the overhead of a full VM. For anyone getting started, just make sure your Docker network can actually reach your SQL Server instances, especially if they are on a different subnet or behind a firewall. I usually run these migration scripts during my lunch break while I’m updating content for my mcdonald's menu Prices UK website, as it lets the schema comparison finish in the background while I work on other tasks. It’s definitely a more efficient workflow than the old manual methods and keeps everything much more organized! / comments
This is a huge step forward for DevOps teams who prefer Linux-based CI/CD pipelines over Windows agents. Running SQL Compare in a Docker container makes it so much easier to automate database deplo...