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
 SQL Server Development (2000)
 Pass variable table to SP as parameter

Author  Topic 

hadoft
Starting Member

20 Posts

Posted - 2007-06-12 : 09:34:20
Is there any way to pass a query result as a parameter to a SP

Can I pass a variable table to SP, or any other idea?

Thanks in advanced

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-06-12 : 09:37:58
You can pass data as CSV list in varchar parameter

OR

wait till the release of SQL Server 2008.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-06-12 : 09:47:45
1 No
2 No
Read this
http://www.sommarskog.se/arrays-in-sql.html


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -