...
- 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. - FuseIT.SDDMS /DatabaseGen /scs:YourSalesforceConnectionStringName /sqlcs:YourSqlConnectionStringName "path"
- FuseIT.SDDMS /DatabaseGen /scs:useDataCache /sqlcs:SQLConnectionStringName "path"
...