regarding XML export

Is there any process to load the data from table to an XML document using SSIS packages

any answers reagarding this is helpful.



Answer this question

regarding XML export

  • harrier_coder

    Unfortunately, there is no stock XML Destination.  You could write your own, or perhaps someone already has.

  • sfleck

    Thanks for your information.

    I came to know that there is process to generate the xml file using SQL "FOR XML "clause in sql server2005.

    If we have to create an XML file using different databases  we will go for joins in sql statement. If the query is too lengthy, if may leads to performance issues.

    Can u give me any other alternative for this.


  • regarding XML export