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
348 stars 99 forks source link

Update RML Download link in SetupSQLNexusPrereq.ps1 #212

Closed lukargit closed 1 year ago

lukargit commented 1 year ago

When attempting to run SetupSQLNexusPrereq.ps1 as part of installing SQLNexus I noticed there are 404 errors downloading RMLSetup_AMD64.msi. Per this page, it looks like the download link for this changed recently.

Can this be updated to reference a valid download link? I didn't see contributor guidelines in the README for this repo, let me know if you'd prefer I open a PR to update it to the link in the RML-Utility wiki and I will.

PiJoCoder commented 1 year ago

@lukargit thank you for reporting this. We made the fix in https://github.com/microsoft/SqlNexus/pull/233 . You can pull the latest Master branch and get the updated file https://github.com/microsoft/SqlNexus/blob/master/Setup-Related/SetupSQLNexusPrereq.ps1

It will also be included in the next release of SQL Nexus. Thanks