| Author |
Topic  |
|
|
AskSQLTeam
Ask SQLTeam Question
USA
0 Posts |
|
|
akakar
Starting Member
2 Posts |
Posted - 11/16/2001 : 16:12:16
|
What if I need to perform an insert to a parameterized table name begin passed from the calling procedure? Apparently there is a substantial bug (IMHO) in SQL Server 2000 that prevents the use of a variablized table name (http://support.microsoft.com/support/kb/articles/Q296/6/42.ASP). Has anyone encountered this, and does anyone know any workarounds.
The only lame stopgap I came up with was to IF...ELSE every possible tableName and hardcode the tablename in the INSERT statement.
Thanks
|
 |
|
|
robvolk
Most Valuable Yak
USA
15557 Posts |
|
| |
Topic  |
|