Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.39 KB

File metadata and controls

42 lines (31 loc) · 2.39 KB
title Improve Access to Trace Data | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology
ms.topic conceptual
helpviewer_keywords
Profiler [SQL Server Profiler], space
SQL Server Profiler, space
space [SQL Server], SQL Server Profiler
ms.assetid c260c000-fd53-4831-993f-df6894f3228b
author MashaMSFT
ms.author mathoma

Improve Access to Trace Data

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] [!INCLUDEssSqlProfiler] uses space in the temp directory to improve access to trace data. [!INCLUDEssSqlProfiler] requires at least 10 megabytes (MB) of free space. If free space drops below 10 MB while you are using [!INCLUDEssSqlProfiler], all [!INCLUDEssSqlProfiler] functions stop.

When [!INCLUDEssSqlProfiler] uses space in the temp directory, this space usage may cause the temp directory to grow rapidly. To avoid file-growth problems, you can place the temp directory on a drive that is not a system drive by changing the value for the TEMP environment variable.

The following procedure describes how to change the value for the TEMP environment variable in most Microsoft Windows operating systems. For more information about setting environment variables, see your Windows operating system documentation.

To change the TEMP environment variable in Windows operating systems

  1. On the Start menu, choose Control Panel, and then click System.

  2. In the System Properties dialog box, click the Advanced tab, and then click Environment Variables.

  3. Scroll down the list of System Variables, select the row that corresponds to the TEMP variable, and click Edit.

  4. In the Edit System Variable dialog box, enter the path and name of the drive and directory where you want the temp directory to be located.

  5. Click OK to save the change.

See Also

Start SQL Server Profiler
SQL Server Profiler