About writting a query and SP which is better ?
Answer Posted / martin
sp is the better one...
Its compile and inside that we can write any number of
Query Statement , finally for the whole thing it will
create only one object as a reference .
But in Query Statement Each query be an Objects ...
Got it!!!!!
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is asp.net? How is it different from asp?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is session and application variable in asp net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What are the asp.net server side objects?
Explain swagger components.
What is class and object in asp.net?
What is a postback in asp net?
What does a switch do?
Is sql backend or frontend?
Why asp.net is better than php?
What is the request flow used for asp.net mvc framework? : asp.net mvc
How do you remove duplicates without using remove duplicate stage?
Can we add code files of different languages in app_code folder?
What are the cookies types in asp.net?