摘要:
1、判断是否存在addOneArticle这个存储过程 if Exists(select name from sysobjects where NAME = 'addOneArticle' and type='P') drop procedure addOneArticle 2、判断是否存在countAr这个触发器 if exists(select * from d... 阅读全文
posted @ 2012-07-02 08:21
翼想天开的男孩
阅读(167)
评论(0)
推荐(0)

浙公网安备 33010602011771号