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
SETTING UP ACCOUNTS IN OUTLOOK 2000
Open User's Mailbox after Disabling Account in AD
Exchange 2007 cannot delete public folder items as Public Folder Administrator
How do I sync two Outlook 2003 calendars on one PDA?
Using a variable to match in a regular expression
beignner python
seo contract / agreement
Start a program with 'High' priority
A program is trying to automatically send email on your behalf........
how to convert char(14) field to dd/mm/yyyy hh:mm:ss