Using SQL profiler to trace TaskMan instances

To use SQL Profiler to see which instance of TaskMan is monitoring an application database:

  1. Start the SQL Server Profiler.
  2. In SQL Profiler, select File > New Trace.
  3. Connect to the application database server you want to trace.
  4. On the Events Selection tab, remove everything from the Events column except TSQL -- SQL:Batch completed.
  5. On the Data Columns tab, add Server Name to the Selected Data Column.
  6. To start the trace, click Run.