You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
END; /* IF @SinceStartup = 0 AND @Seconds > 0 AND @ExpertMode = 1 AND @OutputType <> 'NONE' - What's running right now? This is the first and last result set. */
293
+
END; /* IF @SinceStartup = 0 AND @Seconds > 0 AND @ExpertMode IN (1, 3) AND @OutputType <> 'NONE' - What's running right now? This is the first and last result set. */
294
294
295
295
/* Set start/finish times AFTER sp_BlitzWho runs. For more info: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues/2244 */
296
296
IF @Seconds =0ANDSERVERPROPERTY('EngineEdition') =5/*SERVERPROPERTY('Edition') = 'SQL Azure'*/
@@ -5372,7 +5372,7 @@ If one of them is a lead blocker, consider killing that query.'' AS HowToStopit,
5372
5372
DROPTABLE #BlitzFirstResults;
5373
5373
5374
5374
/* What's running right now? This is the first and last result set. */
@@ -5382,7 +5382,7 @@ If one of them is a lead blocker, consider killing that query.'' AS HowToStopit,
5382
5382
BEGIN
5383
5383
EXEC (@BlitzWho);
5384
5384
END;
5385
-
END; /* IF @SinceStartup = 0 AND @Seconds > 0 AND @ExpertMode = 1 AND @OutputType <> 'NONE' - What's running right now? This is the first and last result set. */
5385
+
END; /* IF @SinceStartup = 0 AND @Seconds > 0 AND @ExpertMode IN (1, 3) AND @OutputType <> 'NONE' - What's running right now? This is the first and last result set. */
0 commit comments