SQLzoo.net

Get a list of all tables

SQL Server
We should expect to find a system table that includes a list of tables. We should expect this to contain a great deal of extra data that is hard to understand.


Specific to SQL Server
See also sp_table and table sysobjects

Related links:

  • META DATA