0

I am not able to filter events in my database.

When creating a trace, I specify a "Database Name" in the filters tab and add my database name, "pr200".

However, the profiler seems to ignore this information and keeps showing events from all databases.

What am I missing?

T I
  • 9,785
  • 4
  • 29
  • 51
AgostinoX
  • 7,477
  • 20
  • 77
  • 137

1 Answers1

1

Filter for dbid instead of dbname, seems there is a bug inside the profiler.

Use sp_helpdb 'db_name' to find the dbid for a given database name.

toettoe
  • 26
  • 1