Hi @Mark McCumber
Not an expert on SSIS, but you could try using SSIS export directly from Postgres to SQL Server.
If not work, you could re-dump as CSV and try again. Refer to this article: Import Text and CSV Files into SQL Server Database with SSIS Script Task.
Also, you could bulk import csv/txt into SQL Server using BCP.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.