What is the difference between a Stored procedure and function?
Answer Posted / janardan baghla
1.stored proceudures can not return tables whereas
functions can.
2.stored procedures can not used in select statemnet
whereas functions can.
Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Difference between response.redirect and server.transfer?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Does asp.net still recognize the global.asa file?
How do u optimize a query in asp.net?
What are the options in ASP.NET to maintain state?
What is caching? Explain.
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Can we store object in viewstate?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is difference between View State and Hidden Field in ASP.NET?
What is the flow of processing of the request? : asp.net mvc
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Define satellite assemblies.
What is the life-span of the items in the viewstate?