April 21, 2008 at 5:47 am
Hi,
Can anyone help me regarding xml :).
I'm currently searching and reading articles, forums regarding generating records from sql to xml.
attached is the sample file that I need to
generate...
May 6, 2008 at 6:23 am
Hi jzi,
From this document you have to parse the xml?
---
May 6, 2008 at 1:49 pm
Look at the FOR XML clause of the SELECT statement.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
July 10, 2008 at 2:38 pm
SELECT
Column1
FROM
YourTable
FOR XML RAW('SomeNameHere'), TYPE, ELEMENTS
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply