Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SET FIPS_FLAGGER 'level'
Arguments
'level'
Is the level of compliance against the FIPS 127-2 standard for which all database operations are checked. If a database operation conflicts with the level of SQL-92 standards chosen, Microsoft SQL Server 2005 generates a warning.
level must be one of the following values.
Value Description
ENTRY
Standards checking for SQL-92 entry-level compliance.
FULL
Standards checking for SQL-92 full compliance.
INTERMEDIATE
Standards checking for SQL-92 intermediate-level compliance.
OFF
No standards checking.