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
kathirkathir 

Migrating SQL Database To Cloud Database

Hi , 

            Can We Migrate SQL Database tables to Cloud Salesforce Database to Objects?

If  Yes , How to Migrate ?.

If No , Why We Cant Do that?

Thanx In Advance , Waiting for your all replys

 

Pradeep_NavatarPradeep_Navatar

We can migrate SQL database tables to the salesforce objects. First you need to create fields in a custom object, similiar to the sql table that you want to migrate. After that you can migrate the data by using data loader.

 

Hope this helps.

squekywheelsquekywheel

Here is a useful link:    Apex Data Loader

guest1231231guest1231231

You may not need to create custom fields for all of your SQL data, only where those fields don't already exists.  For example, if your SQL data has a phone field for accounts, that field already exists as a standard field in the SFDC Account object.