FIX: Modifying a Table with DRI Cascade That Is Involved in an Indexed View May Cause Msg 8624 (288174)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q288174
BUG #: 350912 (SHILOH_bugs)
SYMPTOMS
When a user deletes or updates a record in SQL Server, an internal error may be raised:
Server: Msg 8624, Level 16, State 1, Line 1
Internal SQL Server error.
An error message is returned to the client. No error message or access violation information is written to the SQL Server error logs. The record is not deleted or updated.
CAUSE
This error can only occur when a member table of an indexed view is updated or deleted and there is a DRI CASCADE constraint between the table and other tables in the view. Check to see if the table is defined with either a cascading delete or update constraint. Then check to see if there is a view with an index that depends on the tables.
RESOLUTIONTo resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack
WORKAROUND
To work around this problem, remove the DRI CASCADE constraint or the index on the view.
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.
Modification Type: | Major | Last Reviewed: | 11/6/2003 |
---|
Keywords: | kbBug kbfix kbSQLServ2000sp1fix KB288174 |
---|
|