Stored Proc vs Functions.
Hi,
Could anyone explain the Stored Proc vs Functions from Performance perpestive. I know Function perform row by row processing but when i execute the same insert statement (say for instance, 5 insert statement) in storedprocedure it also perform row by row processing as function do. What make the difference w.r.t Performance/network congestion.
Thanks in advance,
Chandra
__________________
Thanks,
Chandra
|