Differnce between Stored procedure and user defined functions?
Answer Posted / shivendra pandey
stored procedure is precomplied and not return value by
default but function compile each time and use return
statement simply.
if u r using database then use stored procedure for
pefmance n if u are working with simple pl for some
calculation go for function
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What are the several execute methods of ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
How to create data relations?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What are all the classes that are available in System.Data Namespace?
What are the important features of ado.net 2.0?
Explain how to pass multiple tables in datasets simultaneously?
What are the pre-requisites for connection pooling?
Explain the difference between data reader and data adapter?
What is read only and forward only in ado.net?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is connected architecture in ado.net?
What are the namespaces used in ADO.Net to connect to a database?
What is ole2 format?
What is ado.net code?