title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.collection | f1_keywords | ||
---|---|---|---|---|---|---|---|---|---|---|---|
Conversion Settings (MySQLToSQL) |
Conversion Settings (MySQLToSQL) |
cpichuka |
cpichuka |
01/19/2017 |
sql |
ssma |
conceptual |
|
|
The 'Settings' tab allows the user to set node level settings. The tab will be available at the following Metabase nodes:
-
Database Node
-
Functions Category
-
Function Node
-
Tables Category
-
Table Node
The Settings tab has two user settings, viz.:
-
Function Conversion
-
Table Conversion
These settings will be available based on the type of Metabase node. For example, Function Conversion related setting will not be available at the Table Node
Note
- The changes made by the user will be saved in the Project Workspace as a separate preference file.
- The extension of this file will be ccprefs.
-
Function Conversion Setting:
-
This tab contains 'Force function conversion' option. The option can have one of the following four values:
-
Convert according to project settings [inherited]
-
Always Convert to a Function
-
Always Convert to a Procedure
-
Convert according to project settings
-
-
Based on the settings, the function will be converted either to a function or to a stored procedure.
-
The settings made by the user are saved in the cascaded preferences file on clicking Apply button.
-
-
Table Conversion Setting:
-
This tab contains 'Suppress ROWID auxiliary column generation' option. The option can have one of the following four values:
-
Convert according to project settings [inherited]
-
Yes
-
No
-
Convert according to project settings
-
-
If 'Yes', this setting prohibits creation of ROWID auxiliary column creation on target tables.
-
The settings made by the user are saved in cascaded preferences file on clicking Apply button.
-