BUG: Extended Stored Proc Call May Generate a Thread AVLast reviewed: May 2, 1997Article ID: Q139557 |
The information in this article applies to:
SYMPTOMSWhen you use an extended stored procedure to return data to an output parameter a thread access violation can occur. The following query exposes the behavior:
declare @strData varchar(255) exec xp_echo "Test", @strData OUTPUTThe procedure xp_echo is the sample provided in the XP.DLL file.
WORKAROUND
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 4.21a Service Pack 4. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: ODS sp4 servpack
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |