The <sqlserver-settings> database configuration
element
The <database> element in file database-config.xml contains, at most, a single occurrence of subelement <sqlserver-settings>. The use of the <sqlserver-settings> element is optional. Use this element to configure Microsoft JDBC driver logging.
The <sqlserver-settings> element has the following syntax.
<database>
...
<sqlserver-settings jdbc-trace-file="string" jdbc-trace-level="string"
unicodecolumns="true|false"/>
...
</database>
The following list describes the attributes that you can configure on the <sqlserver-settings> element. All of
these attributes are optional.
|
Specifies the name of the trace file. If you do not provide a file name, this value defaults to the following:
PolicyCenter replaces the symbols in the file name at runtime with their meaning as listed at the following web site.
Use the listed symbols to uniquely name the trace file. |
|
Valid trace level as listed at the following web site:
|
|
Required if starting a new database that exclusively uses Unicode-capable column character data
types ( |
The <sqlserver-settings> element does not contain additional subelements.
See also
