SQL Server: what can a stored procedure do that a user defined function cannot? -
Can you please tell me that when there is a UDF then what is the need for stored functionality?
Closed above my head, a stored procedure can do the following tasks, which UDF can not do: < / P>
1) Modify data
2) Set the results to a client
3) Do non-deterministic activity
Comments
Post a Comment