Late Night Dev

Business and Development Resources for Web Developers and Analysts

Posts Tagged ‘xml’

Retrieve XML from a MS SQL 2005 database

By Patrick Irvin • May 27th, 2008 • Category: SQL

Do you need to retrieve some of your data in XML to take advantage of the ease of sharing data between systems or applications where a complex import procedure is not feasible or maybe you just need a quick and simple XML output. The for XML clause can be used retrieving data from your tables [...]