The much-used Microsoft SQL Profiler is a tool headed toward obsolescence. What options are available once the tool is deprecated? We examine SQL Server Extended Events as a possibility. The ...
- "extended events [SQL Server], system health session" - "extended events [SQL Server], system_health session" - "system_health session [SQL Server extended events]" - "system health session [SQL ...
One of the dreaded error codes we get in the SQL log is the “1205”. It represents the infamous deadlock where two transactions are locking each other out. No way ...