I have typed xml as one of the columns in my table (sql server 2008). I need to extract one specific value from this typed xml field. I checked across multiple sites, but only ways to extract a field from untyped xml alone is given. Help me in getting this gone.
feedback
|
|
If by typed you mean xml that has namespaces, try something like:
Vote down or comment if I misunderstand your question. | |||
|
feedback
|