October 20, 2017 at 2:12 pm
Hello Experts,
I am trying to run the following query:
SELECT CAST(t.nodes.query('data(item)') as varchar(max)) 'Item',
CAST(t.nodes.query('data(bp_orno)') as varchar(max)) 'Order',
CAST(t.nodes.query('data(rpos)') as varchar(max)) 'Order Line',
CAST(t.nodes.query('data(wh)') as varchar(max)) 'WH',
CAST(t.nodes.query('data(qty)') as varchar(max)) 'Quantity'
e.Export AS Transaction_Date,
FROM ExportS e (nolock)
CROSS APPLY e.SignalData.nodes('fl/app/data/rec') AS t(nodes)
where e.SignalTypeId in (29) and
CAST(t.nodes.query('data(wh)') as varchar(max)) in ('VALUE1',
'VALUE2',
'VALUE3',
'VALUE4',
'VALUE5',
'VALUE6',
'VALUE7',
'VALUE8',
'VALUE9',
'VALUE10',
'VALUE11',
'VALUE12',
'VALUE13',
'VALUE14',
'VALUE15',
'VALUE16',
'VALUE17',
'VALUE18')
But is taking forever to find these values on the xml files we have in our database. Our database is huge, so I don't think that I am using the most efficient way to find this data. Could you advise on which method will be the best way to find all data we need for the 18 values on the signals (XML Files)?
Thank you!
October 20, 2017 at 4:37 pm
montserrat.deza - Friday, October 20, 2017 2:12 PMHello Experts,
I am trying to run the following query:
SELECT CAST(t.nodes.query('data(item)') as varchar(max)) 'Item',
CAST(t.nodes.query('data(bp_orno)') as varchar(max)) 'Order',
CAST(t.nodes.query('data(rpos)') as varchar(max)) 'Order Line',
CAST(t.nodes.query('data(wh)') as varchar(max)) 'WH',
CAST(t.nodes.query('data(qty)') as varchar(max)) 'Quantity'
e.Export AS Transaction_Date,
FROM ExportS e (nolock)
CROSS APPLY e.SignalData.nodes('fl/app/data/rec') AS t(nodes)
where e.SignalTypeId in (29) and
CAST(t.nodes.query('data(wh)') as varchar(max)) in ('VALUE1',
'VALUE2',
'VALUE3',
'VALUE4',
'VALUE5',
'VALUE6',
'VALUE7',
'VALUE8',
'VALUE9',
'VALUE10',
'VALUE11',
'VALUE12',
'VALUE13',
'VALUE14',
'VALUE15',
'VALUE16',
'VALUE17',
'VALUE18')But is taking forever to find these values on the xml files we have in our database. Our database is huge, so I don't think that I am using the most efficient way to find this data. Could you advise on which method will be the best way to find all data we need for the 18 values on the signals (XML Files)?
Thank you!
I don't know much about XML but, rumor has it, adding an XML index will speed things up quite a bit. I'm convinced that behind the scenes, it's pre-materializing the data as a bit of an EAV.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2017 at 3:13 am
This is a very inefficient way of querying the XML, can you post a sample of the XML so we can help you out here?
😎
Jeff, I don't think an XML index would help much as the query is so inefficient, more like sprinkling sugar on cat food as our friend used to say.
October 21, 2017 at 4:00 pm
Eirikur Eiriksson - Saturday, October 21, 2017 3:13 AMThis is a very inefficient way of querying the XML, can you post a sample of the XML so we can help you out here?
😎Jeff, I don't think an XML index would help much as the query is so inefficient, more like sprinkling sugar on cat food as our friend used to say.
Man, I miss him. Dwaine Camps was definitely one of the good guys on this and other forums and a personal long distance friend to boot.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2017 at 1:27 pm
Jeff Moden - Saturday, October 21, 2017 4:00 PMEirikur Eiriksson - Saturday, October 21, 2017 3:13 AMThis is a very inefficient way of querying the XML, can you post a sample of the XML so we can help you out here?
😎Jeff, I don't think an XML index would help much as the query is so inefficient, more like sprinkling sugar on cat food as our friend used to say.
Man, I miss him. Dwaine Camps was definitely one of the good guys on this and other forums and a personal long distance friend to boot.
Ditto!
😎
October 23, 2017 at 9:13 am
Thank you,
Here is the sample of the file.
<flxint>
<app>
<comp>246</comp>
<signal>TEST</signal>
<sigref>000000190</sigref>
<id>112195347</id>
<date>20140812</date>
<time>070009</time>
<conv_id />
<revision>001</revision>
<duns>941714834</duns>
<data>
<rec>
<rpos>1</rpos>
<recno>000000051</recno>
<rec_date>20140812</rec_date>
<rec_time>070009</rec_time>
<item>UCSC-C420-M3=</item>
<bp_orno>85928487</bp_orno>
<bp_pono>000000051</bp_pono>
<wh>U04-DGI</wh>
<qty>1</qty>
<uom>Each</uom>
<order>
<type>RMA</type>
<cpo>85928487</cpo>
<cpo_pos>1</cpo_pos>
</order>
<skids>
<skid>
<ref2skid>FCH1TEST</ref2skid>
<packsize>1</packsize>
</skid>
</skids>
<attributes>
<hdr_attrs>
<attribute>
<attrno>246090030</attrno>
<attseq>0</attseq>
<attval>Global Support</attval>
</attribute>
<attribute>
<attrno>246090031</attrno>
<attseq>0</attseq>
<attval>ctsb2b-support@TEST.COM</attval>
</attribute>
<attribute>
<attrno>246090032</attrno>
<attseq>0</attseq>
<attval>000-000-0000</attval>
</attribute>
<attribute>
<attrno>246090040</attrno>
<attseq>0</attseq>
<attval>Anne Guidry</attval>
</attribute>
<attribute>
<attrno>246090041</attrno>
<attseq>0</attseq>
<attval>anne.guidry@TEST.COM</attval>
</attribute>
<attribute>
<attrno>246090042</attrno>
<attseq>0</attseq>
<attval>1 512-779-0000</attval>
</attribute>
</hdr_attrs>
</attributes>
<rec_attr>
<ref1>1ZA69V9803941TEST</ref1>
<ref2>85928487</ref2>
</rec_attr>
</rec>
</data>
<orga>WMR</orga>
</app>
</flxint>
October 23, 2017 at 9:16 am
I attached the file to see the xml structure....
Thank you
October 23, 2017 at 9:18 am
Here it is
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply