Guest User

Untitled

a guest
Jan 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. SET FIPS_FLAGGER 'INTERMEDIATE';
  2.  
  3. SELECT TOP 10 *
  4. FROM master..spt_values;
  5.  
  6. SET FIPS_FLAGGER OFF;
  7.  
  8. FIPS Warning: Line 1 has the non-ANSI statement 'SET'.
  9. FIPS Warning: Line 3 has the non-ANSI clause 'TOP'.
Add Comment
Please, Sign In to add comment