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
345 stars 95 forks source link

Refactor Nexus to use Microsoft.Data.SqlClient #270

Closed moraja closed 6 months ago

moraja commented 8 months ago

Microsoft.Data.SqlClient is the new data client that should be used going forward, the old system.data client is in maintenance mode and will not have any new features added.

moraja commented 7 months ago

cbea643fe7f98c1eca8502ba8674fddfc16c9a7e

PiJoCoder commented 6 months ago

Fixed by #273