Ok, this is going to be one of the dumber questions you see here. I am trying to write a little script that will export stuff from SQL Server to an existing Excel 2013 workbook into multiple sheets. I ...
We have an XML schema .xsd file, and I know the structure of the XML file as well (obviously). However, I need to export data from SQL server and drop it into an XML file. The table structure would be ...