Skip to content

Commit 4b50920

Browse files
authored
Update configure-conversion.md
updated text for case sensitive settings
1 parent ac45752 commit 4b50920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/azure-data-studio/extensions/dsct/oracle-to-mssql/configure-conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Following table describes all possible configuration options in this region:
6464
| ----------- | ----------- |
6565
| `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. |
6666
| `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. |
6868
<!--
6969
| `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. |
7070
| `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

Comments
 (0)