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 - 2006-08-08 : 07:36:01
|
Ashish Kumar writes "I have a problem, i want write a procedure that dyanamically takes table name .Table name is assigned it at the time of execution of program i.e my dotnet program.Table name varies as requirement. I am in deep trouble please solve this.I am waiting for your answer.ThanksAshish Kumar " |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-08-08 : 08:53:19
|
check out dynamic sql using exec() or sp_executesql from the Books On Line. KH |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|