SQL-Server-First-Responder-Kit icon indicating copy to clipboard operation
SQL-Server-First-Responder-Kit copied to clipboard

Fixes #3129 - sp_BlitzFirst in Azure SQL Managed Instances

Open dmonlineuk opened this issue 3 years ago • 0 comments

Retains checks for Azure SQL DB and tested to work there, but now enables it to work for Azure SQL Managed Instances as (I believe is) intended - also tested.

TLDR - looked for SERVERPROPERTY('Edition') =/<> 'Azure SQL' and updated to SERVERPROPERTY('EngineEdition') =/<> 5

dmonlineuk avatar Jul 22 '22 17:07 dmonlineuk