- 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
- or download this
create table ([a-z]|[_])+
insert \b([a-z]|[_])+\b
lock table
grant
- or download this
(?-xism:(?ig:(?:create table ([a-z]|[_])+|insert \b([a-z]|[_])+\b |loc
+k table|grant)))
- or download this
# Build regex list
open KEYS,"patterns" or die "Can't open the pattern file: $!";
...
# populate a csv file for a spreadsheet
}
}
- or download this
create table XXXX (field1 int null) insert XXXX values(1)
- or download this
create table XXXX (field1 int null)
insert XXXX values(1)