use case: Workflow to load data in the csv files to SQL Server using SQL Bulk loader. csv files have date columns which are formatted as to_char(datecolumn,'mm/dd/yyyy hh24:mi:ss') when reading data from oracle source systems.
issue:
bcp_sendrow failed: [Microsoft][SQL Server Native Client 11.0]String data, right truncation
when I insert a multi field tool to increase the size of fields, we get this error: bcp_sendrow failed: [Microsoft][SQL Server Native Client 11.0]Invalid time format
note: When we use a normal SQL Server (non bulk) insert using OLEDB driver, we get no errors and it inserts without fail. We know that the data is good and the target table has no issues since we send this data elsewhere and it runs fine with no issues, we are trying to mimic this process on our end to test