Valid 70-463 Dumps shared by ExamDiscuss.com for Helping Passing 70-463 Exam! ExamDiscuss.com now offer the newest 70-463 exam dumps, the ExamDiscuss.com 70-463 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-463 dumps with Test Engine here:
You are implementing a SQL Server Integration Services (SSIS) package that imports Microsoft Excel workbook data into a Microsoft Azure SQL Database database. The package has been deployed to a 64- bit production SQL Server. The package fails when executed on the production server. You need to ensure that the package can load the 32-bit Excel workbook data without errors. What should you do?
Correct Answer: A
Explanation/Reference: Explanation: XLSX files, the new file type in Excel2007/2010 cannot be opened with Excel Source/Destination in SSIS. To use XLSX in SSIS we need to install ACE driver and use OLE DB Source/Destination to read read/write data in XLSX files. ACE is a set of components that facilitate the transfer of data between existing Microsoft Office files such as Microsoft Office Access (*.mdb and *.accdb) files and Microsoft Office Excel 7 (*.xls, *.xlsx, and *.xlsb) files to Microsoft SQL Server. If the SQL Server or your development box does not have ACE driver then install that 1st. Note: * The most efficient way to link to SQL Server is using an OLEDB connection manager. References: https://docs.microsoft.com/en-us/sql/integration-services/connection-manager/connect-to-an- excel-workbook