Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- .NET Development
- :
- how to connect SQL server to salesforce
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
how to connect SQL server to salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-28-2011 02:14 AM
hi
i have installed SQL Server 2005 and visual web developer express 2005 .i want to get data from SQL say one table account-accountname and address into salesforce.How we can connect sqL server to salesforce.Is it possible.Give me a solution asap
Re: how to connect SQL server to salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-30-2011 09:03 AM
A free option would be to use the Data Loader. You could manually extract the data from your DB into CSV files, then import those files into salesforce.com objects with the data loader. If you want to automate that, you could use the Command Line Interface of the Data Loader.
Depending on the complexity of your requirements, you could also try out Informatica's cloud-based Data Loader Service.
Re: how to connect SQL server to salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-09-2011 07:11 AM
Over a 1000 companies use DBAmp to connect SQL Server to salesforce.com
More details at http://appexchange.salesforce.com/listingDetail?li
DBAmp, SQL Server to salesforce.com integration.
Re: how to connect SQL server to salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2012 02:40 AM
We can do this using Jitterbit.
Re: how to connect SQL server to salesforce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-22-2012 08:08 PM
Check COZYROC SSIS+ library. It is a third-party extension library for SQL Server Integration Services (SSIS). It does include Salesforce adapters and many other useful additions. When you test and develop from Visual Studio (BIDS), no license key is required. The adapters are very easy to use and completely integrated in SSIS.


