Hi Everyone,
I have a scenario to use Azure Managed SQL Instances and these are not supported for DBAmp because they do not allow the installation of 3rd-party linked servers on the Instance. So I am trying to install dbamp remotely - to a on-prem SQL server virtual machine.
We will create a Azure SQL managed instance where data will be stored. - DBInstance
DbAmp will be configured as linked server in a on premise virtual machine with SQL server installed. - DBAmpServer
I have two questions:
- Can we run DBAmp from DBAmpServer to move the data from DBInstance to Salesforce? The article DBAmp - Running DBAmp Remotely (cdata.com) mentions the other way around, but we need a bi-direction data transfer between DBInstance and Salesforce.
- The article mentions that a subset of stored procedures will be available. Can you confirm if that subset includes all SPs needed to transfer data between SQL tables and Salesforce standard & custom objects as well as extracting error logs to DBInstance from Salesforce Bulk API logs.