I need to move data from SQL Server to Postgres. Whenever a SQL Server changes, the data automatically has to move to Postgres. It has to be done using SSIS.
I have taken OLE DB for SQL source, ODBC for Postgres destination. But I couldn't find a lookup between ole DB and odbc. Please help me out.