DMS full load for RDS SQL server

0

Hi Team,

I am planning to do the Full load using DMS from the on-premises SQL server to the RDS SQL server. As we know full load only load the data and we need manually migrate the Views, stored procedures, functions and indexes. does any way to migrate all objects to rds.

maybe a script out the indexes and view etc. causing a lot of manual work.

1回答
0
承認された回答

If you need to migrate the full database, you might consider using native migration tools.

Save your backup to S3 and then restore it on your RDS instance using the dedicated stored procedures.

See more in the documentation on Importing and exporting SQL Server databases using native backup and restore

AWS
回答済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ