How to use a Powershell script to track the network latency issue in AOAG

In this article, we will learn how to use a Powershell script to track the network latency issue in the AwlaysOn availability group (AOAG), the network latency may become a real issue for the AOAG, if the network latency is too high for AOAG, the primary replica will lose the connection to the secondary replica, […]
The post How to use a Powershell script to track the network latency issue in AOAG appeared first on SQLServerCentral.

Building a Database with Flyway

Flyway, especially Flyway Teams edition, can be used in several different ways to accommodate a database development that was originally based on builds rather than migrations. This article explores four different ways to use Flyway to build a particular version of a database, from the ground up, using a single migration script. It should help teams select the best way to incorporate Flyway into an existing database build system, during development, while benefitting from use of Flyway's versioned migration system for deployments and releases.
The post Building a Database with Flyway appeared first on SQLServerCentral.

Generate Random Dates in T-SQL

In this article we look at how to generate random dates in SQL Server to build a sample dataset along with code and examples
The post Generate Random Dates in T-SQL appeared first on SQLServerCentral.

Increasing the Visibility of Database Changes in Flyway Development

If you save a metadata 'model' for every new version of a database created by Flyway, you can compare the current model to the previous one to see what changed. In turn, you can then generate a database E-R diagram that highlights the changed objects, instantly making those changes visible to other team members
The post Increasing the Visibility of Database Changes in Flyway Development appeared first on SQLServerCentral.