Files
doc-exports/docs/dws/tool/dws_07_0186.html
luhuayi a5e3903f6b DWS TG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-04-23 13:53:01 +00:00

5.2 KiB

SQL Server Configuration

You can customize the behavior of the migration tool when migrating SQL Server database scripts by setting SQL Server configuration parameters.

Open the features-mysql.properties file in the config folder. When migrating SQL Server databases, change the data type of the source database to SQL Server and set the parameters listed in Table 1 as required.

Table 1 Parameters in the features-mysql.properties file

Parameter

Description

Value Range

Default Value

Example

table.origin.database.type

Source database type

bigquery,doris,sqlserver,mysql,adb

mysql

table.origin.database.type=sqlserver

table.orientation

Default data storage mode

ROW,COLUMN

ROW

table.orientation=ROW

table.type

Default table type

REPLICATION,HASH,ROUND-ROBIN

HASH

table.type=ROUND-ROBIN