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 - 2005-05-11 : 07:30:44
|
| Prabhakaran Subramanian writes "Hi, In SQL Server, how to Pass an array to a stored procedure in Sql Server... I have one array which contains some elements in an array in my java component ... i need to send the array to SP .... based on the array values, some calculations are done in SP .. need to pass an array to SP ...How to do this ....Thanks and Regards,Prabhakaran Subramanian." |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-05-11 : 07:31:17
|
| Try this, first article:http://www.sqlteam.com/searchresults.asp?SearchTerms=array |
 |
|
|
|
|
|