You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
676 B
37 lines
676 B
1 year ago
|
|
||
|
if exists(select * from sysobjects where name = 'trgg_ggm01_before' and type = 'TR')
|
||
|
begin
|
||
|
drop trigger trgg_ggm01_before
|
||
|
end
|
||
|
go
|
||
|
|
||
|
|
||
|
if exists(select * from sysobjects where name = 'trgg_ggm02_before' and type = 'TR')
|
||
|
begin
|
||
|
drop trigger trgg_ggm02_before
|
||
|
end
|
||
|
go
|
||
|
|
||
|
|
||
|
if exists(select * from sysobjects where name = 'trgg_ggm03_before' and type = 'TR')
|
||
|
begin
|
||
|
drop trigger trgg_ggm03_before
|
||
|
end
|
||
|
go
|
||
|
|
||
|
if exists(select * from sysobjects where name = 'trgg_gnm01_before' and type = 'TR')
|
||
|
begin
|
||
|
drop trigger trgg_gnm01_before
|
||
|
end
|
||
|
go
|
||
|
|
||
|
if exists(select * from sysobjects where name = 'trgg_gnm02_before' and type = 'TR')
|
||
|
begin
|
||
|
drop trigger trgg_gnm02_before
|
||
|
end
|
||
|
go
|
||
|
|
||
|
|
||
|
|
||
|
|