We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc92cd6 commit 335b294Copy full SHA for 335b294
1 file changed
sp_BlitzCache.sql
@@ -1326,10 +1326,11 @@ DROP TABLE IF EXISTS #missing_index_usage;
1326
DROP TABLE IF EXISTS #missing_index_detail;
1327
DROP TABLE IF EXISTS #missing_index_pretty;
1328
DROP TABLE IF EXISTS #index_spool_ugly;
1329
-
1330
DROP TABLE IF EXISTS #ReadableDBs;
1331
DROP TABLE IF EXISTS #plan_usage;
1332
+DROP TABLE IF EXISTS #plan_usage_by_database;
+DROP TABLE IF EXISTS #plan_cache_by_db;
1333
+
1334
CREATE TABLE #only_query_hashes (
1335
query_hash BINARY(8)
1336
);
0 commit comments