My latest article on SQL Server Profiler with Dotnet is available at CodeProject now -http://www.codeproject.com/useritems/TSQL-profiler.asp

This article describes how to develope a Microsoft SQL Profiler with Dotnet. I use c# to in this article.

This article is an introduction to the implementation of a ‘profiler like thing’ with dotnet. I would like to call it as ‘SQL Tracer’ since it is out of scope of this page to develop all the functionalities of a SQL Profiler. I choose C# for the demonstation.

Also, I am happy to see I have the gold member status in CodeProject now.

VN:F [1.1.6_502]
Rating: 0.0/5 (0 votes cast)
Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • LinkedIn
  • Live
  • MySpace
  • StumbleUpon
  • Technorati

Related posts:

  1. My Latest article ‘DataTable filter demonstation’
  2. Article: Make your Skype Bot in .NET
  3. Write your first SQL Server CLR Stored Procedure
  4. QTraZe - A developer’s sql tracing tool with C#
  5. Testing for Programmers - Beginners