Tutorial of MS SQL Extended Events in 7 T-SQL Steps
Hi, today I would like to show you how you can use Extended Events Sessions on SQL Server 2008 or above. Extended Event Sessions are future of monitoring of the SQL Server. From many years solutions that used SQL Profiler Traces or DMV were not always accurate and fast. DMV queries could be very fast. However it is impossible to get statistics only per one sessions from DMV. And that is why Continue ReadingTutorial of MS SQL Extended Events in 7 T-SQL Steps