Section courante

A propos

Section administrative du site

UPDATE STATISTICS

Mise à jour de statistiques
  Microsoft SQL Server

Syntaxe

UPDATE STATISTICS table_or_indexed_view_name
[
{
{ index_or_statistics__name }
| ( { index_or_statistics_name } [ ,...n ] )
}
]
[ WITH
[
FULLSCAN
[ [ , ] PERSIST_SAMPLE_PERCENT = { ON | OFF } ]
| SAMPLE number { PERCENT | ROWS }
[ [ , ] PERSIST_SAMPLE_PERCENT = { ON | OFF } ]
| RESAMPLE
[ ON PARTITIONS ( { partition_number | range } [, ...n] ) ]
| update_stats_stream_option [ ,...n ]
]
[ [ , ] [ ALL | COLUMNS | INDEX ]
[ [ , ] NORECOMPUTE ]
[ [ , ] INCREMENTAL = { ON | OFF } ]
[ [ , ] MAXDOP = max_degree_of_parallelism ]
] ;

update_stats_stream_option ::=
[ STATS_STREAM = stats_stream ]
[ ROWCOUNT = numeric_constant ]
[ PAGECOUNT = numeric_contant ]

Description

Cette instruction permet de mettre à jour les requêtes de statistiques d'optimisation d'une table ou d'une vue indexé.



Dernière mise à jour : Vendredi, le 19 Juin 2020