Microsoft KB Archive/279295

From BetaArchive Wiki
Knowledge Base


FIX: Parallel Index Creation on Large SMP Hardware Can Cause Handled Access Violation

Article ID: 279295

Article Last Modified on 2/22/2007



APPLIES TO

  • Microsoft SQL Server 2000 Developer Edition
  • Microsoft SQL Server 2000 Enterprise Edition
  • Microsoft SQL Server 2000 Enterprise Edition



This article was previously published under Q279295

BUG #: 236765 (shiloh_bugs)

SYMPTOMS

Parallel index creation on Symmetric Multi-Processing (SMP) computers with more than 16 processors can cause a handled access violation that terminates the client connection to the server. You can detect this problem by examining the SQL Server error log.


RESOLUTION

To 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 INF: How to Obtain the Latest SQL Server 2000 Service Pack


Hotfix

NOTE: The following hotfix was created prior to Microsoft SQL Server 2000 Service Pack 1.

The English version of this fix should have the following file attributes or later:

   File name    Platform
   ---------------------
   s80217i.exe  x86
                

NOTE: Due to file dependencies, the most recent hotfix or feature that contains the above files may also contain additional files.

WORKAROUND

Change the sp_configure setting the max degree of parallelism to be the minimum value of 16 or the number of processors on the SMP computer. For example, on a 32-processor computer, use a value of 16, and on a 8-processor computer, use a value of 8.

STATUS

Microsoft has confirmed that this is a problem in Microsoft SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.


Additional query words: AV parallel dependency

Keywords: kbbug kbfix kbqfe kbsqlserv2000sp1fix KB279295