datachange

Measures the amount of change in the data distribution since update statistics last ran. Specifically, it measures the number of inserts, updates, and deletes that have occurred on the given object, partition, or column, and helps you determine if invoking update statistics would benefit the query plan.

Syntax

datachange(object_name, partition_name, column_name)

Parameters

Examples

Permissions

Any user can execute datachange.