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 3ebbd3e + eddba10 commit faa1166Copy full SHA for faa1166
sp_HumanEvents/sp_HumanEvents.sql
@@ -2185,6 +2185,7 @@ BEGIN
2185
)
2186
SELECT
2187
pattern = N'total compiles',
2188
+ k.database_name,
2189
k.object_name,
2190
statement_text =
2191
(
@@ -2437,6 +2438,7 @@ IF @compile_events = 1
2437
2438
2439
pattern = N'total recompiles',
2440
k.recompile_cause,
2441
2442
2443
2444
0 commit comments