Stream Data from SQL Server into Redshift with Kinesis Firehose

前端 未结 1 1985
天命终不由人
天命终不由人 2021-01-28 18:49

The tool below is a batch import method of copying data from SQL Server RDS into Redshift.

AWS Schema Conversion Tool Exports from SQL Server to Amazon Redshift

相关标签:
1条回答
  • 2021-01-28 19:26

    If your goal is to move data from Microsoft SQL Server into Amazon Redshift, then you could consider using AWS Database Migration Service. It can copy data as a one-off job but can also migrate on a continuing basis.

    See:

    • Using a Microsoft SQL Server Database as a Source for AWS DMS - AWS Database Migration Service
    • Using an Amazon Redshift Database as a Target for AWS Database Migration Service - AWS Database Migration Service
    0 讨论(0)
提交回复
热议问题