About 840,000 results
Open links in new tab
  1. XML schema collections (SQL Server) - learn.microsoft.com

    Oct 17, 2024 · Learn how the XML schema collection stores imported XML schemas to validate XML instances and type the XML data as it is stored in a SQL Server database.

  2. Generate SQL schema from XSD and load XML files into SQL Server

    Jan 3, 2013 · I have a XSD file and many XML data files. What's the fastest way to create the database/tables from the XSD file and then load all XML files into the generated database …

  3. XSD to Database Schema Guide - Create SQL Tables Easily - Sonra

    Sep 5, 2024 · XSD2DB is an open source XSD to database tool and command line utility used to convert an XML Schema Definition (XSD) into a SQL Server database schema. This utility …

  4. Working with XML data in SQL Server

    Sep 10, 2024 · There are good examples in W3 Schools, including XSD schemas, at XML Tutorial. You can find more information about schema collections in Microsoft XML schema …

  5. XML Schema validation in SQL ServerSQLServerCentral

    Aug 8, 2007 · Each sale made must be communicated to a central database system, using XML documents. The database schema to store the Customer's Orders can be described as: For …

  6. Custom XSD mappings to tables/columns (SQLXML) - SQL Server

    Mar 3, 2023 · Learn how to create a custom mapping in an SQLXML XPath query between the elements and attributes of an XSD schema and the tables and columns of a relational database.

  7. Generate SQL Database Schema from XML - Part 1 (File Format and XSD)

    Apr 28, 2010 · In this first article, I will describe the background to the project and talk about the development of the file format and an XSD schema. In the second article, I will focus on …

  8. sql server - How to build a database from an XSD schema and import XML ...

    How do I automate the creation of related SQL Server tables to store the XML data? I've considered creating C# classes from the XSD schema using the xsd.exe tool and letting …

  9. How to Add an Inline Schema When Using FOR XML in SQL Server

    Apr 18, 2023 · When using the FOR XML clause in a query in SQL Server, we can generate an XML document either with or without an inline schema. To generate it with an inline XSD …

  10. Generate an Inline XSD Schema - SQL Server | Microsoft Learn

    Oct 17, 2024 · Learn how to generate an inline XSD schema by using the XMLSCHEMA option in the FOR XML clause of a SQL query.

  11. Some results have been removed