I'm generating xml from tables with queries like this
SELECT *
FROM Rp
FOR XML AUTO
SELECT *
FROM Ind
FOR XML AUTO
I would like to combine a bunch of these and generate a single xml file probably something I can automate in VS2010
any pointers?