Backup File |
Destination DB |
---|---|
RDS Microsoft SQL Server full backup file versions:
|
RDS for Microsoft SQL Server
|
This section describes constraints on backup migrations of Microsoft SQL Server databases.
Type |
Restrictions |
---|---|
Database permissions |
Before creating a backup migration task, ensure that the account has the permission to operate the RDS service. |
Backup database names |
|
New database name |
|
Backup file sources |
|
Precautions |
|
This section describes how to create an RDS full backup migration task. You can use the full backups of Microsoft SQL Server DB instances in the cloud to migrate data.
Parameter |
Description |
---|---|
Task Name |
The task name must start with a letter and consist of 4 to 50 characters. It can contain only letters, digits, hyphens (-), and underscores (_). |
Description |
The description consists of a maximum of 256 characters and cannot contain special characters !=<>'&"\ |
Parameter |
Description |
---|---|
Database Type |
Select Microsoft SQL Server. |
Backup File Source |
Select RDS full backup. NOTE:
Select a backup file whose status is Completed. |
Tags |
This setting is optional. Adding tags helps you better identify and manage your tasks. Each task can have up to 20 tags. After a task is created, you can view its tag details on the Tags tab. For details, see Tag Management. |
Parameter |
Description |
---|---|
Destination RDS DB Instance Name |
Select a destination RDS DB instance. If no RDS DB instance is available, you can create one. |
Backup Database Name |
After you select the destination RDS DB instance, all databases to be restored are automatically displayed. You can select databases to be restored as required and rename them.
NOTE:
|
If the SQL Server source contains non-clustered index tables, the index information of non-clustered index tables will become invalid after the SQL Server backups are restored to a new database. For the best performance, rebuild the indexes after the backup migration. In addition, the backup files store only database-level information. If the SQL Server source contains some instance-level configurations, such as login, permission, DBlink, and job, migrate these configurations by referring to Manual Configuration