Deletion of SQL Profiler Trace files (.trc)
Posted
by
Mark
on Server Fault
See other posts from Server Fault
or by Mark
Published on 2010-07-29T00:37:23Z
Indexed on
2011/01/10
8:55 UTC
Read the original article
Hit count: 315
We've noticed a lot of .trc
files in our SQL data folder (\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data
) on our server. The date range for these files spans over one day and the total file size of all files together is about 21 gigs. I'd like to free up this space but I'm not sure if I can just delete the files manually through Windows Explorer or if I need to do anything in SQL, like run a command or script. Any ideas?
© Server Fault or respective owner