File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2768,7 +2768,7 @@ BEGIN
27682768
27692769 /* Next, Compilations/Sec High - CheckID 15 and 16 */
27702770 IF @BlitzCacheSortOrder IS NULL AND EXISTS (SELECT * FROM #BlitzFirstResults WHERE CheckID IN (15 ,16 ))
2771- SET @BlitzCacheSortOrder = ' compilations' ;
2771+ SET @BlitzCacheSortOrder = ' recent compilations' ;
27722772
27732773 /* Still not set? Use the top wait type. */
27742774 IF @BlitzCacheSortOrder IS NULL AND EXISTS (SELECT * FROM #BlitzFirstResults WHERE CheckID = 6 )
@@ -4008,7 +4008,7 @@ EXEC dbo.sp_BlitzFirst @ExpertMode = 1;
40084008
40094009Saving output to tables:
40104010EXEC sp_BlitzFirst
4011- , @OutputDatabaseName = 'DBAtools'
4011+ @OutputDatabaseName = 'DBAtools'
40124012, @OutputSchemaName = 'dbo'
40134013, @OutputTableName = 'BlitzFirst'
40144014, @OutputTableNameFileStats = 'BlitzFirst_FileStats'
You can’t perform that action at this time.
0 commit comments