Which action should you take?

You maintain an Inventory database on an instance of SQL Server 2008. You have a large number of XML documents that you receive from a third-party processor each week.
At the end of each week, you want to shred the XML into relational data and populate existing tables in your database. After this process is complete, you want to archive the XML documents to folders on the file system. You want to accomplish this with the least development effort. Which action should you take?
A. Create an SSIS package to perform the needed tasks.
B. Use XQuery and the query() method.
C. Create a temporary table containing an xml data type column and use the OPENXML function.
D. Use FOR XML AUTO with the XMLDATA option.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.