SQL Server 2017 change to sp_updatestats

As shown below, sp_updatestats in SQL Server 2017 checks for and excludes a stats update for columnstore indexes on in-memory tables.
 
At this time, the latest build of SQL Server 2016 (SP1 + CU2) does not have the same check.
 
image2
image1

Leave a Reply