SQL parameters: sqldebug

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

sqldebug

Description

This parameter causes the Service Manager server to write information about RDBMS connections to the sm.log file. If enabled, the server writes the time to login to the RDBMS (sqllogintime) and the time it takes to perform a query request (sqlquerytime).

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

0

Possible values

0 (Disable)

1 (Enable)

Example usage

Command line: sm -httpPort:13080 -sqldb:dbserver -sqldebug:1

Initialization file: sqldebug:1

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Database parameters