Posts by Henriquemcosta • 1 point
2 posts
-
0
votes1
answer363
viewsA: How to add XML encoding tag
No need to inform the XML declaration. Using FOR XML PATH in SQL SERVER to generate the query result and Assembly that generated the XML file the way the integration system needed.
-
0
votes1
answer363
viewsQ: How to add XML encoding tag
How to add XML encoding clause <?xml version="1.0" encoding="UTF-8"?> When you generate XML via FOR XML PATH as an example below: SQL query: WITH XMLNAMESPACES (DEFAULT…