Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.19 KB

File metadata and controls

35 lines (25 loc) · 1.19 KB
title Open a Trace Table
titleSuffix SQL Server Profiler
description Discover how to use SQL Server Profiler to open a table in a SQL Server database that contains trace results.
author rwestMSFT
ms.author randolphwest
ms.date 06/05/2025
ms.service sql
ms.subservice profiler
ms.topic how-to
ms.collection
data-tools

Open a trace table (SQL Server Profiler)

[!INCLUDE SQL Server Azure SQL Managed Instance]

This article describes how to open an existing trace table by using [!INCLUDE ssSqlProfiler].

Open a trace table

  1. On the File menu, point to Open, and then select Trace Table.

  2. Connect to the server instance that contains the trace table.

  3. In the Source Table dialog box select the database that contains the saved trace table from the Database list.

  4. From the Table list, select the table name. Select OK.

Related content