I had run Sp_blitz script in SQL Server on production and it is showing reliability issue 1) Memory Dumps Have Occurred : That ain't good. I've had 70 memory dumps between Jul 25 2015 1:31AM and Apr 23 2016 5:31AM!2) Performance issue: Many Plans for One Query : 188 plans are present for a single query in the plan cache - meaning we probably have parameterization issues.How to identify and solve this any pointers for this solution is appreciated in advance.
↧