How to filter SQL Server 2008 Profiler Output for a single database?
sql-server, sql-server-2005, sql-server-2008, sql-server-profiler
Solution
There is a column output/filter by database name or Id. You have to choose "Show all columns" when setting the trace up.
Problem
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?