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

Invalid Object Name tblDefaultConfigures when connecting via 'sa' #107

Closed ReplTalk closed 3 years ago

ReplTalk commented 3 years ago

image

PiJoCoder commented 3 years ago

No repro of this yet @ReplTalk . Please let me know if the build I sent to you for testing fixes this?

PiJoCoder commented 3 years ago

This was likely happening due to the object not being created when using SA authenticaiton. This was fixed in #108 . So closing. Please reopen if you can repro again