Modifying SF Data Using SF_TableLoader
Modifying SF Data Using SF_TableLoader
The following sections describe how to use SF_TableLoader
to modify local copies of Salesforce tables. Topics include:
- SF_TableLoader Basics—basic concepts including parameters, running
SF_TableLoader
, etc. - Bulk Operations on Rows—performing operations on a large number of rows
- Uploading Files into Salesforce Objects—uploading files into Salesforce.com as Content, Document, or Attachment Salesforce objects
- Specifying the Batch Size with SF_TableLoader—setting the batch size
- Understanding a Sort Column when Using SF_TableLoader—reducing locking issues on Salesforce
- Using Optional SOAP Headers—customizing SF_TableLoader by using SOAP headers
- Converting Leads with SF_TableLoader—converting leads to accounts, contacts, or opportunities
- How to Run the SF_TableLoader Proc Without Using xp_cmdshell—running SF_TableLoader when xp_cmdshell is unavailable