views:

199

answers:

0

I am attempting to use EzAPI to develop packages for Microsoft SQL Server Integration Services. In almost all cases, things work very well. However I am having trouble developing a package and data flow that reads from a SQL Server data source, passes the data to a Cache Tranform for caching and routes in into a Cache Connection manager as a destination.

My goal is to build the cache to develop a surrogate key to business key mapping that can be saved to disk for use again in package that load fact tables.

Does anyone have an idea or example on how to do this?