I\'ve got a simple table and want to store its content into a xml on the harddrive. There should be one root element for the whole table, one element per table row and one c
SELECT CAST('1' AS XML)
This Query fire in sql and your copy data put inside then show XML Result.