Getting Started with Flyway Migrations on PostgreSQL

Phil Factor brings us yet another lesson in Flyway and database migrations. Learn how to use PowerShell with Flyway to run SQL migration scripts that will build, fill and modify a PostgreSQL database.
The post Getting Started with Flyway Migrations on PostgreSQL appeared first on SQLServerCentral.

Sending streaming data from Azure IoT Central to Azure SQL Database

Introduction In my last article, Working with Azure IoT Central at SQLServerCentral, I gave an overview of Azure IoT Central. I had connected my mobile phone as a device to Azure IoT Central and collected the telemetry data. In this article, I will export the telemetry data continuously from Azure IoT Central to Azure SQL […]
The post Sending streaming data from Azure IoT Central to Azure SQL Database appeared first on SQLServerCentral.

Testing SQL Server Databases Using SQL Test

During database development, as well as writing SQL, you must also write the tests that prove your SQL code meets all the requirements. The article will help you get started with database testing for your SQL Server databases, by creating and running unit tests against them, as well as static code analysis tests.
The post Testing SQL Server Databases Using SQL Test appeared first on SQLServerCentral.

SQL Compilations/sec is not what you think it is

SQL Server perfmon counters provide a wealth of information about performance. In this article, Fabiano Amorim shows how current wisdom about one counter, SQL Compilations/sec, can sometimes be misleading.
The post SQL Compilations/sec is not what you think it is appeared first on SQLServerCentral.