Quantcast
Viewing latest article 1
Browse Latest Browse All 3

Tracing select statements on specific objects in SQL Server without using Profiler

I published a blog post with Basefarm last week about tracing select statements in SQL Server without using profiler. It demonstrates how to use SQL Audit (based on extended events) to record any select statements issues on particular tables over a prolonged time period in a scalable lightweight way. Although SQL Audit was designed as it name suggests, to provide an audit framework for the product, I find it can be quite useful in other ways as well. In this example we were helping developers effectively check their code base for unexplained access to a particular object.

You can read the full post here:

http://blog.basefarm.com/blog/2012/02/13/tracing-select-statements-on-specific-objects-in-sql-server-without-using-profiler/

The post Tracing select statements on specific objects in SQL Server without using Profiler appeared first on GlobalGoat.


Viewing latest article 1
Browse Latest Browse All 3

Trending Articles