Display only Print statement and no result

  • Hi All ,

    I have one procedures which makes a call to different proceduers and well it prints some statement.

    What i want is when i execute the procedure it should not display the result set given by the internal Sps.

    Its should only print the the statemnts which i want to print.

    Please help

    Thanks

    Vineet

  • [font="Verdana"]Simply comment out those statements which are returning results 😀

    Jokes apart, let us know, what exactly you are trying to do?

    Thanks,

    --Mahesh[/font]

    MH-09-AM-8694

  • Since your nested SPs are returning result sets, they are going to be returned by your main SP. You will have to go to each individual nested SP and make sure that they do not return results.

    Thanks,

    Jared

    Jared
    CE - Microsoft

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply