FIX: Adding Several Constraints in a Single ALTER TABLE Statement May Get Assertion Followed by Error 3624 (283899)
The information in this article applies to:
This article was previously published under Q283899
BUG #: 55912 (SQLBUG_70)
SYMPTOMS
On a multiple CPU server with parallelism turned on, an ALTER TABLE statement with several ADD CONSTRAINT clauses in the same statement may receive a failed assertion with error 3624 if a parallel plan was used to execute the statement.
CAUSE
The computed row size was actually larger than a page, causing the execution to fail with an assertion.
WORKAROUND
Reduce the ALTER TABLE statement size to add fewer constraints in a single statement.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0.
For more information, click the following article number to view the article in the Microsoft Knowledge Base: 274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbbug kbfix KB283899 |
---|
|