Cross-RDBMS Code Quality Reports in Flyway

This article demonstrates how to run basic cross-RDBMS code quality checks using SQL Fluff. We analyze the results in PowerShell to produce reports and analytics on the number or types of issues found.
The post Cross-RDBMS Code Quality Reports in Flyway appeared first on SQLServerCentral.

Should You Use SQL Server 2022’s STRING_SPLIT?

SQL Server 2022 improved the STRING_SPLIT function so that it can now return lists that are guaranteed to be in order. However, that’s the only thing they improved – there’s still a critical performance problem with it.
The post Should You Use SQL Server 2022’s STRING_SPLIT? appeared first on SQLServerCentral.