The information in this article applies to:
BUG #: 18825 (SQLBUG_65) SYMPTOMSThe ANSI_PADDING attribute of a CHAR column is ignored when you use a subquery in an INSERT statement. The subquery statement uses two tables to copy one table to another. For the source table, ANSI_PADDING is set OFF and for the destination table ANSI_PADDING is set ON. For an example of this behavior, see the MORE INFORMATION section of this article. WORKAROUNDTo work around this problem, use the CONVERT function in the subquery for the ANSI_PADDING attribute to take effect. An example of this would be:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5 Service Pack 5a. MORE INFORMATIONThe following script reproduces the problem:
The results of the above script are:
Additional query words: sp sp5a
Keywords : SSrvTran_SQL kbSQLServ650sp5bug kbbug6.50.sp5 |
Last Reviewed: September 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |