How to profile for one table in SQL Server?

Dakmaz picture Dakmaz · Nov 2, 2010 · Viewed 38.4k times · Source

How can I add a filter which can trace sql statements for a particular table name?

Answer

You can't set filter to trace specific table directly.

What you can do is specify a filter for Text Data:

File -> Properties -> Event Selection -> Column Filters -> TextData -> Like -> [Table Name]