hi..
i have passed multiple id values with comma separated like this 2,3,11 using stored procedure..
here i want to get the details of these three id's.
how to split and pass the id and how to get all id values at
the same time..
i know using spliting in sql we can achieve this.
but how to do this..
need ur suggestions with examples..