Min Max Transformation

Your rating: None Average: 1 (1 vote)

Overview

Data flow transformation, searching for minimum or maximum value in a selected input column. The result can then be stored in package variable. The script has the following parameters:

  • Column – specifies input column to search.
  • Find – specifies value find action – minimum or maximum.
  • ResultVariable – selects variable to store result.

Requirements

Depends on CozyRoc Script Component Plus component for implementing parameters user interface.
Requires installation of CozyRoc SSIS+ 1.4 library.

Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • CozyRoc.SSISPlus
  • Microsoft.SqlServer.ManagedDTS

ScriptMain