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
LongneckJohnLongneckJohn 

Moveing data from SQL server

I have sql server table with 400K+ records.  Some of this data has columns with commas and other special characters in it.

 

What is the best way to export the data from SQL server in a format that can be imported in SF?

 

Thanks

 

John

start_sstart_s

Hello,

 

As a representative of Apatar, I suggest you using our free open source ETL tool. It has connectors for MSSQL and Salesforce (supports Developer, Professional (if API is enabled) Enterprise and Unlimited editions). Also it has a number of functions that can help you replace your special character. Thus, you may export your records directly from SQL server and import them directly to Salesforce.

 

Using sql and SOQL queries within the connectors, you can achieve the best results.

 

If you need our assistance feel free to contact us or post your questions here.

 

Regards,

Sergei

 

sergei.l at apatar.com

______________

www.apatar.com

www.apatarforge.org