With brief explanation
Advance thanks.....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted May 20, 2016, 1:41 AM
Pradeep SahooPosted May 19, 2016, 10:02 PM
stored procedure comes with some major characterstics, as it consists in pre compiled format so the performance increase during dataaccess. incase of simple query it requires to complie again and again as per user request, but here its not required due to precompile format (*compile requires only ones).
due to precompile code resides in database server it provides more security and due to complicated queries can be integrated with one form it is portable also.