Hello,
Is it possible to disable file rollover option for extended events session. If i don't specify value for this it is taking a default value of 5.
ADD TARGET package0.event_file( SET filename=N'S:\Trace_temp\query_performance.xel', max_file_size=(2), max_rollover_files=(0), metadatafile=N'S:\Trace_temp\query_performance.xem')
Thanks