常用sql语句备份

1.查看数据库中所有的存储过程
use [DataBase_Name] go   SELECT * FROM sys.all_objects   WHERE ([type] = \'P\' OR [type] = \'X\' OR [type] = \'PC\')   ORDER BY [name]

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgwfds.html