What is the difference between a Stored procedure and function?
Answer Posted / orknob ghosh
Stored procs can't be called within function but function
can be called within stored procedures.
Stored proc can have DML statements whereas a fuction can't
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between dataset and datareader.
Explain difference between dataset and recordset?
What is Cookies Less Session?
Explain different authentication modes in asp.net?
What is the concepts of globalization and localization in .net?
Which is faster viewbag or viewdata?
What is the difference between server-side scripting and client-side scripting?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Explain what is an assembly?
How do you design a website with multilingual support in ASP.NET ?
Which dll handles the request of .aspx page?
What is difference between view state and session state?
Describe how passport authentication works.
How to Separate background image and front image from original picture....
When does a session actually start?