Daily Archives: April 25, 2010

MS SQL – XQuery : Retrieve element value from a Column with XML Datatype using XQuery?

Suppose we have a “test” table with the following fields: testID int testXML XML Now we have the following records in this “test” table: 1 1Test1address1 2 2Test2address2 3 3Test3address3 4 4Test4address4 Now, suppose develope has requirements to retrieve Address … Continue reading

Posted in BizTalk Server | Leave a comment