| ERROR | Table size mismatch in INTO/USING. Minimum is: number |
| CAUSE | The size of an table variable in an INTO/USING clause is too small for the number of rows processed. |
| ACTION | Declare all table variables in the INTO/USING clause to have at least the minimum dimension given. |