Select ...from information_schema.tableswhere table_name like '%yourcryteria%'order by table_name
Jul 13
Where TABLE_TYPE = 'BASE TABLE'
sp_tables '%yourcriteria%'