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 the difference between response.redirect and server.transfer?
What are the different types of validation controls in asp.net?
What is autopostback true?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How do you implement postback with a text box?
How to prevent client side validation from the ASP.NET validation controls?
Out of ASP or ASP.NET which one is stateless?
How will you maintain versioning in asp.net 2.0?
Can we have multiple web config files for an asp.net application?
What is the significance of ASP.NET routing?
What is a pixel url?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is semantic gap?
Why mvc is faster than asp.net? : Asp.Net MVC
How you will manage the state of ASP.NET controls?