求助!谢谢select count(*) as TableCount from sysobjects where type='u' and category=0为什么比实际的表数量少呢
查询条件的原因,确认一下,没有查出来的表是否符合这2个条件type='u' and category=0