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
Pat Brown 10Pat Brown 10 

Is it possible to connect a salesforce application to get live data from sql server?

Avishek Nanda 14Avishek Nanda 14
Hi Pat,

You can refer to  https://www.easysoft.com/support/kb/kb01050.html which will give you idea how to get started. 

Regards,
Avishek
Aman PathakAman Pathak
Yes, you can use various ETL tools like,Boomi, informatica, Talend open studio to migrate data from SQL server to salesforce,( Talend will be a great choice as it is free and quite easy to understand with tons of example and tutorial available ).

 
Pat Brown 10Pat Brown 10

Avishek to be clear this will allow you to write an application within Salesforce using Lightening or Apex and access a SQL Server database.
I'm not interested in importing data into Salesforce but to work on live SQL Server data from an Application within Salesforce