Connection Properties

Retrieve the value of a specific connection property or the values of all connection properties.

Examples

Use the connection_property system function to retrieve the value of a connection property. The following statement returns the number of pages that have been read from file by the current connection:

select connection_property ( 'DiskRead' )

Use the sa_conn_properties system procedure to retrieve the values of all connection properties.

call sa_conn_properties

A separate row appears for each connection, for each property.

Related reference
PROPERTY Function [System]
PROPERTY_NAME Function [System]
PROPERTY_NUMBER Function [System]
CONNECTION_PROPERTY Function [System]