sql统计表总数:select count() from sysobjects where type=‘U’
统计字段总数:select count() from syscolumns where id = object_id(‘表名’)
相关文章:
sql统计表总数:select count() from sysobjects where type=‘U’
统计字段总数:select count() from syscolumns where id = object_id(‘表名’)
相关文章: