Comments
Sort by recent activity
How has SQL Change Automation helped me? DevOps has made building and deploying apps a breeze. But what about the database? Should we continue RDPing into the server and manually running scripts? Of course not! SQL Change Automation is that magic piece that unlocks DevOps for databases. Hook it up to developers and we can now communicate both app and database changes in one git push. Hook it up to CI and we can now prove there aren't any syntax or logic errors in our SQL. Hook it up to tSQLt or SQL Test and we can now unit test our sql functions just like we unit test our code functions. And finally hook it up to the deployment databases in all environments, lock everyone out of those databases, and we now have confidence that if it ran in pre-prod it'll run great in prod too. After all, we practiced the production deployment with every DevOps build since the change was introduced. Just saying, DevOps with Databases is completely a thing, and SQL Change Automation is the elegantly simple way to do it. / comments
How has SQL Change Automation helped me? DevOps has made building and deploying apps a breeze. But what about the database? Should we continue RDPing into the server and manually running scripts...