DOC: README FIRST Card Has a Typo in Stored Procedure Name (155880)



The information in this article applies to:

  • Microsoft Visual C++ 4.2

This article was previously published under Q155880

SUMMARY

The README FIRST Card has a typo in the installation procedures for the SQL Debugging Components. The README FIRST Card identifies the stored procedure as sp_sdidedebug. The correct stored procedure name is sp_sdidebug.

MORE INFORMATION

The section "Installing SQL Debugging Components" in the README FIRST Card has the following information in step 7:

7. Grant execute privileges on the extended stored procedure sp_sdidedebug to enable SQL debugging on your Microsoft SQL Server.

NOTE: This error has also been documented in the MSDEV\EEREADME.WRI file.

The correct stored procedure name is sp_sdidebug.

Modification Type:MajorLast Reviewed:8/4/2001
Keywords:kbdocerr kbEEdition kbusage KB155880