SQL utility update to prevent data loss
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The data truncation feature is explicitly turned off in the SQL server for an
SQL utility client, irrespective of the values of the of the parameters SQLTruncateTooLarge and truncateTooLarge, and the SQL Server always returns an error for SQL Dump
for a column that is too large and not truncated data. This is to prevent data loss
during data dump.