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

Rawfileimporter is using Windows authentication by default which is an incorrect assumption #108

Closed PiJoCoder closed 3 years ago

PiJoCoder commented 3 years ago

We should not assume Win auth /SSPI because sometimes the backend SQL could be not in a domain or SQL on Linux image

Functions to look at are :

Also, not related to this, but similar issue

PiJoCoder commented 3 years ago

@repltalk thank for you reporting this. It is now fixed.