Skip to content

Commit 73d0533

Browse files
authored
updates as Madhumita Tripathy
1 parent 6fe66b9 commit 73d0533

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

support/sql/database-engine/database-file-operations/error-3853-use-incremental-statistics-resumable-index-operations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Error 3853 When Using Incremental Statistics and Resumable Index Operations
33
description: Resolves SQL Server error 3853 that occurs when you use incremental statistics and resumable index operations concurrently.
4-
ms.date: 03/28/2025
4+
ms.date: 04/01/2025
55
ms.custom: sap:File, Filegroup, Database Operations or Corruption
66
ms.reviewer: rtownsend, jopilov, jaferebe, atsingh, ditikman
77
---
@@ -27,7 +27,7 @@ Msg 3853, Level 16, State 1, Line 10
2727

2828
## Cause
2929

30-
The 3853 error is caused by orphaned records in the `sys.syssingleobjrefs` system table. The `stats_id` in `sys.stats` remains as `2`, while the corresponding `stats_id` in `syssingleobjrefs` is `896002`, indicating a mismatch. The issue occurs under the following scenarios:
30+
The 3853 error is caused by orphaned records in the `sys.syssingleobjrefs` system table. The `stats_id` in `sys.stats` remains as `2`, while the corresponding `stats_id` in `syssingleobjrefs` is `896002`, indicating a mismatch. The issue happens when all of the following conditions are met:
3131

3232
- The source `object_id` is a partitioned table or index.
3333
- Incremental statistics are in use for a table or index.
@@ -51,3 +51,4 @@ If the issue occurs, try the following options:
5151
- Upgrade to SQL Server 2022, where the issue has been fixed.
5252
- Contact the Microsoft Customer Support team to request assistance with correcting the metadata.
5353

54+
1

0 commit comments

Comments
 (0)