Подія
31 бер., 23 - 2 квіт., 23
Найбільший навчальний захід SQL, Fabric і Power BI. 31 березня – 2 квітня. Щоб заощадити 400 грн, скористайтеся кодом FABINSIDER.
Реєструйтеся сьогодніЦей браузер більше не підтримується.
Замініть його на Microsoft Edge, щоб користуватися перевагами найновіших функцій, оновлень безпеки та технічної підтримки.
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
SQL Server provides a powerful platform for developing rich applications for semi-structured data management. Support for XML is integrated into all the components in SQL Server in the following ways:
The xml data type. XML values can be stored natively in an xml data type column that can be typed according to a collection of XML schemas, or left untyped. You can index the XML column.
The ability to specify an XQuery query against XML data stored in columns and variables of the xml type.
Enhancements to OPENROWSET to allow bulk loading of XML data.
The FOR XML clause, to retrieve relational data in XML format.
The OPENXML function, to retrieve XML data in relational format.
XML compression provides a method to compress off-row XML data for both XML columns and indexes, improving capacity requirements. For more information, see CREATE TABLE (Transact-SQL) and CREATE INDEX (Transact-SQL). XML compression is available in SQL Server 2022 (16.x) and later versions, Azure SQL Database, and Azure SQL Managed Instance.
Подія
31 бер., 23 - 2 квіт., 23
Найбільший навчальний захід SQL, Fabric і Power BI. 31 березня – 2 квітня. Щоб заощадити 400 грн, скористайтеся кодом FABINSIDER.
Реєструйтеся сьогодніНавчання
Модуль
Introduction to SQL Server 2022 T-SQL enhancements - Training
SQL Server 2022 introduces a range of new features and enhancements, providing powerful tools and capabilities that optimize performance and offer better control on SQL objects manipulation and creation.
Сертифікація
Microsoft Certified: Azure Cosmos DB Developer Specialty - Certifications
Створюйте ефективні запити, створюйте політики індексування, керуйте ресурсами та надавайте ресурси в SQL API та SDK за допомогою Microsoft Azure Cosmos DB.
Документація
Create instances of XML data - SQL Server
Learn how to create instances of XML data using bulk load, constant assignments, the SELECT statement and FOR XML clause, or by type casting string instances.
Create XML data type variables and columns - SQL Server
Learn how to create columns and variables of the XML data type in SQL Server.
xml data type and columns (SQL Server) - SQL Server
Learn about the advantages and limitations of the xml data type for storing XML data in SQL Server.