Skip to content

Commit 6fe66b9

Browse files
authored
Updates as per Aarti and Joseph
1 parent d5cc475 commit 6fe66b9

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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/26/2025
4+
ms.date: 03/28/2025
55
ms.custom: sap:File, Filegroup, Database Operations or Corruption
6-
ms.reviewer: rtownsend
6+
ms.reviewer: rtownsend, jopilov, jaferebe, atsingh, ditikman
77
---
88

99
# SQL Server error 3853 when using incremental statistics and resumable index operations concurrently
@@ -38,15 +38,16 @@ The 3853 error is caused by orphaned records in the `sys.syssingleobjrefs` syste
3838

3939
Microsoft has confirmed that this is a known issue in the versions of SQL Server listed in the "Applies to" section at the top of the article. Microsoft has also confirmed that the issue has been fixed in [Microsoft SQL Server 2022](https://www.microsoft.com/sql-server/sql-server-downloads).
4040

41+
## Workaround
42+
43+
To avoid this issue, don't use incremental statistics and resumable index operations on the same table or index simultaneously.
44+
4145
## Resolution
4246

4347
If the issue occurs, try the following options:
4448

45-
- Contact the Microsoft Customer Support team to request assistance with correcting the metadata.
4649
- Restore the database from the most recent valid backup.
4750
- Create a new database and import the data from the corrupted database using the SQL Server Import and Export Wizard, Bulk Copy Program (BCP) utility, or manual export-import method.
4851
- Upgrade to SQL Server 2022, where the issue has been fixed.
52+
- Contact the Microsoft Customer Support team to request assistance with correcting the metadata.
4953

50-
## Workaround
51-
52-
To avoid this issue, don't use incremental statistics and resumable index operations on the same table or index simultaneously.

0 commit comments

Comments
 (0)