Monthly Archives: April 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

MS SQL XQuery Issue

I was facing an issue with AJAX for last two-three days. Let me explain the issue: I have a search screen. On this screen I have a Search “TextBox” and Search “Button”. While user is inputting any text and click … Continue reading

| Tagged | Leave a comment