The information in this article applies to:
BUG#: 14884 (6.50) SYMPTOMS
EXECuting a stored procedure that creates a temp or permanent table with
defaults may fail with the error:
CAUSE
If there is some activity in the stored procedure before the CREATE TABLE,
this error can occur. In the simplest case, executing the following stored
procedure will fail:
WORKAROUNDUse some other method than a CONSTRAINT, such as ISNULL, to get the default values you want into the table. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. Additional query words: sql65 default create table
Keywords : kbprg SSrvProg SSrvStProc kbbug6.50 kbfix6.50.sp1 |
Last Reviewed: March 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |