select *? from ?
---------------------------------------------------------------
select name from sysobjects where xtype='U'
---------------------------------------------------------------
select name from sysobjects where xtype = 'u' and status >=0
select *? from ?
---------------------------------------------------------------
select name from sysobjects where xtype='U'
---------------------------------------------------------------
select name from sysobjects where xtype = 'u' and status >=0