ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →30日間の無償トライアル
無償トライアルはこちら製品の詳細
Powerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Raisers Edge NXT through SSIS Workflows.
Use the Raisers Edge NXT Data Flow Components to synchronize with Raisers Edge NXT Events, Gifts, Opportunities, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!
古川えりか
コンテンツスペシャリスト
こんにちは!ドライバー周りのヘルプドキュメントを担当している古川です。
SQL Server databases are commonly used to store enterprise records. It is often necessary to move this data to other locations. The CData SSIS Components for RaiserEdgeNXT allow you to easily transfer data from SQL Server to Raisers Edge NXT.
This article demonstrates how to use the CData SSIS Components for RaiserEdgeNXT inside of a SQL Server Integration Services workflow to export data from SQL Server to Raisers Edge NXT, utilizing a lookup component to find and update any existing records or insert new records.
To get started, add a new OLE DB source, CData Raisers Edge NXT lookup, and two CData Raisers Edge NXT destinations (one to handle a lookup with a match and one to handle a lookup without a match) to a new data flow task.
Follow the steps below to specify properties required to connect to the SQL Server instance.
Follow the steps below to save connection properties in the Connection Manager.
In the lookup component Transform Editor, define mappings from the SQL Server source table into the Raisers Edge NXT lookup table.
Using the lookup component, you know which entries from the data source already exist in Raisers Edge NXT and which ones are new. Configure two Raisers Edge NXT components to handle the situation where a match is found and a match is not found.
If the lookup component returns a match, update the existing record in Raisers Edge NXT.
If the lookup component does not return a match, add a new record to Raisers Edge NXT.
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.