vote up 0 vote down star

SQL Server 2008 Profiler always profiles all databases. I want to restrict profiling or output to a single database. How can that be done most easily?

flag

48% accept rate

2 Answers

vote up 1 vote down check

There is a column output/filter by database name or Id. You have to choose "Show all columns" when setting the trace up.

link|flag
works. thank you. – usr Jul 3 at 15:10
vote up 1 vote down

Go to trace properties, then show all columns. Once you have selected DatabaseName you can go into ColumnFilters... and set Like to equal the name of the database you want to filter on.

link|flag
You can also click on the column title in the selection grid, will display the Filter dialog and let you set a filter condition. – Remus Rusanu Jul 3 at 14:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.