Preview
We're still working on this feature, but we'd love for you to try it out!
This feature is currently provided as part of a preview pursuant to our pre-release policies.
Troubleshoot common issues you may encounter when monitoring your Microsoft SQL Server with the NRDOT Collector.
Common issues
Network connectivity issues
If you encounter any network connectivity issues with the NRDOT Collector, run the following commands to test connectivity to your SQL Server instance:
For Windows, run:
bash$Test-NetConnection -ComputerName <YOUR_IP_ADDRESS> -Port <YOUR_PORT_NUMBER>For Linux, run:
bash$nc -zv <YOUR_IP_ADDRESS> <YOUR_PORT_NUMBER>
Related documentation
Linux instrumentation for self-hosted environments
Learn how to set up MSSQL monitoring in self-hosted Linux environments with New Relic.
Windows instrumentation for self-hosted environments
Learn how to set up MSSQL monitoring in self-hosted Windows environments with New Relic.
Set up APM-database correlation
Learn how to correlate your application performance with database operations in New Relic.