About DMS migration from ms-sql to dynamodb

0

hlw Sir,

I am doing the migration process From ms-sql on prime server to AWS dynamodb but after the migration of 400 tables it shows fail. the reason is primary key so please help me and tell me the process how can i migrate the data without create any primary key..It is not migration ms-sql tables which doesn't have primary key to aws dynamodb using DMS. If there any work around to achieve that.

已提问 2 年前729 查看次数
1 回答
0

Hi there,

I think your question is whether or not AWS DMS support migration of MS-SQL database tables which does not have primary keys. From their documentation, yes you can migrate from MS-SQL Server containing tables that have no primary keys. Since DynamoDB uses a composite primary key you will have to identify two attributes that will form this primary key from your source tables when preparing your data for migration. Please refer to the following walk-through on how to migrate data from SQL Server to DynamoDB.

I hope this helps

Cebi
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则