sp_flushstats

Description

Flushes statistics from in-memory storage to the systabstats system table.

Syntax

sp_flushstats objname

Parameters

objname

is the name of a table.

Examples

Example 1

Flushes statistics for the titles table:

sp_flushstats titles

Usage

Permissions

Only a System Administrator can execute sp_flushstats.