![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Sybase inside of a SQL Server SSIS workflow to transfer Sybase data into a Microsoft SQL Server database.
To get started, add a new Sybase source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Sybase connection properties in a 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๐ Configuring a connection (Salesforce is shown).
Follow the steps below to specify the query to be used to extract Sybase data.
SELECT Id, ProductName FROM Products WHERE ProductName = Konbu๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Sybase data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Sybase data.
๐ The completed import. (Salesforce is shown.)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!