Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 3.11 KB

File metadata and controls

44 lines (33 loc) · 3.11 KB
description Additional Script Component Examples
title Additional Script Component Examples | Microsoft Docs
ms.custom
ms.date 03/17/2017
ms.prod sql
ms.prod_service integration-services
ms.reviewer
ms.technology integration-services
ms.topic reference
dev_langs
VB
helpviewer_keywords
Script component [Integration Services], examples
ms.assetid 849dd38a-abb5-4702-a413-882aae3980a5
author chugugrace
ms.author chugu

Additional Script Component Examples

[!INCLUDEsqlserver-ssis]

The Script component is a configurable tool that you can use in the data flow of a package to fill almost any requirement that is not met by the sources, transformations, and destinations that are included with [!INCLUDEssISnoversion]. This section contains Script component code samples that demonstrate the various types of functionality that are available.

For samples that demonstrate how to configure the Script component as a basic source, transformation, or destination, see Developing Specific Types of Script Components.

Note

If you want to create components that you can more easily reuse across multiple Data Flow tasks and multiple packages, consider using the code in these Script component samples as the starting point for custom data flow components. For more information, see Developing a Custom Data Flow Component.

In This Section

Simulating an Error Output for the Script Component
The Script component does not support a standard error output, but you can simulate a standard error output with very little additional configuration and coding.

Enhancing an Error Output with the Script Component
Explains and demonstrates how to add additional information to a standard error output by using the Script component.

Creating an ODBC Destination with the Script Component
Explains and demonstrates how to create an ODBC data flow destination by using the Script component.

Parsing Non-Standard Text File Formats with the Script Component
Explains and demonstrates how to parse two different non-standard text file formats into destination tables.