Viewing 4 posts - 1 through 4 (of 4 total)
What if I have to get all request in seperate rows for each request
January 16, 2015 at 4:13 am
I have send you whole xml in private message check it out
January 16, 2015 at 3:20 am
Its a very long xml and its output is also long that I cant post whole xml here.
That is why I have posted some of it here with the query.
Can...
January 16, 2015 at 3:14 am
I Have made this query
SELECT
CAST((R.[XMLData].query('/Record/Body/Insert/Request/Column/ColumnName/text()')) as varchar(8000)) as TableInfo
FROM ESRequestInfo AS [R]
But it is getting the result like this....
AppPolicyDescEmpCatEmpIDEmpNameAppTopicCodeAppTopicDescAppEmpObjNoAppEmpObjDescAppEmpObjTargetDateAppEmpObjTargetValueAppEmpObjMarksAppEmpObjCommentsAppEmpObjMeasureIndicatorAppFormTypeWeightageCreatedByCreatedOnLastUserLastUpdateAppPolicyDescEmpCatEmpIDEmpNameAppTopicCodeAppTopicDescAppEmpObjNoAppEmpObjDescAppEmpObjTargetDateAppEmpObjTargetValueAppEmpObjMarksAppEmpObjCommentsAppEmpObjMeasureIndicatorAppFormTypeWeightageCreatedByCreatedOnLastUserLastUpdateAppPolicyDescEmpCatEmpIDEmpNameAppTopicCodeAppTopicDescAppEmpObjNoAppEmpObjDescAppEmpObjTargetDateAppEmpObjTargetValueAppEmpObjMarksAppEmpObjCommentsAppEmpObjMeasureIndicatorAppFormTypeWeightageCreatedByCreatedOnLastUserLastUpdate
January 16, 2015 at 12:59 am
Viewing 4 posts - 1 through 4 (of 4 total)