EnumLastStatisticsUpdates Method
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The EnumLastStatisticsUpdates method returns a QueryResults object that enumerates the query optimizing statistics maintained on a table.
A QueryResults object that contains one result set defined by these columns.
Column | Data type | Description |
|---|---|---|
last update | smalldatetime | Date and time of most recent update. When NULL, the distribution statistics have not been updated after object creation. |
name | nvarchar(129) | Index name or statistics definition name. |
