JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

SQL Server Integration Services Tutorials & Guides

Practical SQL Server Integration Services tutorials, troubleshooting notes and implementation guides from real projects.

Advanced search

9 entries / SQL Server Integration Services

Clear filters
SSIS Multiple Lookups in one
SQL Server Integration Services

SSIS Multiple Lookups in one

A quick article on an alternative to multiple lookups in SSIS. For any SSIS developer trying to create packages that need to decode a number of values into their full name/description (eg. "M" to "Male", "Prof" to "Professor").

Read note 43,603 hits
SSIS: How to loop through multiple flat files as data sources
SQL Server Integration Services

SSIS: How to loop through multiple flat files as data sources

This is an article to demonstrate a quick step-by-step on having an SSIS package loop through a directory/folder of files in order to populate a database table. We could add each file as a separate connection manager but this is inefficient and not versatile enough to accommodate files that get added later.

Read note 55,233 hits
SSIS: Add Reference Microsoft.SqlServer.TxScript
SQL Server Integration Services

SSIS: Add Reference Microsoft.SqlServer.TxScript

This article is so that I don't spend so long in googling what the TxScript referenced assembly is when creating an SSIS custom component. How? This is simply the "Script Component" under "Extensions". No MSDN website said this... obvious to Microsoft staff so why should their documentation include it?

Read note 23,234 hits
SSIS Script: convert UPPERCASE to Mixed-Case using TitleCase
SQL Server Integration Services

SSIS Script: convert UPPERCASE to Mixed-Case using TitleCase

So like lots of people on the net, I've been given a datasource with names and addresses all in UPPERCASE. Initially, no one seemed bothered but now the request came through asking if this could be restored to a normal case, a mixture of mostly lowercase and some UPPERCASE.

Read note 112,089 hits
Trim in T-SQL and SSIS
SQL Server Integration Services

Trim in T-SQL and SSIS

Some methods of removing trailing spaces, tabs, carriage returns and line feeds (new lines). How? First in Transact-SQL:

Read note 27,333 hits
SSIS Skip Blank Rows in Flat File Source
SQL Server Integration Services

SSIS Skip Blank Rows in Flat File Source

This is a quick article to remind me on how to skip blank rows when using a Flat file as a data source. I would receive another Microsoft error as clear as mud: Error: The conditional operation failed. Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "MyDerivedColumns" (4228)" failed because...

Read note 73,156 hits
SSIS Convert a string into a date
SQL Server Integration Services

SSIS Convert a string into a date

Please note: the following article is not a solution but a page of various methods and date conversions which I try and use depending on the situation. This is a quick article on how I got time conversion working in an SSIS package which read from a text file. Note that the example below converts a string in European D...

Read note 94,532 hits
No more notes to load.

Working principle

Our Purpose

This site exists as a practical knowledge base built from real-world experience across systems, platforms, and technologies since 1999. Much of the content documents solutions, edge cases, and working patterns that were learned through investigation where documentation was incomplete or absent, and is shared to reduce the same friction for others.

27 Years in IT
1021 CRM clients
810 Site articles
29.8m+ Reads / hits

Knowledge base

Search notes

Find matching words in article titles and content.