![]() |
VOOZH | about |
SQL Server databases are commonly used to store enterprise records. It is often necessary to move this data to other locations. The CData SSIS Task for Sybase allows you to easily transfer Sybase data. In this article you will export data from SQL Server to Sybase.
To get started, add a new ADO.NET Source control and a new Sybase Destination control to the data flow task.
π The source and destination components used in this example.Follow the steps below to specify properties required to connect to the SQL Server instance.
Follow the steps below to set required connection properties in the Connection Manager.
To connect to Sybase, specify the following connection properties:
Optionally, you can also secure your connections with TLS/SSL by setting UseSSL to true.
Sybase supports several methods for authentication including Password and Kerberos.
Set the AuthScheme to Password and set the following connection properties to use Sybase authentication.
To connect with LDAP authentication, configure Sybase server-side to use the LDAP authentication mechanism.
After configuring Sybase for LDAP, you can connect using the same credentials as Password authentication.
To leverage Kerberos authentication, begin by enabling it setting AuthScheme to Kerberos. See the Using Kerberos section in the Help documentation for more information on using Kerberos authentication.
You can find an example connection string below:
Server=MyServer;Port=MyPort;User=SampleUser;Password=SamplePassword;Database=MyDB;Kerberos=true;KerberosKDC=MyKDC;KerberosRealm=MYREALM.COM;KerberosSPN=server-name
In the destination component Connection Manager, define mappings from the SQL Server source table into the Sybase destination table and the action you want to perform on the Sybase data. In this article, you will insert Products entities to Sybase.
You can now run the project. After the SSIS Task has finished executing, data from your SQL table will be exported to the chosen table.
π The SQL Server table to export into Sybase.Download a free trial of the Sybase SSIS Component to get started:
Download NowLearn more:
π SAP Sybase IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Sybase databases through SSIS Workflows.
Use the Sybase Data Flow Components to synchronize with Sybase RDBMS. Perfect for data synchronization, local back-ups, workflow automation, and more!