The information in this article applies to:
SUMMARY
If the data entered is too long for the specified datatype, char and
varchar entries are truncated. If SQL Server is installed with appropriate
DBCS as default code page and when this truncation happens right in the
middle of a double-byte character, the whole double-byte character will be
discarded.
Because the truncated string is shorter than the maximum length, the char column that does not allow null value and the char variable will be padded with trailing blank while the varchar column will not store training blank. Additional query words: DBCS
Keywords : kbprg SSrvProg |
Last Reviewed: April 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |