08/04/2026
by Marlon Ribunal
0 comments

How I Troubleshoot a Slow SQL Server Live

No two SQL Server environments are alike. A fix that resolves a performance issue in one environment may not work in another because every SQL Server instance has different workloads, hardware, data distribution, application behavior, and configuration. Even if you reproduce an issue in a test environment, there’s no guarantee the same solution will produce identical results in production.

So, probably instead of establishing a rigid step-by-step process, putting together a repeatable methodology can lead you to a resolution. This will eliminate blind guesses and at least bring you to an educated guess if the issue is too complicated. Continue reading

07/26/2026
by Marlon Ribunal
Comments Off on Introducing azsql-migration-test: Test and Validate Azure SQL Database Migrations

Introducing azsql-migration-test: Test and Validate Azure SQL Database Migrations

Introducing azsql-migration-test, a small open-source CLI that validates your Azure SQL Database migrations against a local Azure SQL Database Developer container — the same engine as the cloud, running on your machine.

The problem: proving a migration works shouldn’t require the cloud. Continue reading

Verified by MonsterInsights