FIX: An access violation exception may occur when you insert a row in a table that is referenced by indexed views in SQL Server 2000
Symptoms
If you run a Transact-SQL INSERT statement that tries to insert a row in a table that is referenced in several indexed views, an access violation exception may occur. When the access violation exception occurs, SQL Server terminates the client connection that ran the INSERT statement.
After you run the Transact-SQL INSERT statement, you may see a short stack dump that is similar to the following.
* Short Stack Dump* 00000000 Module(sqlservr+FFC00000)* 00490A0C Module(sqlservr+00090A0C) (+00000136)* 004908B6 Module(sqlservr+000908B6) (CXteFetch::QScanGet+000000AE)* 00423E92 Module(sqlservr+00023E92) (CXteProject::QScanGet+00000092)* 0047A078 Module(sqlservr+0007A078) (CQScanUpdate::CQScanUpdate+000000E6)* 00479F74 Module(sqlservr+00079F74) (CXteUpdate::QScanGet+00000053)* 006F73A3 Module(sqlservr+002F73A3) (CQScanSpool::CQScanSpool+00000167)* 006F70DA Module(sqlservr+002F70DA) (CXteSpool::QScanGet+000000A5)* 0047A078 Module(sqlservr+0007A078) (CQScanUpdate::CQScanUpdate+000000E6)* 00479F74 Module(sqlservr+00079F74) (CXteUpdate::QScanGet+00000053)* 006F9A10 Module(sqlservr+002F9A10) (CQScanSequence::CQScanSequence+0000007C)* 006F9958 Module(sqlservr+002F9958) (CXteSequence::QScanGet+0000004F)* 006F9A10 Module(sqlservr+002F9A10) (CQScanSequence::CQScanSequence+0000007C)* 006F9958 Module(sqlservr+002F9958) (CXteSequence::QScanGet+0000004F)* 004217F3 Module(sqlservr+000217F3) (CQueryScan::CQueryScan+0000028E)* 004215DD Module(sqlservr+000215DD) (CQuery::Execute+0000006A)* 0041D4D9 Module(sqlservr+0001D4D9) (CStmtQuery::ErsqExecuteQuery+0000022C)* 0041E09C Module(sqlservr+0001E09C) (CStmtDML::XretExecuteNormal+000002AE)* 0041DECA Module(sqlservr+0001DECA) (CStmtDML::XretExecute+0000001C)* 0041B442 Module(sqlservr+0001B442) (CMsqlExecContext::ExecuteStmts+000003B9)* 0041AA88 Module(sqlservr+0001AA88) (CMsqlExecContext::Execute+000001B6)* 0041B9B6 Module(sqlservr+0001B9B6) (CSQLSource::Execute+00000357)* 00498A8A Module(sqlservr+00098A8A) (CStmtExec::XretLocalExec+0000014D)* 00498926 Module(sqlservr+00098926) (CStmtExec::XretExecute+0000031A)* 0041B442 Module(sqlservr+0001B442) (CMsqlExecContext::ExecuteStmts+000003B9)* 0041AA88 Module(sqlservr+0001AA88) (CMsqlExecContext::Execute+000001B6)* 0041B9B6 Module(sqlservr+0001B9B6) (CSQLSource::Execute+00000357)* 0048A63B Module(sqlservr+0008A63B) (language_exec+000003E1)* 0042708C Module(sqlservr+0002708C) (process_commands+0000010E)* 41075002 Module(UMS+00005002) (ProcessWorkRequests+00000272)* 41074698 Module(UMS+00004698) (ThreadStartRoutine+00000098)* 7800C9EB Module(MSVCRT+0000C9EB) (beginthread+000000CE)* 77E8B2D8 Module(KERNEL32+0000B2D8) (lstrcmpiW+000000B7)
Note This problem does not occur in the original release version ofMicrosoft SQL Server 2000.
Resolution
Service pack informationTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
290211?(http://support.microsoft.com/kb/290211/) How to obtain the latest SQL Server 2000 service pack
Hotfix informationThe English version of this fix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
DateTimeVersionSizeFile name———————————————————————-25-Feb-200315:112000.80.777.029,244Dbmslpcn.dll07-Feb-200317:14786,432Distmdl.ldf07-Feb-200317:142,359,296Distmdl.mdf29-Jan-200313:25180Drop_repl_hotfix.sql07-Apr-200306:452000.80.801.01,557,052Dtsui.dll23-Apr-200314:21747,927Instdist.sql29-Jan-200313:251,402Inst_repl_hotfix.sql07-Feb-200318:102000.80.765.090,692Msgprox.dll31-Mar-200313:371,873Odsole.sql04-Apr-200313:162000.80.800.062,024Odsole70.dll02-Apr-200309:182000.80.796.057,904Osql.exe02-Apr-200310:452000.80.797.0279,104Pfutil80.dll04-Apr-200308:571,083,467Replmerg.sql04-Apr-200309:232000.80.798.0221,768Replprov.dll07-Feb-200318:102000.80.765.0307,784Replrec.dll31-Mar-200313:531,084,828Replsys.sql16-Apr-200310:09115,892Sp3_serv_uni.sql07-Apr-200305:1425,172Sqldumper.exe19-Mar-200305:502000.80.789.028,672Sqlevn70.rll23-Apr-200317:092000.80.811.0176,696Sqlmap70.dll07-Feb-200318:102000.80.765.057,920Sqlrepss.dll23-Apr-200317:092000.80.811.07,540,817Sqlservr.exe07-Feb-200318:102000.80.765.045,644Sqlvdi.dll25-Feb-200315:112000.80.777.029,244Ssmslpcn.dll25-Feb-200315:112000.80.777.082,492Ssnetlib.dll27-Feb-200313:042000.80.778.098,872Xpweb70.dll
Note Because of file dependencies, the most recent hotfix or feature that contains these files may also contain additional files.
