spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
230 stars 51 forks source link

Adjusting SqlCommand CommandTimeOut #118

Closed mcflyamorim closed 1 year ago

mcflyamorim commented 1 year ago

Adjusting SqlCommand CommandTimeOut used to run query with fn_xe_file_target_read_file to read extended event files. Setting it to zero (no limit) to wait indefinitely to be able to deal with large xe files. Addresses issue #96