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)
 Creating table using stored procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-01-05 : 08:19:36
ankur writes "i have to create a dynamic table. means i will provide the table name at run time...and then the application has to create the table dynamically.
using stored procedure!!
Plz help"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-01-05 : 08:21:50
quote:
Plz help"
OK:

DO NOT DO THIS.

IT IS THE WORST IDEA POSSIBLE.

FRAUGHT WITH ALL KINDS OF PROBLEMS AND PERIL.

That is the best help we can give.
Go to Top of Page
   

- Advertisement -