Re: How to get table list from a db? Thanks!
- From: Chandra <chandra@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 04 Aug 2005 09:59:11 GMT
Hi, you can write it as:
SELECT name [Table Name]
FROM sysobjects
WHERE xtype = 'U'
Please let me know if this helped
best Regards,
Chandra
http://www.SQLResource.com/
http://chanduas.blogspot.com/
---------------------------------------
*** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: How to get table list from a db? Thanks!
- From: Madhivanan
- Re: How to get table list from a db? Thanks!
- References:
- How to get table list from a db? Thanks!
- From: rong . guo
- How to get table list from a db? Thanks!
- Prev by Date: Re: Configuring SQL MAIL
- Next by Date: Re: Concurrency in Transaction
- Previous by thread: Re: How to get table list from a db? Thanks!
- Next by thread: Re: How to get table list from a db? Thanks!
- Index(es):
Relevant Pages
|