摘要: 1 select b.name 2 from dbo.syscomments a, dbo.sysobjects b 3 where a.id=b.id and b.xtype='p' and a.text like '%@tempGoods%'4 order by name xtype 代表类型... 阅读全文
posted @ 2015-06-07 15:21 摩根船长 阅读(1650) 评论(0) 推荐(0) 编辑