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
joseph keuler 1joseph keuler 1 

Connect to SQL Server Management Studio other than ODBC

So I downloaded an ODBC driver from DevART and can connect to my Salesforce schema from SQL Server Management Studio.  I ran run queries against the database.  Are there any other tools that will allow me to query Salesforce data using SQL Server syntax and flexibilty vs SOQL?

Thanks,
Joe
Best Answer chosen by joseph keuler 1
Daniel BallingerDaniel Ballinger
There is also:
  1. CData ADO.NET Provider for Salesforce
  2. DBAmp
You could also look at implementing your own .NET Framework Data Provider.

All Answers

Daniel BallingerDaniel Ballinger
There is also:
  1. CData ADO.NET Provider for Salesforce
  2. DBAmp
You could also look at implementing your own .NET Framework Data Provider.
This was selected as the best answer
Osvald MarkusOsvald Markus
Devart also released cloud-based tool - Skyvia (https://skyvia.com/). It allows you to query your Salesforce data by using SQL Server syntax or visually with help of Query Builder tool for no-coders.