Hi,
I having an stored procedure, in which an "Select statement is there using where condition" like
"Select studentid from students where studentname=@studentname"
Now i need to find where the select statement returns value or not in stored procedure,
So i can write the sql statements as per the above condition
Thanks in advance...
Sathish Kumar S