读取 sqlserver 表结构 读取SQL 所有表 所有列
select * from sysobjects where xtype='u' --讀取所有用戶表
select * from syscolumns --讀取所有columns
select * from sysobjects where xtype='u' --讀取所有用戶表
select * from syscolumns --讀取所有columns

posted on
2008-03-25 09:08
小角色
阅读(
709)
评论()
收藏
举报