seniorT-SQL
What is SQL Server statistics auto-update threshold and its limitations?
Updated May 17, 2026
Short answer
Statistics auto-update triggers when a percentage of rows in a table changes.
Deep explanation
SQL Server uses a threshold based on table size to decide when statistics are outdated. For small tables, a fixed percentage is used; for large tables, a square-root-based threshold applies. This can lead to stale stats in large rapidly changing tables, requiring manual or scheduled updates.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro