The information in this article applies to:
BUG# NT: 10212 (6.0) SYMPTOMSThe Microsoft SQL Server "Database Developer's Companion" incorrectly states on page 72 that the only WHERE conditions you can use on TEXT columns are LIKE and NOT LIKE. These conditions cannot determine the NULL status of a TEXT or IMAGE column. Microsoft SQL Server version 6.0 adds functionality to support using IS NULL and IS NOT NULL with TEXT and IMAGE columns. WORKAROUND
In previous versions of SQL Server, it was illegal to use IS NULL and
IS NOT NULL with TEXT and IMAGE columns, and doing so would result in
error message 403, indicating an invalid operation. SQL Server 6.0
has been enhanced to allow IS NULL and IS NOT NULL to work correctly
with TEXT and IMAGE columns.
STATUSMicrosoft has confirmed this to be a problem with the documentation in Microsoft SQL Server for Windows NT. Additional query words: sql6 Windows NT
Keywords : kbother SSrvDoc_Err kbbug6.00 SSrvWinNT |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |