BUG: SQL Does Not Display Error When Freeing a Nonexistent DLL (300971)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)

This article was previously published under Q300971
BUG #: 351443 (SHILOH_BUGS)

SYMPTOMS

The DBCC dllname (FREE) statement does not display an error message when you free a nonexistent extended stored procedure. For example, if you run the following query
dbcc bogusDll(free)
				
you may receive the following message, which may give you the wrong impression:
DBCC execution completed.
If DBCC printed error messages, contact your system administrator.

WORKAROUND

Type the correct DLL name.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 2000.

Modification Type:MajorLast Reviewed:10/3/2003
Keywords:kbBug kbpending KB300971