Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.99 KB

data-migration-settings-oracletosql.md

File metadata and controls

49 lines (33 loc) · 1.99 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom
Data Migration Settings (OracleToSQL)
Data Migration Settings (OracleToSQL)
cpichuka
cpichuka
01/19/2017
sql
ssma
conceptual
sql-migration-content

Data Migration Settings (OracleToSQL)

Data Migration Settings

Data Migration Settings allows the user to write custom queries for data migration.

  • This tab is available when Extended data migration options is set to Show and is hidden when the setting is set to Hide in Project Settings. For more information about Project Migration Settings, see Project Settings (Migration) .

  • Parsing of Custom SQL statements will be implemented in Data migration settings tab of Table Node.

  • Following are the two check boxes available in the Data Migration Settings viz.:

    1. Truncate SQL Server table

    2. Use custom select

  1. Truncate SQL Server table:
    This option allows the user to have a clear view of the migrated data at the target database.

    • By default, this textbox is checked.

    • If this textbox is unchecked, then the data that is migrated will be added on to the existing data at the target database.

  2. Use custom select:
    This option allows the user to modify the select statement present (select statement allows the users to select the data to be displayed at the target database).

    1. By default, this textbox is unchecked.

    2. If this textbox is checked, then it allows the users to modify the select statement present.

There are two buttons present viz.:

  • Apply: Click Apply to apply the settings that have been changed.

  • Cancel: Click Cancel to restore the settings present before the changes were being made.

See Also

Migrating Oracle Data to SQL Server