Pull data from Redshift
问题 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