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
Is asp.net easy to learn?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How to implement globalization and localization in the use interface in .net.
What are client activated objects and server activated objects?
What are the contents of cookie?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Which property is used to identify the Page is Post Back in ASP.NET?
Explain server control extensibility with reference to asp.net 2.0 ?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Why do we use datasource in asp.net?
Can I stream live content/events?
What is the benefit of WebAPI over WCF?
What are app services?
What is parse in asp.net?
What is the purpose of url encoding?