SQL_FLAGGER_ERROR_LEVEL option [TSQL]

Function

Controls the behavior in response to any SQL code that is not part of a specified set of SQL92.

Allowed values

E, I, F, or W

Default

W

Description

The SQL_FLAGGER_ERROR_LEVEL option flags as an error any SQL code that is not part of a specified set of SQL92. Allowed values and meanings are shown in Table 2-15.

Table 2-15: SQL_FLAGGER_ERROR_LEVEL values

Value

Action

E

Flag syntax that is not entry-level SQL92 syntax

I

Flag syntax that is not intermediate-level SQL92 syntax

F

Flag syntax that is not full-SQL92 syntax

W

Allow all supported syntax