Home > database >  Generating self-closing xml tags for lists in SQL Server
Generating self-closing xml tags for lists in SQL Server

Time:08-19

I saw this xml example data in a 2013 SQL Server execution plan

Tags can be rendered in different ways depending on where and how the rendering is done. This can be in the query processor, specific FOR XML server-side code, or even by the client driver in some cases.

Details in What does server side FOR XML return? by the SQL Server Programmability Team.

  • Related