Free Subscription
Social Networking
Visual Learning
SQL Release Updates
Categories
Jobs
Next Generation Database
Big Data Tool
DWH Design Tips
Category Archives: Excel
Removing Process from the memory – SSIS
We often use Task Manager to kill the unresponsive or unwanted process in the memory. I had a situation where I was using excel interop to automate some task in SSIS script task. But at the end of execution excel … Continue reading
Posted in Excel, SSIS
Tagged code snippet, kill process, shell command, SQL Rider, sql server rider, SSIS
Leave a comment
Export SQL Data to Excel – SSIS
We have got so many data formats to store data in digital world. Excel is one of the most famous format for data processing and storage. In this blog post I am going to use SSIS to export SQL data … Continue reading
Posted in Excel, SSIS
Tagged excel destination, export data to excel, sql to excel, ssis excel
Leave a comment
Excel Data Type Guess Registry Setting
We already know that the excel make its own guess about the column data type in the excel sheet. But, we can tell the excel reader to treat all columns as string by using IMEX property in the Excel connection string. … Continue reading
Posted in Excel, SSIS
Tagged Excel column is null, excel data reader issue, Type Guess Rows, TypeGussRows
Leave a comment
Excel auto column data type detector
Excel Source reader task detects the column data type from Excel file automatically. But, this is not always helpful for developer to get the default settings from the excel source component. For instance, if a column in the excel file … Continue reading










