摘要: 查询数据库 select * From master.dbo.sysdatabases where name='数据库名' and status512 --读取库中的所有表名 (当前数据库)select name from sysobjects where xtype='u' --读取指定表的所有列名 select name from syscolumns where id=(select ma... 阅读全文
posted @ 2009-01-04 09:17 7x10 阅读(2002) 评论(0) 推荐(0)