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
Can you validate email addresses without SENDING it to the address? We want to confirm before sending bulk marketing emails. Some will be old and outdated.
Installing a root certificate on cell phone for EAS
vcdmf.exe - what is it?
MSSQL Reporting Services - Filtering data in a table
How to Encrypt FullText Search Column Value using MS SQL Server 2005?
.mdb vs .adp front end with SQL server backend
script to monitor downloaded file size
creating a directory on the server with lotusscript
Trying to pull data from last year using LastYearYTD and it's not working - How do I use Set Print Date properly?
Casting Char to Decimal