Help for this page

Select Code to Download


  1. or download this
    insert newtab values(1) drop table newtab
    create table XXXX (field1 int null) insert XXXX values(1) grant select
    + on XXXX to sa drop table XXXX
    ...
    create table XXXX (field1 int null) sp_help XXXX 
    insert XXXX values(1) grant select on XXXX to sa drop table XXXX rollb
    +ack tran
    lock table cDsnJbgnd..smfJwDlwb in share mode
    
  2. or download this
    create table ([a-z]|[_])+
    insert \b([a-z]|[_])+\b 
    lock table
    grant
    
  3. or download this
    (?-xism:(?ig:(?:create table ([a-z]|[_])+|insert \b([a-z]|[_])+\b |loc
    +k table|grant)))
    
  4. or download this
    # Build regex list
    open KEYS,"patterns" or die "Can't open the pattern file: $!";
    ...
          # populate a csv file for a spreadsheet
              } 
    }
    
  5. or download this
    create table XXXX (field1 int null) insert XXXX values(1)
    
  6. or download this
    create table XXXX (field1 int null)
    insert XXXX values(1)