FIX: Numeric Datatype in Stored Proc Causes Connection BrokenID: Q149697
|
The 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.
This 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."
Microsoft 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
Keywords : kbprg SSrvStProc kbbug6.00 kbfix6.50.sp2
Version : 6.0.121 6.0.139
Platform : WINDOWS
Issue type :
Last Reviewed: March 25, 1999