Microsoft
Software
Hardware
Network
Question : List all tables command
Dear all,
How can i list all tables in a database? For example AdventureWorks, how would i list all the system tables and all the user tables?
Regards
Lyon JT
Answer : List all tables command
for 2000
select * from sysobjects where type = 'u'
for 2005
select * from sys.tables
Random Solutions
Difference between pop3 and imap
hosting multiple businesses with one exchange server 2007
Search & Delete a specific file in the whole Hard Drive ?
Enter Network Password prompt won't go away
count(*) vs count(0)
doubt in FTP comment
Error message "INSERT permission denied on object 'tblTableName'
Excel: How to Remove Characters in a Date String
Removal of useless left-over software registry keys
Removing FrontPage Server Extensions - 2003 Server.