Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 3.06 KB

File metadata and controls

39 lines (28 loc) · 3.06 KB
title Replay Traces
titleSuffix SQL Server Profiler
description See how to replay SQL Server Profiler data from a single computer and how to use breakpoints and simulated user connections in replay to troubleshoot problems.
author rwestMSFT
ms.author randolphwest
ms.date 06/05/2025
ms.service sql
ms.subservice profiler
ms.topic conceptual
ms.collection
data-tools

Replay Traces

[!INCLUDE SQL Server Azure SQL Managed Instance]

Replay is the ability to reproduce activity that has been captured in a trace. When you create or edit a trace, you can save the trace to a file and replay it later. You can use [!INCLUDE ssSqlProfiler] to replay trace activity from a single computer. For large workloads, use the Distributed Replay Utility to replay trace data from multiple computers.

This section describes how to use the replay features of [!INCLUDE ssSqlProfiler]. For more information about the Distributed Replay Utility, see SQL Server Distributed Replay overview.

[!INCLUDE ssSqlProfiler] features a multithreaded playback engine that can simulate user connections and [!INCLUDE ssNoVersion] Authentication. Replay is useful to troubleshoot an application or process problem. When you have identified the problem and implemented corrections, run the trace that found the potential problem against the corrected application or process. Then, replay the original trace and compare results.

Trace replay supports debugging by using the Toggle Breakpoint and the Run to Cursor options on the [!INCLUDE ssSqlProfiler] Replay menu. These options especially improve the analysis of long scripts because they can break the replay of the trace into short segments so they can be analyzed incrementally.

For information about the permissions required to replay traces, see Permissions required to run SQL Server Profiler.

In this section

Topic Description
Replay Requirements Describes the events that must be included in a trace definition so that it can be replayed with [!INCLUDE ssSqlProfiler].
Replay Options (SQL Server Profiler) Describes the options you can set in the Replay Configuration dialog box of [!INCLUDE ssSqlProfiler].
Considerations for replaying traces (SQL Server Profiler) Describes trace events that can't be replayed with [!INCLUDE ssSqlProfiler] and the effects on server performance of replaying traces.

Related content