Category: Extended Events
This category groups together all the posts and articles related to SQL Server Extended Events.
-
Audit SQL Server login activity with Extended Events: Who connected, when, from where, how often & verify connection pooling
SQL Server Extened Events provide a light weight mechanism for tracking and monitoring various things in SQL Server. In this post, I am going to
-
Using Extended Events, how to track who is using a table/view/stored procedure etc. in my SQL Server database?
This article will show you how to identify which user, application or login is using a database object (table/view/stored procedure etc.) in your database. This technique uses the lock_acquired event via extended events. Very useful if you are looking to find out is anyone is using a database object, before dropping it.
Latest Articles


