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
How to resolve Error 1324?
footnotes with numbers and symbols on same page
Table Filegroup and TextFilegroup difference between two of them
Moving DNS & WINS from one Windows 2003 server to Another 2003 Server
Sendmail not accepting connections outside corporate network
Evaluation copy
CONVERT(char(10),[DATE_FIE<wbr />LD], 110) Question
TS and Citrix licensing migration
Email forwarding with 123-reg.co.uk and Exchange Server 2003
What's your recommendation for the best macro software?