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
What are HTTP handlers in ASP.NET?
Explain client side state management system.
How does windows service lifecycle differ from a .standard. Exe?
Explain page output caching?
What's the difference between viewstate and sessionstate?
Is it possible for me to change my aspx file extension to some other name?
Any disadvantages in Dataset and in reflection ?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Describe SOA and the tenets of it?
What is difference between singleton and single call?
What are the advantages of Web API?
What is a web pool?
What is the difference between dispose() and finalize()?
Is sql backend or frontend?
Define static constructor?