D
Dean Beckley
I'm trying to write a select statement in TSQL to return the Status report
responses:
select WRESP_TEXT from MSP_WEB_STATUS_RESPONSES
It returns text with the XML tags in place. Can anyone help me with a good
approach to selecting the data so it can be viewed without the xml tags?
The bigger picture is that I'm putting together a status report that
contains data from 2 other databases and I'd like to include the PWA status
reports. I'm able to select the data from my other DB's, but this xml text
is giving me some trouble. I'm obviously not a programmer but am fairly
capable with TSQL.
Thanks,
Dean
responses:
select WRESP_TEXT from MSP_WEB_STATUS_RESPONSES
It returns text with the XML tags in place. Can anyone help me with a good
approach to selecting the data so it can be viewed without the xml tags?
The bigger picture is that I'm putting together a status report that
contains data from 2 other databases and I'd like to include the PWA status
reports. I'm able to select the data from my other DB's, but this xml text
is giving me some trouble. I'm obviously not a programmer but am fairly
capable with TSQL.
Thanks,
Dean