SQL 2005 XML Searching
am 16.04.2008 07:11:38 von zzzxtremehi i have a table with an XML column
this XML data looks like this
could anyone help guide me on how to search something like this?
-------
Select * from Table Where (XMLColumn contains attribute of id="2" and
value like "y%")