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 3 major types of connection objects in ado.net?
What are the ado.net objects?
Which name space is used to get assembly details?
What does executenonquery () method return?
What are the advantages using ado.net?
What do you mean by ‘batch updates’?
What are the Features of a dataset
Why edit is not possible in repeater?
Is bulk insert faster than insert?
How can we serialize the dataset object?
What connected data?
Difference between sqlcommand and sqlcommandbuilder?
What is ole data type?
What is ole db query?
How to read data with the sqldatareader ?