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
How do http sessions work?
Explain what are webservices?
What is ipostback?
What is the state management in asp.net?
Is a dll file an executable?
In which event of the page life cycle, is the viewstate available?
What is page request in asp.net?
What are the asp.net list controls and difference between them?
What is session mode in asp.net?
What is the mvc model?
Can user control be stored in library?
Can I read the hard disk serial # of the client computer using asp.net?
Write a code for passing ArrayList in Web API?
Where is the view state data stored?
what is AutoEventWireUp and what is the use of This property explain in details?