i am trying to use sql server profiler to trace all the sql statements on a specific database, is this possible to do?
Asked
Active
Viewed 105 times
-1
-
Answer [here](https://stackoverflow.com/questions/272730/sql-server-profiler-how-to-filter-trace-to-only-display-events-from-one-databas) – Jairo Nov 10 '10 at 19:20
1 Answers
1
If you are talking about SQL Profiler on a 2005 or 2008 server, you can do it by adding a column filter. You will need to show all columns in the Events Selection tab. Once you do that you should see an option for Database Name.

jgardner04
- 298
- 2
- 10