function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TechnossusTechnossus 

Export Bulk Data From SQl DB to SalesForce

Hi All,

 

Can anyone please tell me How to import and Export Bulk records from Salesforce to our Db and viceversa. I have records more than 20k, I used DBAmp trila version  but its showing, time out error.

 

Please help ASAP, Thanks in Advance

 

Regards

Raman

Sonam_SFDCSonam_SFDC

Hi Raman,

Salesforce has multiple data export/import Options, please go through the following link to know which one fits your need and you can then read more about it.
https://help.salesforce.com/HTViewHelpDoc?id=import_which_data_import_tool.htm&language=en_US

asawantasawant

Have you tried Salesforce Data Loader CLI? Works with all JDBC compliant databases for both operations.

http://wiki.developerforce.com/page/Using_Data_Loader_from_the_command_line

 

Check the Data Loader Guide for full details.

 

Thanks!

 

Test999999Test999999

You can also increase the timeout value to allow for long running Query API calls.

 

See the ReceiveTimeout field in the DBAmp Configuration Program.