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
leorleor 

SQL server to salesforce

What are the ways to migrate data from SQL server to salesforce
pconpcon
There are lots of ways (and lots of companies) to do this.  I don't have any experience with any of the companies so I can't recommend them.  As for doing it yourself you can use lots of different dataloaders (such as lexiloader) to upload your data or you could use the SOAP/REST APIs manually to transform your data from SQL to Salesforce.  You could even use something like jsforce [1] with nodejs to connect to the SQL server and then mogrify the data and insert it into Salesforce.

[1] https://jsforce.github.io/
Evelina GreyEvelina Grey
Try this 3rd party - Skyvia. It allows to automate the process of direct data loading between SQL Server and Salesforce easily. You can read more here: https://skyvia.com/data-integration/integrate-salesforce-sql-server