--- title: Import a Trace Template titleSuffix: SQL Server Profiler description: Learn how to import a user-defined template in SQL Server Profiler to make it available for traces along with the predefined system templates. author: markingmyname ms.author: maghan ms.date: 03/01/2017 ms.service: sql ms.subservice: profiler ms.topic: conceptual --- # Import a Trace Template (SQL Server Profiler) [!INCLUDE [SQL Server Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdbmi.md)] This topic describes how to import a trace template file (.tdf) by using [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)]. ### To import a trace template 1. On the **File** menu, click **Templates**, and then click **Import Template**. 2. In the **Open File** dialog box, select the trace template file (.tdf file) to import and click **Open**. The trace template file is added to the available templates in the **Use the template** list in the **Trace Properties** dialog box. User defined templates have **(user)** appended to the template name. ## See Also [Create a Trace Template (SQL Server Profiler)](../../tools/sql-server-profiler/create-a-trace-template-sql-server-profiler.md) [Modify a Trace Template (SQL Server Profiler)](./modify-trace-templates.md) [Derive a Template from a Running Trace (SQL Server Profiler)](../../tools/sql-server-profiler/derive-a-template-from-a-running-trace-sql-server-profiler.md) [Derive a Template from a Trace File or Trace Table (SQL Server Profiler)](../../tools/sql-server-profiler/derive-a-template-from-a-trace-file-or-trace-table-sql-server-profiler.md) [Export a Trace Template (SQL Server Profiler)](../../tools/sql-server-profiler/export-a-trace-template-sql-server-profiler.md) [SQL Server Profiler Templates and Permissions](../../tools/sql-server-profiler/sql-server-profiler-templates-and-permissions.md) [SQL Server Profiler](../../tools/sql-server-profiler/sql-server-profiler.md)