Edit

Share via


Find a value or data column while tracing (SQL Server Profiler)

Applies to: SQL Server Azure SQL Managed Instance

This article describes how to search for a specific value or data column in the trace output while the trace is running by using SQL Server Profiler.

Find a value or data column while running a trace

  1. Select any row in the trace results while the trace is running.

  2. On the Edit menu, select Find.

  3. In the Find dialog box, enter a search value in the Find what text box and optionally specify a data column.

  4. To find the next occurrence of a value, select Find Next.

  5. To find the previous occurrence of a value, select Find Previous.

    The search starts at the row you selected in Step 1.