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.
| 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 closesMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|