When CDM is used to import data from OBS to SQL Server, the job fails to be executed and error message "Unable to execute the SQL statement. Cause: "String or binary data truncated" is displayed.
The data in OBS exceeds the length limit of the SQL Server database.
When creating a table in the SQL Server database, increase the length of the database field. The length of the database field must be greater than that of the data in OBS.