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 / rkasha
SP are better than SQL Query, but UDF (User Defined
Function) are even beter. Since it can be called in any
query and will return multiple records
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please tell us what is the difference between override and overload in a method?
Is there built-in support for tracing?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Explain clr, cts and cls?
When should I use .net core?
What is .net3.0 and .net3.5?
Tell us what is a sealed class?
Explain how garbage collection works?
Differences between dll and exe?
What does msil do?
What is UDDI and how to register the web service in it?
Define marshling?
What is reflection in microsoft .net context?
What is "common language specification" (cls) in .net?
When a Static Constructor called in .NET?