Pea*_*arl 7 sql sql-server-2008
如何查找数据库中存在的存储过程,表,函数的数量?
请帮我找到以上内容.
Cri*_*tiC 6
select count(*) from DatabaseName.information_schema.routines where routine_type in ('PROCEDURE', 'FUNCTION', 'TABLE')
归档时间:
14 年,4 月 前
查看次数:
16075 次
最近记录:
12 年,1 月 前