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
'You have '+CONVERT(NVARCHAR(10), ISNULL(p.percent_24, 0)) +'% plans created in the past 24 hours, '+CONVERT(NVARCHAR(10), ISNULL(p.percent_4, 0)) +'% created in the past 4 hours, and '+CONVERT(NVARCHAR(10), ISNULL(p.percent_1, 0)) +'% created in the past 1 hour.',
4780
+
'You have '+CONVERT(NVARCHAR(10), ISNULL(p.total_plans, 0))
4781
+
+' total plans in your cache, with '
4782
+
+CONVERT(NVARCHAR(10), ISNULL(p.percent_24, 0))
4783
+
+'% plans created in the past 24 hours, '
4784
+
+CONVERT(NVARCHAR(10), ISNULL(p.percent_4, 0))
4785
+
+'% created in the past 4 hours, and '
4786
+
+CONVERT(NVARCHAR(10), ISNULL(p.percent_1, 0))
4787
+
+'% created in the past 1 hour.',
4779
4788
'',
4780
4789
'If these percentages are high, it may be a sign of memory pressure or plan cache instability.'
0 commit comments