摘要: 一、查询数据库(sys.databases —— select *from sys.databases where name='<数据库名>') 二、查询表(sysobjects —— select *from sysobjects where id=OBJECT_ID('<表名>')) 三、查询列 阅读全文
posted @ 2017-09-05 14:53 野性狼心 阅读(1181) 评论(0) 推荐(0) 编辑