Stored Procedure and Functions
1. Function Must Return Value
For Stored Procedure it's Not Must to return value it's optional
2. Stored Procedures are pre-compile objects which are compiled for
first time and its
compiled format is saved which executes (compiled code) whenever it is
called
But Function is compiled and executed...
Showing posts with label Stored Procedure Vs Function. Show all posts
Showing posts with label Stored Procedure Vs Function. Show all posts
Thursday, 20 August 2015
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...