Article ID: 301383 - Last Review: June 22, 2001 - Revision: 1.1 BUG: DTS May Return a Success Even When it Fails to Transfer DataThis article was previously published under Q301383
BUG #: 101719 (SQLBUG_70)
On This PageSYMPTOMS
The Transfer SQL Server Objects task of Data Transformation Services (DTS) may return a success even if it fails to transfer the character data into the destination database. This may occur when you try to transfer the character data into a column in which a character data type (char or varchar) is smaller than the column of the source table. If the data of the source table is larger than the column of the destination table DTS may output the following error message to the <dbowner>.<table>.BCP file on the script file directory:
#@ Row x, Column x: String data, right truncation @#
xxx xxxx xxxxxx
WORKAROUND
To work around this problem you can either:
STATUSMicrosoft has confirmed that this is a problem in Microsoft SQL Server 7.0. MORE INFORMATION
This problem also occurs when you use the Copy objects and data between SQL Server database option in the Data Transformation Services Import/Export Wizard.
Steps to Reproduce Behavior
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|

Back to the top
