Hi,
by default, SQL Server does not update statistics for filtered indexes or for filtered statistics.
These statistics will become stale pretty soon.
Would it be possible to add another switch ( maybe @IncludeFilteredIndexes = 'Y' ) to include filtered indexes for statistics maintenance as well?
Thank you!
Regards,
Oliver
Hi, by default, SQL Server does not update statistics for filtered indexes or for filtered statistics. These statistics will become stale pretty soon. Would it be possible to add another switch ( maybe @IncludeFilteredIndexes = 'Y' ) to include filtered indexes for statistics maintenance as well? Thank you! Regards, Oliver