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 - 2000-10-23 : 15:26:33
|
Anand writes "How do I process the individual row results of a dynamic select statement executed from t-sql as
exec ('select '+ @columnlist + ' from ' + @tablelist + ' where ' + @wherecondition )
in T-SQL ..." |
|
|
|
|
|