The information in this article applies to:
BUG#: 15072 (6.00) SYMPTOMS
When SELECT INTO is used to create a new permanent table with initial value
of 000.0, it creates a table with the length 2, precision 4 and scale 1. It
works fine if any value other than 0 is used. This does not happen if you
select into from an existing table into a new table.
WORKAROUND
Declare a variable as numeric before doing a SELECT INTO.
STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.00. We are researching this problem and will post new information
here in the Microsoft Knowledge Base as it becomes available.
Additional query words: sql6
Keywords : kbprg SSrvProg kbbug6.00 |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |