1 Answer
- Newest
- Most votes
- Most comments
1
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
Relevant content
- asked a month ago
SSMS Generate Scripts: https://learn.microsoft.com/en-us/sql/ssms/scripting/generate-scripts-sql-server-management-studio?view=sql-server-ver16&redirectedfrom=MSDN