SQL Profiler Through StreamInsight Sample Solution
Posted
on SQLIS
See other posts from SQLIS
Published on Mon, 23 Aug 2010 23:35:36 +0100
Indexed on
2010/12/06
16:59 UTC
Read the original article
Hit count: 275
In this postI show how you can use StreamInsight to take events coming from SQL Server Profiler in real-time and do some analytics whilst the data is in flight. Here is the solution for that post. The download contains
- Project that reads events from a previously recorded trace file
- Project that starts a trace and captures events in real-time from a custom trace definition file (Included)
It is a very simple solution and could be extended. Whilst this example traces against SQL Server it would be trivial to change this so it profiles events in Analysis Services.
Enjoy.
© SQLIS or respective owner