Versions Compared

Key

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

...

Code Block
<!-- SQL Server 2008 FileStream -->
<add key="useFileStreamForAttachments" value="true"/>
<add key="baseFileStreamTarget" value="C:\SDDMSFILES"/>

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

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"/>