Versions Compared

Key

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

...

  1. FuseIT.SDDMS /DatabaseGen
    This uses the default connection string named, "SqlAdminConnectionString", in the config file to connect to SQL Server. 
    If "useDataCache" is set to true in config file, it will use the dataCache file to get the schema info else it will use the default connection string named, "SalesforceConnectionString", in config file for the same
  2. FuseIT.SDDMS /DatabaseGen /scs:YourSalesforceConnectionStringName /sqlcs:YourSqlConnectionStringName "path"
  3. FuseIT.SDDMS /DatabaseGen /scs:useDataCache /sqlcs:SQLConnectionStringName "path"

...