Exporting XML From MS SQL Server
Summary This is going to be a short post on how to query an MS SQL Server database and produce XML output. The Query There are two formats that you can use when you want to convert a query result into XML, Elements format and Properties Format. The following query will select from a table … Read moreExporting XML From MS SQL Server