Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

FOR XML - Remove attributes from FOR XML EXPLICIT

$
0
0
My SQL outputs the following XML with attributes:

<Order_Notification Level="x">
<Order_Company Level="y2">
  <Order Level="z3" />
</Order_Company>
</Order_Notification>

However I ne

Viewing all articles
Browse latest Browse all 3145

Trending Articles