NodeTable_To_Xml

Constructs an XML from tabular data

  • Free Function
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

SELECT SQLHTTP.net.NodeTable_To_Xml()

Arguments:

This procedure requires the SQLHTTP.net.NodeTable to be populated which is normally populated via the Xml_To_NodeTable stored procedure.

Return Type:

xml

Remarks:

This function is intended for users who wish to avoid using XPath syntax.  It is not very efficient and only intended for infrequent simple Xml updates.

Sample Usage:

See Also: