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 is the advantage of ado.net?
Do we use stored procedure in ADO.Net?
What are the data access namespaces in .NET?
How do you implement locking concept for dataset?
What is isolation?
What is dataset and datatable in ado.net?
What is commandbuilder in ado.net?
What are basic methods of dataadapter?
What are typed and untyped dataset?
What is difference between dataset and datatable?
What is the full form of ado?
How to create data relations?
Define ado.net?
What are the rules to implement connection pooling?
Explain which name space is used to get assembly details?