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)
 SQL Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-08-19 : 07:52:05
Bijay writes "1) How to drop the table dynamically?That is getting the table name from user input."

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-08-19 : 07:57:01
This is not usually recommended.
Instead use temporary tables which will be dropped when the session closes

Madhivanan

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

- Advertisement -