SQL Server Error Code – 361 the number of target columns that are sp

In this blog post, you’ll learn more about the SQL Server Error Code 361 and the error message description that is shown

SQL Server Error Code

361

SQL Server Error Description for the Code :361

The number of target columns that are specified in an INSERT, UPDATE, or MERGE statement exceeds the maximum of %d. This total number includes identity, timestamp, and columns that have default values. To correct this error, change the query to target a sparse column set instead of single sparse columns.

Leave Your Comment