Skip to content

Commit

Permalink
2.4.7453.39158 - fixed spilling to tempdb
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingminski committed May 28, 2020
1 parent ce4c025 commit d962f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified SQLWATCHDB/Scripts/Pre-Deployment/SetDacVersion.sql
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ select pc.[performance_counter_id]
and t.[interval_minutes_60] > isnull(@snapshot_time,'1970-01-01')
--and apc.snapshot_time is null

and pc.sql_instance = @@SERVERNAME

group by pc.[performance_counter_id]
,pc.[instance_name]
,pc.[sql_instance]
Expand Down

0 comments on commit d962f76

Please sign in to comment.