Import .CSV Generated by DMS into database with constraints

AlanTHarris 0 Reputation points
2023-04-20T12:33:56.71+00:00

I have a situation where I receive a delta export (tables only) generated by AWS DMS. I want to import this data. My concern is that I have Primary Key Constraints enabled in the target SQL server. My question is does anyone know if I am able to import the .csv-file generated by DMS without issues?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Other
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-04-21T02:43:32.1+00:00

    Hi @AlanTHarris,

    You may use SSIS to load csv file to sql server table.

    Check it out here:

    https://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.