SQL Server 2008 R2 – Find Routine Running Daily SQL Trace File

sql-server-2008-r2

So I found a strange folder inside my SQL Server. It's called Analysis and most of its files was not updated since 2015. but there are 2 trace files being updated daily. theres some useless information inside it ( only start date and end date of something ) and a TXT file with only errors. how can I find what is starting this trace ? can't find it under traces, or schedules taks on SO.

These are the files. where is this coming from ??

Best Answer

It looks like those files are coming from the Flight Recorder monitoring feature within SSAS.

To turn it off, connect to the Analysis Services server from SSMS, go to server properties, General tab, (you might need to select Show Advanced (All) Properties, and change the value under Log -> FlightRecorder -> Enabled to false.