Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.21 KB

mssqlserver-360-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 1.21 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_360
MSSQLSERVER_360
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
360 (Database Engine error)

MSSQLSERVER_360

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 360
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name DML_UPDATE_SPARSE_AND_COLSET
Message Text The target column list of an INSERT, UPDATE, or MERGE statement cannot contain both a sparse column and the column set that contains the sparse column. Rewrite the statement to include either the sparse column or the column set, but not both.

Explanation

A column set is an untyped XML representation that combines some columns of a table into a structured output. An attempt was made to modify both the column set and a column that is included in the column set, causing two references to the same column.

User Action

Rewrite the statement to include references to either the column or the column set, but do not include both in the statement.