View Revisions: Issue #4168

Summary 0004168: SQL-Server capture rows that exceed 4000 characters
Revision 2022-10-26 20:24 by pmarzullo
Steps To Reproduce 1. Create a table in SQL Server with a column that is defined as varchar(4000) at both source and target, and several more columns.
2. Insert a record with 4000 characters in the column.
3. The target staging file will have truncated data and cause a protocol error.
Revision 2019-11-27 17:12 by elong
Steps To Reproduce