How to read a SQL Server trace file using .Net code, TraceFile and TraceServer.
When you wish to trace and see what is going on in SQL Server then the SQL Profiler tool is really useful. But what if you wish to read it from, for example, a C# console application? With or without having SQL Profiler installed
See more here:
How to read a SQL Server trace file using .Net code, TraceFile and TraceServer.


