select top 100 *
from sysobjects o (NOLOCK)
where xtype in ('U')
order by crdate desc
select top 100 *
from sysobjects o (NOLOCK)
where xtype in ('V')
order by crdate desc
select top 100 *
from sysobjects o (NOLOCK)
where xtype in ('P')
order by crdate desc