is_sec_service_on

Description

Returns 1 if the security service is active and 0 if it is not.

Syntax

is_sec_service_on(security_service_nm)

Parameters

security_service_nm

is the name of the security service.

Examples

Example 1

select is_sec_service_on("unifiedlogin")

Usage

Standards

SQL92 – Compliance level: Transact-SQL extension.

Permissions

Any user can execute is_sec_service_on.

See also

Function show_sec_services