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 100 forks source link

PR for #61 and #263 casing alignment for case sensitive instances. #264

Closed hacitandogan closed 10 months ago

hacitandogan commented 11 months ago

+modified the report datasets and .sql scripts and made them aligned with the actual object & field names so everything can work on both CS and CI collations ( #61 ) +fixed servername and version dataset in multiple reports ( #263 )