You need to sign in to do that
Don't have an account?

how many way of integration with SQL Server.
I want to integration with sql server to salesforce,tell me which types of way i am integrate with salesforce to sql server.
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
1. Lightning Connect - Using connect you can able to connect to SQL server easily, you have to purchase lightning connect licenses for that.Using that you can able to bring the data from SQL server into Salesforce easily.
Here is the blog posts -
http://cloudyworlds.blogspot.in/2015/01/lightning-connect-and-sql-integration.html
https://developer.salesforce.com/blogs/developer-relations/2015/03/accessing-sql-server-azure-database-lightning-connect.html (https://developer.salesforce.com/blogs/developer-relations/2015/03/accessing-sql-server-azure-database-lightning-connect.html)
2. You can also use any Data integration tools like Informatica, Dell Boomi, jitterbit etc., which contains inbuilder builder to connect salesforce and SQL server, using that you can have two way data integration between salesforce and SQL server.
Thanks,
Karanraj
Hi Karanraj,
Can we have integrate Salesforce with MS SQL Server 2012 without any ETL Tools/Middleware?
Note: we are not planning for Lightning Experience currently. any other possibilities?
To integrate Salesforce with MS SQL Server 2012 you should either use the SSIS component. In this topic, you will find the list of the most popular one: https://success.salesforce.com/ideaview?id=08730000000BpZWAA0
Or you can use the 3rd party services to integrate SQL Server and Salesforce without coding at all. My personal choice is Skyvia: https://skyvia.com/data-integration/integrate-salesforce-sql-server (https://skyvia.com/data-integration/integrate-salesforce-sql-server)
Hope it helps!