|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Stored Procedure - Input paramatersHi All,
How do I define a paramater that can accept an array of integer values. Anything from 1 int to 50 int's (this is just a number I have picked). Thanks Pass the integer values as a comma-delimited string, then parse it using
knowledge acquired here: http://solidqualitylearning.com/Blogs/dejan/archive/2004/10/22/200.aspx ML Thanks, I'll give it a shot.
Show quote "ML" <M*@discussions.microsoft.com> wrote in message news:D4EA98B0-CA22-452C-A4FD-9974117D31EC@microsoft.com... > Pass the integer values as a comma-delimited string, then parse it using > knowledge acquired here: > http://solidqualitylearning.com/Blogs/dejan/archive/2004/10/22/200.aspx > > > ML |
|||||||||||||||||||||||