The information in this article applies to:
BUG# NT: 11248 (6.00) SYMPTOMSIf a char or varchar field in a row has a NULL character (ASCII value zero), then a SELECT * on this table shows the fields after this field as blank. A SELECT on the remaining columns works fine. WORKAROUND
If you know which field has the NULL character, place it last in the SELECT
list. For example, in the above scenario, replace the SELECT * with the
following:
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 3 for Microsoft SQL Server version 6.0. For more information, contact your primary support provider. MORE INFORMATION
To replicate this problem:
Additional query words: sql6 tsql
Keywords : kbprg SSrvProg SSrvTran_SQL kbbug6.00 kbfix6.00.sp3 |
Last Reviewed: April 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |