Select o.name as 'Table', c.name as 'Field' From dbo.sysobjects o, dbo.syscolumns c Where o.id = c.id and o.xtype = 'U' Order by o.name, c.colid