var fDesc=new Array(); fDesc[0] = "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.
Lysine requires SQL Server Integration Services 2005/2008
The major benefits of Lysine are two-fold:
1. It saves you from having to write a pre-processor to unpack and convert the binary data.
2. It prevents you from having to pre-process the data saving an extra, and many times costly, trip through the data."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }