SQL_FLAGGER_WARNING_LEVEL
option [TSQL]
Function
Controls the behavior in response to any SQL that is not part
of a specified set of SQL/92.
Allowed values
E, I, F, or W.
Default
W
Description
This option flags any SQL that is not part of a specified
set of SQL/92 as a warning.
The allowed values of level and their
meanings are as follows:
E    Flag syntax that is not entry-level SQL/92
syntax
 
I    Flag syntax that is not intermediate-level SQL/92
syntax
 
F    Flag syntax that is not full-SQL/92 syntax
 
W    Allow all supported syntax