Hello,
I am using a split function, used to split a string by comma.
After that I am using a cursor to have reform the data from.
My problem is that cursor is taking so much time ib splitting the string and it is increasing the CPU usage,
Can any body suggest me about using something else other than cursor.