|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 8:24 AM
Points: 79,
Visits: 601
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, April 13, 2012 3:37 AM
Points: 5,
Visits: 195
|
|
Thanks - the article was just what I (DBA struggling to write VB scripts in SSIS) needed
|
|
|
|
|
SSCrazy Eights
        
Group: General Forum Members
Last Login: Today @ 2:11 AM
Points: 9,378,
Visits: 6,473
|
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 8:24 AM
Points: 79,
Visits: 601
|
|
| I discovered an omission in lesson 10, but contacted the editors and got it fixed, so I am removing my correction from here.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Monday, September 03, 2012 10:02 AM
Points: 62,
Visits: 199
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 04, 2012 1:40 AM
Points: 1,
Visits: 8
|
|
| Very informative & Helpful thanks...!!!
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, January 31, 2013 8:01 AM
Points: 1,232,
Visits: 1,046
|
|
Great article and nice set of Script example code. I have a question about it though. We do a lot of similar ETL updates to row records during import by using SSIS DATA FLOW task and the "Script Transformation" component in the Data Flow task. This runs fast in debug mode and very fast on the server.
Is there a reason you do it this way instead of a Script Transformation in a Data Flow task object?
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 8:24 AM
Points: 79,
Visits: 601
|
|
My goal was to create an introduction to writing functional script tasks while keeping it as simple as possible. Using a script task as a data transformation component in a data flow task is the next logical step in the learning process, but it is the next step. It is also a future article I intend to write. Unless you write it first!
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, January 31, 2013 8:01 AM
Points: 1,232,
Visits: 1,046
|
|
Stan Kulp-439977 (11/29/2011)
My goal was to create an introduction to writing functional script tasks while keeping it as simple as possible. Using a script task as a data transformation component in a data flow task is the next logical step in the learning process, but it is the next step. It is also a future article I intend to write. Unless you write it first! 
Thanks for the quick and honest response. The information in the article about using your Script Task instead of FOR or FOR EACH Loop tasks to update row records confused me. Look forward to the next article. 
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 9:08 AM
Points: 5,
Visits: 53
|
|
| Fantastic article. Easily makes the top 10 list for me.
|
|
|
|