|
|
Cry How to...List all tablesTo get a list of all the tables in a SQL Server database, use either:
or alternately to list only the user tables use:
These notes have been tested against SQL Server 7, SQL Server 2000, SQL Server 2005 and SQL Server 2008. |