Page Life Expectancy

Page Life Expectancy Page Life Expectancy is often quoted as being a key metric to watch out for memory pressure within SQL Server. If you search you will often see 300 listed…

Capturing Deadlocks

So, deadlocks. "A deadlock occurs when two or more tasks permanently block each other by each task having a lock on a resource which the other tasks are trying to…

SQL Server Profiler Trace

A Trace can easily be used to monitor what is happening within SQL Server, just start SQL Server Profiler via the Tools Menu in SSMS or via a shortcut. Once…