You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

TARGIT Enumeration Task is a custom component for SQL Server Integration Services. The component assists in creating and maintaining simple lookup tables for lists of integer or string values.

Main task solved

The Enumeration task can contain lists of key/value pairs for values not otherwise available, making it easier to add or change values than having to maintain hardcoded lists in SQL scripts. Each list of key/value pairs is created as a separate table in the database. The table is dropped and re-created every time the task runs.

Installation

The TARGIT Enumeration component is included in the "TARGIT Custom SSIS Tasks" installation package found in the TARGIT App & Gauge Store or the Download Center on the TARGIT Portal.

How to use


  • Create an ADO.NET connection manager for the SQL Server database if not already available
  • Drag the Enumeration task from the SSIS Toolbox to the package Control Flow
  • Double click the task and select the ADO.NET connection created.



  • All TARGIT custom components connect to the SQL Server database using an ADO.NET connection
  • In later Data Tools (Visual Studio) versions, check the TargetServerVersion property for the SSIS project if the TARGIT components do not show up in the SSIS Toolbox
  • If the TARGIT components are not in the SSIS Toolbox after installation, a trouble shooting article is available (see Related articles)
  • The TARGIT custom components are available for SQL Server versions beginning at 2005
  • The components are free to use, but only officially supported for active TARGIT customers

  • No labels