Unable to open large profiler trace files
Profiler filling up space of my system drive…….
When you run the profiler trace (GUI) or open the saved profiler trace file your System Drive gets out of space
SQL Server profile uses ‘TMP’ Environment variable for storing the .Trc and trace replay files
By default TMP directory points to your system drive, so when we open a large profiler trace file or capture trace in GUI mode system drive gets full.
We can workaround this by changing the TMP environment variable. Changing TMP environment variable system wide can cause other issues so I would recommend changing TMP temporarily for the process
1. Open command prompt
SET TMP=G:\TMP
2. Open the profiler from command prompt
>Profiler90.exe -->SQL Server2005
>Profiler.exe -->SQL Server2008
>Mysavedtracefile.trc –>Open a saved tracefile
This would make profiler use G:\TMP for saving temporary data. So your c:\ would never get full.
Thank you,
Karthick P.K |Technical Lead | Microsoft SQL Server Support |
My Facebook Page |My Site| Blog space| Twitter
Comments
- Anonymous
July 21, 2012
Interesting Finds: July 22, 2012