JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

Scripts, systems & field notes.

Practical solutions and technical notes from CRM platforms, workflow automation, APIs, databases and the systems around them.

9 entries / SQL Server Integration Services

Clear filters
SSIS Multiple Lookups in one
SQL Server Integration Services 43319

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
SSIS: How to loop through multiple flat files as data sources
SQL Server Integration Services 54998

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
SSIS: Add Reference Microsoft.SqlServer.TxScript
SQL Server Integration Services 23112

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
SSIS Script: convert UPPERCASE to Mixed-Case using TitleCase
SQL Server Integration Services 111354

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
Trim in T-SQL and SSIS
SQL Server Integration Services 27179

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
SSIS Skip Blank Rows in Flat File Source
SQL Server Integration Services 72832

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
SSIS Convert a string into a date
SQL Server Integration Services 94136

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
All published notes loaded.

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.

25 Years in IT
1990 CRM clients
798 Site articles
24.4m+ Reads / hits