Microsoft KB Archive/281239

From BetaArchive Wiki
Knowledge Base


FIX: xp_findnextmsg Returns Multiple Rows When No Parameters Are Specified

Article ID: 281239

Article Last Modified on 10/16/2003



APPLIES TO

  • Microsoft SQL Server 2000 Standard Edition



This article was previously published under Q281239

BUG #: 351343 (SHILOH_BUGS)

SYMPTOMS

The xp_findnextmsg stored procedure incorrectly returns more than one row if no parameters are specified, as follows:

DECLARE @status int
EXEC @status = xp_findnextmsg
                

RESOLUTION

To 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


STATUS

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

Keywords: kbbug kbfix kbsqlserv2000sp1fix KB281239