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 - 2006-05-18 : 08:59:59
|
| Yogesh writes "Can I pass an array in stored procedure ? If yes can you provide any example." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-05-18 : 09:01:14
|
| No.You can pass a csv string or populat a temp table and access it in the sp or pass an xml doc.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-05-18 : 09:02:50
|
| http://vyaskn.tripod.com/passing_arrays_to_stored_procedures.htmMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|