![]() |
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 LDAP inside of a SQL Server SSIS workflow to transfer LDAP objects into a Microsoft SQL Server database.
To get started, add a new LDAP 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 LDAP connection properties in a connection manager.
To establish a connection, the following properties under the Authentication section must be provided:
BaseDN: This will limit the scope of LDAP searches to the height of the distinguished name provided.
Note: Specifying a narrow BaseDN may greatly increase performance; for example, cn=users,dc=domain will only return results contained within cn=users and its children.
Follow the steps below to specify the query to be used to extract LDAP objects.
SELECT Id, LogonCount FROM User๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the LDAP objects into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with LDAP objects.
๐ The completed import. (Salesforce is shown.)Download a free trial of the LDAP SSIS Component to get started:
Download NowLearn more:
๐ LDAP IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL Server with LDAP directory services through SSIS Workflows.
Use the LDAP Data Flow Components to synchronize with LDAP servers like Active Directory. Perfect for data synchronization, local back-ups, workflow automation, and more!