• I have a SP which will accept ID and CultureID depending on there two things it will give me a scalar value that is "Name"

    Now the above proc is working fine, the prob is i want to call that proc in a selec statement

    like

    select ID,(exec Proc ID) as Name from Table

    I dont know how to do this but i want like this ...

    /********************************************************
    Technology is just a tool,in terms of getting the kids working together and motivating them,the teacher is the most important.
    ********************************************************/