We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46bff99 + 3a1c68a commit 2f0bd87Copy full SHA for 2f0bd87
sp_BlitzFirst.sql
@@ -1131,7 +1131,7 @@ BEGIN
1131
@StockDetailsFooter = @StockDetailsFooter + @LineFeed + ' -- ?>';
1132
1133
/* Get the instance name to use as a Perfmon counter prefix. */
1134
- IF SERVERPROPERTY('EngineEdition') = 5 /*CAST(SERVERPROPERTY('edition') AS VARCHAR(100)) = 'SQL Azure'*/
+ IF SERVERPROPERTY('EngineEdition') IN (5, 8) /*CAST(SERVERPROPERTY('edition') AS VARCHAR(100)) = 'SQL Azure'*/
1135
SELECT TOP 1 @ServiceName = LEFT(object_name, (CHARINDEX(':', object_name) - 1))
1136
FROM sys.dm_os_performance_counters;
1137
ELSE
0 commit comments