11-02-2021 11:19 AM
Am trying to load large volumes of data from SQL Server to Amazon S3. If I use ‘SQL Server Select’ then it is taking way longer to extract a single big table. Is there a faster way to extract data from SQL server to Amazon S3. Using GroundPlex
11-02-2021 10:23 PM
@erkonline you can check the SQL account setup, increase fetch size will help to select no of record. Increase it may be 5k/10k can improve your performance.