-
Notifications
You must be signed in to change notification settings - Fork 106
Installation
JosephPilov-MSFT edited this page Apr 25, 2026
·
18 revisions
- RML Utilities
- .NET Framework 4.8
- An instance of SQL Server 2016 or later to import data into. It does not need to be on the same machine where you run SQL Nexus
- CLR Types
- Report Viewer
- RML Utilities
- .NET Framework 4.8
- An instance of SQL Server 2016 or later to import data into. It does not need to be on the same machine where you run SQL Nexus
SQL Nexus analyzes diagnostic data collected from your SQL Server. You will also need one of the following data collection tools:
- SQL LogScout (recommended) — modern, lightweight collection tool for SQL Server on Windows and Linux
- PSSDIAG/DiagManager — legacy SQLDiag-based collection tool
You can use the following PowerShell script to install all prerequisites automatically:
-
Copy the file (or its contents to a new file with a .ps1 extension) onto the target system
-
Run using the following command:
powershell -File SetupSQLNexusPrereq.ps1
- Download the latest binary files from Releases
- Unzip the file to a local directory
- Run sqlnexus.exe to start SQL Nexus
⚠️ Important: Do not point SQL Nexus at a production SQL Server instance. Use a dedicated non-production instance for importing and analyzing data.