Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to use file stream to store files in SQL.please make sure you have enabled FileStream in SQL server.

To enable file stream on SQL Server, please follow the steps given here.

Miscellaneous:

Code Block
languagexml
<!-- If a CSV file in the DataExport doesn't have a corresponding Salesforce object should a table be created and populated in SQL? -->
<add key="CreateTablesFromCsvAlone" value="false"/>

<!-- If a column from a CSV file in the DataExport doesn't have a corresponding Salesforce object field should a Column be created and populated in SQL? -->
<add key="CreateColumnsFromCsvAlone" value="false"/>