DotNet编程-星光伴我行

滴滴真谛 水滴石穿

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年12月9日

摘要: 1if exists(select name from sysobjects where name='Insert_PicType_T07_Trig' and type='TR') 2DROP TRIGGER Insert_PicType_T07_Trig 3go 4 5CREATE TRIGGER Insert_PicType_T07_Trig ON PicType_T07 6FOR INS... 阅读全文
posted @ 2005-12-09 12:49 DotNet编程 阅读(564) 评论(0) 推荐(0) 编辑