Prints all database server messages to the database server message log file.
{ dbsrv11 | dbeng11 } -o filename ...
All operating systems and database servers.
Print all database server messages, including informational messages, errors, warnings, and MESSAGE statement output, to the specified file, and to the database server messages window. If you specify the -qi option with -o, all messages appear only in the database server message log file.
It is recommended that you do not end the file name with .log because this can create problems for utilities that perform operations using the transaction log.
You can obtain the name of the database server message log file by executing the following command:
SELECT PROPERTY ( 'ConsoleLogFile' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |