We can connect PostgresSQL using the Devart Free SQL Edition using SSIS tools(Visual Studio 2019) tools.
Its a Free tool to connect using PostgreSQL with basic limited features. But it support creating destination table if not exists.
It will redirect ot their link
After installation, you can restart visual studio and open SSIS projects.
Select new connection. Select the dotConnect for PostgreSQL
Provide all the details and select allow saving password so that the password can be used while executing the package.
Save the connection. use the Ado.net Destination.
Map the columns and save. We can use click if we need to create a destination table.
run the SSIS Package. Package running fine.
No comments:
Post a Comment