Hoppe
Hoppe

Reputation: 6815

Anjlab sql profiler, limit the data to only tsql and sql, statements and stored procedures?

Using anjlab sql profiler, how can I limit the captured data to only tsql and sql, statements and stored procedures?

I'm assuming that it's similar to using SQL Server 2008 profiler.

Upvotes: 2

Views: 667

Answers (2)

Md Nazmoon Noor
Md Nazmoon Noor

Reputation: 3307

When you open a 'new trace' you'll find Events tab. Most of the time I check following events. They keep data minimal.

  • SQLStmtCompleted
  • SPstmtCompleted
  • SqlfulltextQuery.

Anjlab Events

Upvotes: 2

CrazyTim
CrazyTim

Reputation: 7334

I just show the SQLBatchCompleted event

Upvotes: 0

Related Questions