发布网友 发布时间:2022-04-25 16:37
共4个回答
热心网友 时间:2022-04-11 18:03
if Exists(select name from sysobjects where name='addOneArticle' and type='P') drop procere addOneArticle热心网友 时间:2022-04-11 19:21
可以用sql语句来查询, 像你的例子可以这样:select count(1) from sysobjects where name = "sp_a" and type = "P"热心网友 时间:2022-04-11 20:56
use db1热心网友 时间:2022-04-11 22:47
在sys.all_objects里找.