microsoft / SqlNexus

SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
MIT License
356 stars 101 forks source link

GetReadTracePath() looks for reporter.exe but if fails gives message readtrace.exe doesnt exist #141

Open gambit9009 opened 2 years ago

gambit9009 commented 2 years ago

NexusInterfaces.Utils GetReadTracePath

if (File.Exists (ReadTracePath + @"\reporter.exe"))

else Util.Logger.LogMessage ("Warning: readtrace.exe doesn't exist in directory : " + ReadTracePath);

Reporter.exe is required to extract the ReadTrace*.rdlc files