SQL Server has an option called SET FIPS_FLAGGER that many developers don't even know about. This option warns you if your code does not comply with the SQL-92 levels of compliance specified by FIPS 127-2. This used to be a requirement if you wanted to sell your DBMS to the government. Effective...