Quantcast
Viewing all articles
Browse latest Browse all 6

SQL Server database continuous integration (CI) Best practices and how to implement them – Testing, processing and automation

Testing Test databases should be processed with unit tests In many shops code is unit tested at the point of commit. For databases, I prefer running all unit tests at once and in sequence against a QA database, vs development, as part of a Test step, in my continuous integration workflow pipeline. Yes, issues would […]

Viewing all articles
Browse latest Browse all 6

Trending Articles