Forum Discussion

Kanishka_Basak's avatar
Kanishka_Basak
Copper Contributor
Dec 22, 2020

DBCC SHOW CONTIG returns 0 records in SQL Server 2014 but 2 records in SQL Server 2016

I have a table with records that has Column Store Index. When I run the following in the SQL Server 2014 Version I get no rows. DBCC SHOWCONTIG ('dbo.myTable') WITH TABLERESULTS, ALL_INDEXES, NO_INF...

Resources