Symptoms
Consider the following scenario:
- You execute a BCP command to import data from a text file on a system that has the system locale set to Chinese (Simplified, China).
- The text file is large, for example, more than 30 megabytes (MB).
- The field separator is set to multiple-bytes characters.
In this scenario, the data may not be imported correctly, and you receive an error message that resembles the following:
Note
SQLState = 22001, NativeError = 0
Error = [Microsoft][SQL Server Native Client 11.0]String data, right truncation
Resolution
The issue was first fixed in the following cumulative update of SQL Server:
- Cumulative Update 2 for SQL Server 2016
- Cumulative Update 1 for SQL Server 2014 SP2
- Cumulative Update 8 for SQL Server 2014 SP1
- Cumulative Update 4 for SQL Server 2012 SP3
Recommendation: Install the latest cumulative update for SQL Server
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. We recommend that you download and install the latest cumulative updates for SQL Server:
- Latest cumulative update for SQL Server 2016
- Latest cumulative update for SQL Server 2014 (SP1/SP2)
- Latest cumulative update for SQL Server 2012 SP3
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
References
Learn about the terminology that Microsoft uses to describe software updates.