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

What is the difference between web config and machine config files?

0 Answers  


What are the different methods of session maintenance in asp.net?

0 Answers  


What is synchronous and Asynchronous post back ?

0 Answers  


Why session is more secure than cookies?

0 Answers  


Explain Areas in MVC?

0 Answers   B-Ways TecnoSoft,






What is the use of HttpHandlers? When to use this?

0 Answers   Wipro,


To match the two different controls which control would we use ?

2 Answers   Siebel,


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

0 Answers  


How to store a dataset in a viewstate?

3 Answers   Patni,


How can we update records in gridview?Is there any appropriate code for it?

0 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  


what is new debug tools in asp.net ?

1 Answers  


Categories