tiberius icon indicating copy to clipboard operation
tiberius copied to clipboard

Error on Bulk Inserting Large Varchar/NVarchar Columns

Open aersam opened this issue 2 years ago • 0 comments

Bulk Inserting large text values seems to cause this:

Token error: 'Invalid column type from bcp client for colid 8.' on server MYSERVER executing on line 1 (code: 4816, state: 2, class: 16)

I used ColumnData::String as source and can reproduce it. By removing the large values, it works again

aersam avatar Nov 21 '23 08:11 aersam