How to set the synchronization level (SQL Server Profiler)
To set the synchronization level
- Open a trace file or a trace table.
- On the Replay menu, click Settings.
- In the Replay SQL Server dialog box, in the Server list, click the server on which you want to replay the trace.
- In the Sync Level list, click:
- Full Synchronization to force events to start only after all events with earlier start times have already begun running.
- Partial Synchronization to allow events to start even though events with earlier start times are running late.
- No Synchronization to allow events to start, regardless of all other events’ start times.
See Also
Replaying Traces
(c) 1988-98 Microsoft Corporation. All Rights Reserved.