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.
 
 
 
 
 
sql-tools/ImportBK/导BOKA_解除禁用.sql

36 lines
676 B

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