-R tanalyze option

The results file (-R) option of the tanalyze utility command has a parameter to specify the path and the file name for the analyze results file produced by the schema analyzer. The specified parameter could be the name of the directory where the analyze results file will be written, the full file path specification in which a wildcard can be used to represent the analyze result file, or the full path in which the complete filename can be specified.

The default naming convention for the analyze results file is: schema_name.dbe.

If a wildcard is specified in the full path, for example, tanalyze myschema.mtt -R C:\MyDev\AnalyzeResults\2002-02-28_*.err, the analyze results file will be produced in the C:\MyDev\AnalyzeResults directory with the 2002-02-28_myschema.err naming convention.

If the complete file name is specified, for example, tanalyze myschema.mtt -R C:\MyDev\AnalyzeResults\MyAnalyzeResults.txt, the MyAnalyzeResults.txt file will be produced in the C:\MyDev\AnalyzeResults directory.

If the (-R) option is not specified, the analyze results will be written to the console, and if (-R) is specified without a parameter, the analyze results will be written to the same directory as the schema file using the default schema_name.dbe naming convention.