The information in this article applies to:
SYMPTOMSWhen you attempt to change several characters in a character string using nested calls to the STUFF() Transact-SQL function, NULL is returned instead of the expected character string. CAUSEThe result of nested STUFF() functions is NULL. WORKAROUND
A local variable can be used to eliminate the need for nesting calls
to STUFF(). For example, to change the slash marks in a date to
hyphens, the following Transact-SQL statements could be used:
STATUSMicrosoft has confirmed this to be a problem in SQL Server SQL Server version 4.2. Additional query words:
Keywords : kbprg SSrvTran_SQL kbbug4.20 SSrvServer SSrvWinNT |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |