DROP STATISTICS (SQL Server Compact Edition)

Drops statistics for the specified table and index.

Syntax

DROP STATISTICS ON < table_name > [ . <index_name> ]

Arguments

  • table_name
    Specifies the name of the table to drop the statistics from.
  • index_name
    The index to drop the statistics from. If no index is specified, the statistics are dropped for all indexes in the table.