-
Notifications
You must be signed in to change notification settings - Fork 0
Lysine Overview
Patrick Altman edited this page Aug 30, 2017
·
3 revisions
Lysine is an SSIS (SQL Server Integration Services) custom component that enables the inline conversion from EBCDIC (including redefines and packed decimal fields) into an ASCII byte stream to use within the pipeline in your SSIS package. It does this from reading a from an EBCDIC file on the file system.
Lysine requires SQL Server Integration Services and currently supports MSSQL 2012-2016 with the current release with older versions available in releases prior to Build #20
Below is the mapping for Visual Studio requirements in order to use Lysine at design time in your SSIS package.
- SQL Server 2016 - Visual Studio 2015 (SSDT, available as a separate download and incorporates database projects as well)
- SQL Server 2014 - Visual Studio 2013 (SSDT-BI, available as a separate download)
- SQL Server 2012 - Visual Studio 2010 (SSDT, available on SQL Server installation media or Visual Studio 2012 (SSDT-BI, available as a separate download)
- SQL Server 2008 and 2008R2 - Visual Studio 2008 (BIDS)
- SQL Server 2005 - Visual Studio 2005 (BIDS)