Dear all
In my stored procedure input parameter is
exec spName @Authorid='AAAAAA',@Exp=20,@Subject='101,102,103,104'
I want to insert separate record for subject wise
Authorid,Exp,Subject
AAAAA || 20 || 101
AAAAA || 20 || 102
AAAAA || 20 || 103
AAAAA || 20 || 104