-1

i am trying to use sql server profiler to trace all the sql statements on a specific database, is this possible to do?

Alex Gordon
  • 455
  • 3
  • 14
  • 31
  • 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 Answers1

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