FIX: Numeric Datatype in Stored Proc Causes Connection BrokenLast reviewed: April 15, 1997Article ID: Q149697 |
The information in this article applies to:
SYMPTOMSThe second execution of a user-defined stored procedure causes the connection to be broken, if an exact numeric datatype is used in the compute clause of the procedure.
WORKAROUNDThis problem goes away by creating the stored procedure with "with recompile." You can also get a good execution by executing the stored procedure with "with recompile."
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.
|
Additional query words: sql6
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |