Show TOC

-1114: Communication packet too smallLocate this document in the navigation structure

Use

Explanation

The SQL statement is so long that not all pieces of information to be exchanged between client and server can be stored in the communication packet provided for this purpose

User Response

Simplify the SQL statement or split it into several SQL statements. If this is not possible, check whether the database parameter CommandBufferSize can be increased. This parameter indicates the size of the communication packet.