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 ?
Answers were Sorted based on User's Feedback
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 |
Answer / hardik
execution of the stored procedure is faster than simple sql
statement query.
for e.g.
select * from tablename is simple sql statement
create proc temp
as
begin
select * from tablename
end
above is sp of that statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a class and an object, and how do these terms relate to each other?
Explain what do the terms “boxing” and “unboxing” mean?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What is Atomicity?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
Explain garbage collection?
What are the collections you've used?
What is an Exception? How many exceptions exist in Dot net and explain them?
Define satelite assembly?
What is use of ContextUtil class?
What is the microsoft .net?