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 ASP.NET Webforms and ASP.NET MVC?
How u refer webservices?
Is post back property in asp net?
Is it right that ASP.NET Web API has replaced WCF?
WSDL means?
Describe how ASP.NET maintains process isolation for each Web application?
How can I configure asp.net applications that are running on a remote machine?
Can a .net web application consume java web service?
Explain Areas in MVC?
How can you dynamically add user controls to a page?
Are cookies client side or server side?
Explain diff between dataset and datareader?
Why asp.net is better than php?
What is meant by asp.net?
Explain asp.net web forms.