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)
 Create Table On Fly

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-01-13 : 08:00:09
vishal writes "How To Create a table on fly with desired name and field"

nr
SQLTeam MVY

12543 Posts

Posted - 2004-01-13 : 08:08:16
I would advise against it - you can get into trouble which plans being created against the wrong structure.

You can create tables via sql (see create table in bol) and via dynamic sql if you wish.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -