From: tfs@dslextreme.com   
      
   In 2008, I have a package that works fine where I am getting rows from my   
   sql query and then I pass that to a Derived Column Transformation which goes   
   to a Script Task that just write a piece of text and that goes to a Flat   
   File Destination.   
      
   In the Script task, I have the following:   
      
    public override void CreateNewOutputRows()   
    {   
    /*   
    Add rows by calling the AddRow method on the member variable named   
   "
|