About writting a query and SP which is better ?

Answers were Sorted based on User's Feedback



About writting a query and SP which is better ?..

Answer / 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

About writting a query and SP which is better ?..

Answer / vickys & sugan

Stored Procedure is always super'b effective bcz it is pre-
compiled statements so it's great !!!!!!!!!!!!!!!!!

Is This Answer Correct ?    2 Yes 2 No

About writting a query and SP which is better ?..

Answer / surendra

Stored procedures........
group of queries is nothing but sp..in sp we can use
functions etc

Is This Answer Correct ?    0 Yes 0 No

About writting a query and SP which is better ?..

Answer / amit patel

Stored procedures is better because it is fast in excution
and also it will save from sqlInjection

Is This Answer Correct ?    0 Yes 0 No

About writting a query and SP which is better ?..

Answer / anand

SP is better than the query bcoz SP is pre compiled unit so
it reduce burden on the server

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Where do you store the information about the user?s locale?

1 Answers  


What are directives in asp.net?

0 Answers  


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


What is the difference between ASP and ASP.NET?

4 Answers   Sans Pareil IT Services, TCS,


How do u optimize a query in asp.net?

0 Answers   MCN Solutions,






What are the two Layouts supported by a Web form in ASP.NET?

0 Answers   MCN Solutions,


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?

0 Answers   Swatz Oils,


What are the different method of navigation in asp.net?

0 Answers  


What is view state? where it stored? can we disable it ?

1 Answers  


Explain the different types of directives in .net?

0 Answers  


What are Master Pages in ASP.NET? or What is a Master Page?

0 Answers   MCN Solutions,


Categories