13,721 questions
Hi @Johardas J ,
You can do it in MS SQL Server starting from SQL Server 2016 onwards:
- Shred XML into relational format by using XQuery methods
nodes()
andvalue()
: value-method-xml-data-type - Compose JSON with SELECT ... FOR JSON statement: format-query-results-as-json-with-for-json-sql-server.