Hi ,
I want to Update/ Insert records in salesforce from my SQL Server DB.
XP_cmdshell and sql Agent is disable in my company.
we are third party tool DBAmp to insert and update records.
I have used below command
C:\Program Files\DBAmp\DBAmp.exeUPDATE IPfolio__Cost__c vdbi1dn199\IPREPOSID01 “IPREPO” SALESFORCE_DEVELOPMENT in Command Prompt.
In SSIS i want to use execute Process task , but don't lnow how to implement above code in SSIS ,as i am not aware of arguments of Process Task in SSIS.
Please Help...Urgently.
Thanks In advance. ;)