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

Create, Clean-up/deduplicate AG-related XML rowsets in the RowsetImportEngine\TextRowset.xml #157

Closed PiJoCoder closed 2 years ago

PiJoCoder commented 2 years ago

These rowsets are not really defined with columns. But also for tbl_availability_groups there is already a rowset defined

See related on the data collection side: https://github.com/microsoft/DiagManager/issues/162

gambit9009 commented 2 years ago

Table defs....

https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-hadr-availability-replica-states-transact-sql?msclkid=f21c6f28c1cc11ecbe0eaec0f6c3b920&view=sql-server-ver15

https://docs.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-availability-groups-transact-sql?msclkid=04339893c1cd11ec90e7100f700dd282&view=sql-server-ver15

https://docs.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-availability-replicas-transact-sql?view=sql-server-ver15

PiJoCoder commented 2 years ago

Fixed in: 00119a647a46a810c60e953bdd0611bc61d9bd8e f315c008ce582414664fc469f8cc85e72b730815