Unconditional connection parameter [UNC]

Function

Stops a server using dbstop even when there are connections to the server.

Usage

Anywhere

Default

No

See also

“dbstop syntax” in the Utility Guide.

Description

The dbstop command-line utility shuts down a database server. If you specify Unconditional=Yes in the connection string, the server is shut down even if there are active connections. If Unconditional is not set to Yes, then the server is shut down only if there are no active connections.

Examples