|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Get all the Tables in a database
hi all,
Is there anyway to get all the tables in database of SQL Server 2000. I am now design a form which have a Combobox that has a list of all the tables in the database. after i choose the tables in the combo box, the data of this table will output to file. Please kindly help me to get all the table in the database Thanks NTphong |
|
#2
|
|||
|
|||
|
Hello,
U can use the SQL query as select table_name from INFORMATION_SCHEMA.tables where TABLE_TYPE = 'BASE TABLE' and follow the link http://www.davidpenton.com/testsite/views/ for more information Quote:
|
![]() |
| Viewing: Dev Articles Community Forums > Databases > Database Development > Get all the Tables in a database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|