The Use of SQLXML and .NET for Data Integration
There are many techniques of using SQLXML and .NET for data integration let us have glance at all those ways in a nutshell the sql client data provider supports Execute xml reader it can consume directly the result of it in order to do the xml query the xml reader might be used directly. In order to serialize the resulting document to a stream for transmission to a biz talk server. The document can be serialized to disk by using an xml text reader. And this can be read directly into the data set.Certain precautions should be taken before

