Long island web design, hosting company
Home About Us Support Products Services Portfolio Contact Us Home

TSQL > To view user tables

Created On: 1/14/2004 10:55:00 PM

To view the tables in a database type any of the following:

exec sp_help;

OR

select * from sysobjects where type= 'U'