November 14, 2014 at 9:59 am
What methods could you use to extract specific bits of data from an XML column in a table and return the data in alphanumeric format?
any answers?
November 14, 2014 at 10:01 am
nodes(), value()
Gerald Britton, Pluralsight courses
November 14, 2014 at 12:00 pm
sukai_ndure (11/14/2014)
What methods could you use to extract specific bits of data from an XML column in a table and return the data in alphanumeric format?any answers?
Sounds like a homework, test, or interview question. The real question should be, "Why would you allow such denormalized data to be stored in your server"? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2014 at 2:35 pm
http://msdn.microsoft.com/en-us/library/ms190798.aspx
I'd also familiarize yourself with xpath and xquery.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply