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-19 : 08:48:53
|
| Martin writes "I want to use table variables instead of temporary tables. How can I use such a variable as parameter in procedure or function-calls ?" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-04-19 : 08:54:09
|
| You can't pass a table variable to a procedure or function, but you can declare one inside them. |
 |
|
|
|
|
|