What is the best way to get the names of all of the tables in a specific database on SQL Server?
--for oracle select tablespace_name, table_name from all_tables;
This link can provide much more information on this topic