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

Filter drivers lookup table and full info on vendor #194

Closed asavioliMSFT closed 1 year ago

asavioliMSFT commented 1 year ago

Adding new columns to tables tbl_fltmc_filters and tbl_fltmc_instances in order to load data from filter_driver_altitudes. The goal here is to have info about the driver's manufactures. #183

image