Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Table creation and list

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-23 : 13:01:43
Zeashan writes "I am in the process of writing a database driven web site which centers around divisions for the organization that I am writing it for. I am curious as to how I can create a dynamic list of all the divisions, which each division is a specific table, ie the products division is a products table. I know, I don't need a lesson in creating an effective database schema :], but I do need to know how I can dynamically list the tables that exist when they include a simple column that identifies it as a table, should I do this with some nifty asp? Or is there some way that SQL server handles this problem for me? Also, please reference how to create a table, the query string.
Thanks a bunch..."
   

- Advertisement -