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 - 2002-04-21 : 22:28:05
|
| omkar writes "i was trying to find number records in table, by passing table toprocedure,it works fine if i use temporary table and store count in itbut it gives error if i try to execute foll. codedeclare @k int select @StrExec=' Select @k=count(*) from ' + @TableNm exec(@StrExec)select @k" |
|
|
Nazim
A custom title
1408 Posts |
|
|
|
|
|