sql server查询用户下表数量的时候比实际少

求助!谢谢
select count(*) as TableCount from sysobjects where type='u' and category=0
为什么比实际的表数量少呢

查询条件的原因,确认一下,没有查出来的表是否符合这2个条件
type='u' and category=0