Help and Support
 

powered byLive Search

FIX: SPID Returns to ROLLBACK Status When You Cancel a SELECT Statement with a Parallel Plan

Article ID:269697
Last Review:March 14, 2006
Revision:2.1
This article was previously published under Q269697
BUG #: 58223(SQLBUG_70)

SYMPTOMS

When you cancel a query that is running a SELECT statement, which results in a parallel plan, the SPID may go into ROLLBACK status and never cancels. Any attempt to KILL the SPID is unsuccessful.

This bug only occurs on SMP servers. When this happens, you will observe the following symptoms:
The query never cancels.
All locks held by the query are maintained.
A SELECT * FROM sysprocesses (on the spid running the query) reports:
waittype       lastwaittype    status
0x0200         EXCHANGE        ROLLBACK
						
Two SELECT cpu, physical_io FROM sysprocesses (on the spidrunning the query), spaced at least 15 minutes apart, reveal that the process' cpu and physical_io have not increased.

Back to the top

WORKAROUND

The only way to resolve this is to stop and restart the SQL Server service.

Back to the top

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 (http://support.microsoft.com/kb/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.

Back to the top


APPLIES TO
Microsoft SQL Server 7.0 Standard Edition

Back to the top

Keywords: 
kbbug kbcodesnippet kbfix KB269697

Back to the top

Article Translations

 

Related Support Centers

Other Support Options

  • Need More Help?
    Contact a Support professional by E-mail, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.