Section | Parameter | Description |
N/A | Task Name | The name of the task. DTS automatically generates a task name. We recommend that you specify an informative name to identify the task. You do not need to specify a unique task name. |
Source Database | Select Existing Connection | The instance that you want to use. You can choose whether to use an existing instance based on your business requirements. If you select an existing instance, DTS automatically populates the parameters for the database. If you do not select an existing instance, you must configure parameters for the destination database.
Note You can register a database with DTS on the Database Connections page or the new configuration page. For more information, see Manage database connections. |
Database Type | The type of the source database. Select SQL Server. |
Access Method | The access method of the source database. Select Public IP Address or Express Connect, VPN Gateway, or Smart Access Gateway based on how the source Microsoft Azure SQL Server database is connected to Alibaba Cloud. Important In this example, Public IP Address is selected. |
Instance Region | If you set Access Method to Public IP Address, select the region in which the Microsoft Azure SQL Server database resides. Note If the region of the Microsoft Azure SQL Server database is not available, you can select a region that is geographically closest to the database. If you set Access Method to Express Connect, VPN Gateway, or Smart Access Gateway, select the region of the Alibaba Cloud virtual private cloud (VPC) to which the Microsoft Azure SQL Server database is connected.
|
Replicate Data Across Alibaba Cloud Accounts | In this example, a database instance of the current Alibaba Cloud account is used. Select No. Note This parameter is available only if you set Access Method to Express Connect, VPN Gateway, or Smart Access Gateway. |
Connected VPC | The ID of the Alibaba Cloud VPC to which the Microsoft Azure SQL Server database is connected. Note This parameter is available only if you set Access Method to Express Connect, VPN Gateway, or Smart Access Gateway. |
Domain Name or IP | The domain name or IP address of the Microsoft Azure SQL Server database. |
Port Number | The service port of the Microsoft Azure SQL Server database. |
Database Account | The account of the Microsoft Azure SQL Server database. For more information about the permissions that are required for the account, see the Permissions required for database accounts section of this topic. Important The account of a database in Azure SQL Database is in the <Administrator username>@<Server name> format. For example, if the administrator account of the database in Azure SQL Database is testuser and the name of the server on which the database is deployed is dtstest , enter testuser@dtstest for Database Account. You can run the SELECT @@SERVERNAME AS ServerName command to query the server name. |
Database Password | The password that is used to access the database instance. |
Encryption | Specifies whether to encrypt the connection to the source database. Select Non-encrypted or SSL-encrypted based on your business requirements. If SSL encryption is disabled for the source database, select Non-encrypted. If SSL encryption is enabled for the source database, select SSL-encrypted. By default, DTS trusts the server certificate.
|
Destination Database | Select Existing Connection | The instance that you want to use. You can choose whether to use an existing instance based on your business requirements. If you select an existing instance, DTS automatically populates the parameters for the database. If you do not select an existing instance, you must configure parameters for the destination database.
Note You can register a database with DTS on the Database Connections page or the new configuration page. For more information, see Manage database connections. |
Database Type | The type of the destination database. Select SQL Server. |
Access Method | The access method of the destination database. Select Alibaba Cloud Instance. |
Instance Region | The region in which the destination ApsaraDB RDS for SQL Server instance resides. |
Instance ID | The instance ID of the destination ApsaraDB RDS for SQL Server instance. |
Database Account | The database account of the destination ApsaraDB RDS for SQL Server instance. For more information about the permissions that are required for the account, see the Permissions required for database accounts section of this topic. |
Database Password | The password that is used to access the database instance. |
Encryption | Specifies whether to encrypt the connection to the destination database. Select Non-encrypted or SSL-encrypted based on your business requirements. If SSL encryption is disabled for the destination database, select Non-encrypted. If SSL encryption is enabled for the destination database, select SSL-encrypted. By default, DTS trusts the server certificate.
|