Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Names 1

Status
Not open for further replies.

Ginka

Programmer
Mar 18, 2005
54
MX
Is there a table that contains all the tables names??

And what about the temporal tables?
 
Code:
SELECT * FROM SYSOBjects Where xtype = 'u' --(user created tables)

or

Code:
SELECT * FROM INFORMATION_SCHEMA.TABLES


"I'm living so far beyond my income that we may almost be said to be living apart
 
Thank you that is exactly what I need
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top