News

To save more than 255 characters to Excel file in SSIS, don’t use Excel Destination. It won't work except a few edge cases. Instead, use combination of SQL Script Task + Script Task: The general idea ...
This code presents a template to dynamically extract tables from Excels stored in Sharepoint onto SQL Server tables, using a SQL Server Integration Services (SSIS) package. It takes a given table in ...
Learn how to create and configure Data Flow tasks in SSIS, a platform for data integration and transformation. Data Flow tasks allow you to extract, transform, and load data from various sources ...
64-Bit SSIS and 32-Bit Excel Importing data from Excel to SQL Server requires going back in time, so to speak. Yes, back to 32-bits at runtime. By Eric Johnson 06/21/2010 As much as it can be a ...