2
Reply

what is difference between Function and store procedure?

Yogesh Bajpai

Yogesh Bajpai

11y
1.2k
0
Reply

    http://blogs.msdn.com/b/pradeepsvs/archive/2014/10/09/difference-between-a-stored-procedure-and-function.aspx

    Function must return any values and stored procedure can either return value or not.