Adaptive Server ADO.NET Data Provider support for SSIS

Adaptive Server ADO.NET Data Provider can be integrated into SQL Server Integration Services (SSIS), allowing for native access to ADO.NET Data Provider functions.

With the integration, you can use Adaptive Server as an:

The enhanced Adaptive Server ADO.NET Data Provider supports SSIS 2008, 32-bit. The SSIS support relies on the DDEX Provider for Adaptive Server which must be installed before SSIS can be used.

StepsSetting up the Adaptive Server connection

Before connecting to the Adaptive Server:

  1. On the Data Flow tab, right click on the ADO NET Source/Destination component you want to configure and select Edit.

  2. Click the New button located next to Connection Manager.

  3. In the Configure ADO.NET Connection Manager window, click New.

  4. Select Sybase Adaptive Server Enterprise Data Provider from the listed providers.

  5. Enter the appropriate connection properties.

    To use Adaptive Server ADO.NET with SSIS, set QuotedIdentifier to 1.

  6. Click OK.

NoteBy default, an ADO.NET Destination component batches the insert commands it performs. Currently, performing simple insert commands are faster than performing batch uploads to Adaptive Server through SSIS. To set the Destination component to perform simple insert commands, set the BatchSize property to 1.