xSQL Comparison Bundle for SQL Server
Log files & options

The "Log Files and Options" contains the command line log files and other settings:

The following xml fragment contains the command line settings:

  <CommandLineSettings>
    <LogFile>D:\QA\xSQL\SqlSchema\Cmd\Logs\op.txt</LogFile>
    <ErrorLogName>D:\QA\xSQL\SqlSchema\Cmd\Logs\err.txt</ErrorLogName>
    <SchemaScriptFile>D:\QA\xSQL\SqlSchema\Cmd\Logs\sync_script.sql</SchemaScriptFile>
    <SchemaLogFile>D:\QA\xSQL\SqlSchema\Cmd\Logs\sync_log.txt</SchemaLogFile>
    <FileEncoding>UTF8</FileEncoding>
    <Overwrite>true</Overwrite>
    <TargetDatabase>RightDatabase</TargetDatabase>
    <!--**** the synchronization script will be executed against the target database ****-->
    <Synchronize>true</Synchronize>
    <EncryptConnectionSettings>false</EncryptConnectionSettings>
  </CommandLineSettings>


 

 


Copyright © 2022 xSQL Software - All rights reserved.