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 |
|
Paulrpr
Starting Member
2 Posts |
Posted - 2008-02-02 : 00:40:59
|
| Hi, Is their any way to use ARRAY in SP.Plz help mePAUL |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-02-02 : 00:42:06
|
| T-sql doesn't support array. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-02-02 : 01:05:55
|
| you need to use a big varchar field to act as an array in SP. If you want specific solution,please post your scenario. |
 |
|
|
|
|
|