The Lock Escalation Threshold – Part 3

The examples so far in this series have all used repeatable read isolation to acquire shared locks on qualifying rows and hold them to the end of the transaction. This was convenient for the demos but repeatable read isolation isn’t common in everyday use.
The post The Lock Escalation Threshold – Part 3 appeared first on SQLServerCentral.

Flyway Desktop in Database Development Work: An Overview

For those new to Flyway Desktop, this article takes a strategic overview of the components of a Flyway Desktop project, how to set up a project for team-based development work, and how we can use the tool in conjunction with a version control system and CI servers to manage a database development and release process.
The post Flyway Desktop in Database Development Work: An Overview appeared first on SQLServerCentral.