XML#
Querona supports XML data and XML functions natively — no additional driver is required.
You can store XML in the xml data type, validate it with XML schema collections, produce XML
with FOR XML, query it with the xml data type methods, and shred it with OPENXML — all
in standard Transact-SQL.
See also#
XML — the full XML guide