<turbo-stream action="update" target="wiki_card"><template>

<h1>String or binary data would be truncated</h1>
<div class="trix-content"><p><strong>Scenario</strong>: Triggered when trying to insert or update a value that exceeds the maximum allowed size for a column.<br><br><strong>Error Message</strong>: <code>String or binary data would be truncated in table 'Customers', column 'Name'.</code><br><br><strong>Cause</strong>: Data from the source system has fields longer than defined in the NAV database schema.<br><br><strong>Resolution</strong>:<br><br></p><ol><li>Use <code>INFORMATION_SCHEMA.COLUMNS</code> to check column sizes.</li><li>Truncate or clean the source data to fit the column limits either directly into your system or by using our formulas such as ##COPY.</li></ol></div>
</template></turbo-stream>

