摘要: 所有表:select * from sysobjects where xtype='U' 或 select * from sys.tables 所有存储过程:select * from sysobjects where xtype='P' 或 select * from sys.procedures 阅读全文
posted @ 2022-01-21 16:15 木头侠 阅读(94) 评论(0) 推荐(0) 编辑