what is the use of stored procedure which has only one
select statement over simple select statment query ? Why to
write a stored procedure then ?
Answer Posted / ravinder kumar
Because stored procedure are pre compiled and need not to
compile again .it is faster than simple query.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between task and thread in .net?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Explain how to redirect tracing to a file?
Explain Different kinds of methods?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
When we go for html server controls and when we go for web server controls?
Tell us what is the difference between struct and class?
How is a managed code executed?
Explain me what is a design pattern and what is it for?
What is the difference between reference type and value type?
Please tell us what is the difference between override and overload in a method?
Explain the .net framework overview?
Please explain what is the difference between a class and an object?
How do I spawn a thread?
Compare client server application with n-tier application