Is there any process to load the data from table to an XML document using SSIS packages
any answers reagarding this is helpful.
Is there any process to load the data from table to an XML document using SSIS packages
any answers reagarding this is helpful.
regarding XML export
harrier_coder
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.