I'm trying to append data to an ODBC SQL Server from a table and I am receiving the error: "DataWrap2ODBC::SendBatch: [Microsoft][ODBC SQL Server Driver]Numeric value out of range".
There are no other errors or warnings thrown.
Two other tables that I appended before this one worked without an issue and have the same structure of data/fields.
I also checked to make sure that the dates I have were not less than 2021 or greater than 2023 in case that was causing the numeric value issue.
Is there anything else that could be possibly leading to this issue?
Its strange because the first 20,000 records wrote successfully, but the last 20,000 failed.
I have an auto field tool at the beginning of my workflow, and I have a tool that converts all of my string dates to date-time fields.
Any help would be greatly appreciated, thank you in advance.