Monthly Archives: March 2012

Deploy SSIS Package in One click


SQL Server 2012 Intergation Sevices made SSIS deployment very simple (reference). This single click deployment feature is not available in the previous versions. But, we have got a command line utility dtutil.exe 32bit/64bit versions. So, we can make use of … Continue reading

Posted in SSIS | Tagged , , , , | 2 Comments

Process resultset using object variable – SSIS – SQL Server


In one of my blog, I discussed about iterating the package object variable using foreach loop container (reference). In this blog I will be explaining about iterating package object variable with result set using .net object.  Script task component is a … Continue reading

Posted in SSIS | Tagged , , , , , , | Leave a comment