SQL Server compile locks

While they don’t occur very often, compile locks can become a problem with stored procedures.  This post will outline some common things to look for that can cause compile locks and how to address them. What is a compile lock? SQL Server keeps one version of an execution plan in the plan cache at any […]

Read More

Are you searching for a Precise I3 replacement?

I occasionally do consulting engagements for customers although our primary business is SQLGrease (database observability, performance monitoring).  I had a customer that used Precise I3.  Not a bad product, but it needed some updating as it had some quirks as they migrated from adobe flash to a web version.  They were acquired by Idera and […]

Read More

STATMAN queries causing you timeouts?

If you have a query executing having unexpected slowness or timeouts but at the same time you see queries referencing statman, you might be running into an issue of synchronous statistics updates. By default SQL Server performs automatic statistics updates synchronously.  This means when the threshold for requiring a statistics update is reached statistics are […]

Read More