Maybe some can help me, i have got an sql table with nRows with an XML-Column.
The XML structure looks like this:
<DynamicResults>
<RegQuery xmlns:xsi="http://www.w3.o....." xmlns:xsd="http://....." REGServer="localhost" REGHive="HKEY_LOCAL_MACHINE" REGSubKey="SOFTWARE\Microsoft\Windows\BlaBla" />
</DynamicResults>
my question: how can i query into the xml, i’d like to know if an /DynamicResults/RegQuery with an specified value in the attribute ‘REGSubKey’ has subnodes…
thanks a lot
1 Answer