Hi,
We want to pull data from Redshift database into SQL Server. Currently, we are using SQL Workbench to analyze Redshift database. We referred the following link -
Connect Your Cluster By using SQL Workbench
Here we used - RedshiftJDBC41-1.1.17.1017 driver to connect. Now we want to push this data to DWH in SQL Server 2016.
So what is the best way to accomplish this? There is not much information on net on how to pull data from Redshift.
Can we have SSIS component or something in SSDT/SSIS2015 to load this data?
Till now I came across only the Zappysys Data Transformation third party toll which is able to conect to Redshift via SSIS.
ZappySys Transformation to connect to Redshift
Can't we directly connect to Reshift using native SSIS 2015 without any third party tool?