Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.75 KB

annotation-interpretation-other-annotations.md

File metadata and controls

39 lines (30 loc) · 1.75 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords monikerRange
Other Annotations (SQLXML)
View a list of SQLXML annotations with a description of how each one is interpreted by XML Bulk Load.
MikeRayMSFT
mikeray
03/14/2017
sql
xml
reference
url-encode annotation
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

Annotation Interpretation - Other Annotations

[!INCLUDE SQL Server Azure SQL Database] In addition to the annotations discussed in the previous topics in this section, XML Bulk Load interprets these other annotations, as follows:

sql:id-prefix
If the schema specifies prefixes to the XML data, XML Bulk Load removes the prefixes before sending the data to Microsoft [!INCLUDEssNoVersion].

sql:use-cdata
XML Bulk Load reads the text that is stored in the CDATA sections and sends it to [!INCLUDEssNoVersion].

sql:url-encode
XML Bulk Load does not support this annotation. For example, you cannot specify a URL in the XML data input and expect XML Bulk Load to read data from that location to store it in the database.

sql:is-mapping-schema
XML Bulk Load does not support this annotation, nor does it support sql:id.

Note

XML Bulk Load does not support inline mapping schemas.

sql:key-fields
XML Bulk Load always ignores this annotation.

See Also

Annotation Interpretation (SQLXML 4.0)