Is it possible to force FULLSCAN when statistics are updated automatically by SQL Server 2008 R2?
If not, is a planned UPDATE STATISTICS WITH FULLSCAN the best way to keep statistics up-to-date?
note: The need for the FULLSCAN comes by proved suboptimal plan generation when using non-FULLSCAN statistics.
FULLSCANin the automatic statistics. We will probably have to fire off plannedUPDATE STATISTICSmultiple times per day, at least on the tables that change the most. – CAFxX Oct 23 '11 at 14:32