Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.17 KB

File metadata and controls

36 lines (29 loc) · 1.17 KB
title MSSQLSERVER_9524
description MSSQLSERVER_9524
author MashaMSFT
ms.author mathoma
ms.date 04/04/2017
ms.service sql
ms.subservice supportability
ms.topic reference
helpviewer_keywords
9524 (Database Engine error)

MSSQLSERVER_9524

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 9254
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name XMLERR_INVALID_COLUMNSET_XML
Message Text The XML content provided does not conform to the required XML format for sparse column sets.

Explanation

An attempt was made to modify a column set. The XML content of a column set must meet the format restrictions of a column set. The general format of a column set is as follows:

<column_name_1>value1</column_name_1><column_name_2>value2</column_name_2>...

For more information about column sets, see the topic "Using Column Sets" in [!INCLUDEssNoVersion] Books Online.

User Action

Correct the format of the XML for the column set in the statement.