You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/dsct/oracle-to-mssql/configure-conversion.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Following table describes all possible configuration options in this region:
64
64
| ----------- | ----------- |
65
65
|`msSqlDialect`| Determines which Microsoft SQL platform dialect to use when converting the source object definitions. This option will be derived from the target SQL Database project and you should not need to set it explicitly. |
66
66
|`quoteIdentifiers`| Determines whether all identifiers should be quoted in converted SQL scripts. Default is `true`. It is recommended to set it to `true`, as quotation might be required when special characters are used in identifier names. |
67
-
|`isMsSqlCaseSensitive`| Controls whether [DSCT01000](../conversion-messages/dsct01000.md) conversion message will be produced during conversion. This option will be derived from the default collation of the target SQL Database project and you should not need to set it explicitly. |
67
+
|`isMsSqlCaseSensitive`| Controls whether the case sensitivity check for object names will be performed during conversion and [DSCT01000](../conversion-messages/dsct01000.md) conversion message will be produced. This option will be derived from the default collation of the target SQL Database project and you should not need to set it explicitly. |
68
68
<!--
69
69
| `AddRowIdColumnWhenNeededByTrigger` | Indicates whether DSCT should add a ROWID column of type uniqueidentifier to a table on which a trigger is defined. This column helps in emulation of dml operation when converting Oracle's Before triggers to Instead Of triggers in SQL Server. Default is 'Yes' which adds a ROWID column. |
70
70
| `ConvertSubstringFunctionToCustomFunction` | Indicates whether DSCT converts the ORACLE's SUBSTR function to MSSQLSERVER's SUBSTRING function or a custom DSCT implementation. Default is 'No' which uses MSSQLSERVER's SUBSTRING function. |
0 commit comments