Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 3.04 KB

File metadata and controls

56 lines (47 loc) · 3.04 KB
title Performing Bulk Load of XML Data (SQLXML 4.0) | Microsoft Docs
ms.custom
ms.date 03/17/2017
ms.prod sql-non-specified
ms.prod_service database-engine, sql-database
ms.service
ms.component sqlxml
ms.reviewer
ms.suite sql
ms.technology
dbe-xml
ms.tgt_pltfrm
ms.topic reference
helpviewer_keywords
XML Bulk Load [SQLXML]
bulk load [SQLXML]
data insertions [SQLXML]
SQLXML, bulk loading
XSD schemas [SQLXML], XML Bulk Load
XDR schemas [SQLXML], XML Bulk Load
inserting data
ms.assetid 3708b493-322e-4f3c-9b27-441d0c0ee346
caps.latest.revision 20
author douglaslMS
ms.author douglasl
manager craigg
ms.workload On Demand

Performing Bulk Load of XML Data (SQLXML 4.0)

[!INCLUDEappliesto-ss-asdb-xxxx-xxx-md] XML Bulk Load is a standalone COM object that allows you to load semistructured XML data into Microsoft [!INCLUDEssNoVersion] tables.

In This Section

Introduction to XML Bulk Load (SQLXML 4.0)
Provides general information about bulk loading XML data with the XML Bulk Load utility. Topics include XML data streaming and transacted vs. nontransacted bulk load operations.

Record Generation Process (SQLXML 4.0)
Describes the process and rules by which records are generated for XML Bulk Load.

Annotation Interpretation (SQLXML 4.0)
Describes how XML Bulk Load interprets annotations in XSD and XDR schemas.

SQL Server XML Bulk Load Object Model (SQLXML 4.0)
Describes the SQLXMLBulkLoad object and its methods and properties.

XML Bulk Load Examples (SQLXML 4.0)
Provides example code that uses XML Bulk Load.

Data Types and XML Bulk Load Behavior (SQLXML 4.0)
Describes XML Bulk Load Behavior with different types in XSD and XDR.

Guidelines and Limitations of XML Bulk Load (SQLXML 4.0)
Lists some issues to be aware of when working with XML Bulk Load.