Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

To create a Database Source activity:

  1. Click Configure >SOURCES > Database Source.



  2. Click CREATE Database Source.



  3. On Create Database Source window, enter the name and description of the new Database Source in the Name and Description textboxes respectively.



  4. Select the database info activity and database schema activity from the Database Info and Schema Name.
  5. Expand Advanced Properties to set the advanced properties related to the activity.



  6. In the Query Definition, database query is displayed in the XML form. The database query is displayed only if you have edited the query. If you edit the query displayed in the Query Definition then database query defined using Edit Query is overwritten.
  7. Use Optimize Algorithm: This algorithm sorts the parent table with the Primary Key and all subsequent child tables with the joining key of their parent table. This algorithm applies only, if all the child tables of the parent table, at any level, are related to the parent table by the same key. Selecting this check box makes data fetching from the source database table faster. Select this check box if the database source is MS SQL.
  8. Select With (NoLock) Option checkbox to fetch the records from the source database without any lock constraint. Select this check box if the database source is MS SQL.

  9. Select the project of the activity from the drop-down list of Project.
  10. Click Save