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 dynamic(temporary) table

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-08-25 : 08:15:02
omidp writes "i want to create table that user enter its field name and field's data type how do this?"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-08-25 : 08:37:12
This type of table creation is not recommended
You need to use Dynamic SQL
Read more here
http://www.sommarskog.se/dynamic_sql.html

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -