Table "<str>" has <num> updatable column(s) but was passed <num> value(s) Explanation: An INSERT statement without a column list was passed the wrong number of values compared to the updatable columns of the table. User Action: Pass the correct number of values for this table. COMPUTED BY, AUTOMATIC AS and IDENTITY columns are considered read-only and should not be supplied values.