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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 using of table variable in procedures

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.

Go to Top of Page
   

- Advertisement -