What are the advantages of using stored procedures? Please
don't simply say compilation time will be saved as they are
already complied. Please specify some other advantages.

Answers were Sorted based on User's Feedback



What are the advantages of using stored procedures? Please don't simply say compilation time ..

Answer / paras

If your database resides on one server and you are accessing
it from different place then using Stored Procedure reduces
network traffic because you are just passing its name and
few parameters (if any)across the network instead of long query.

Is This Answer Correct ?    6 Yes 0 No

What are the advantages of using stored procedures? Please don't simply say compilation time ..

Answer / santosh kumar sharma

You can encapsulate your business logic in SP. Easy to
maintain as any changes in the business logic, you'll just
have to alter the SP and not your application.

Is This Answer Correct ?    2 Yes 0 No

What are the advantages of using stored procedures? Please don't simply say compilation time ..

Answer / pradip jain

Become secure program from sql Injection.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is it unwise to create wide clustered index keys?

0 Answers  


What is triggers in ms sql server?

0 Answers  


What is snapshot replication?

0 Answers  


Where can you find the error log information? : sql server database administration

0 Answers  


I have cleared sbi clerk examination. I am Bachelor in computer application (BCA) graduate. so which type of question related bca in sbi clerk interviews. pls answers me at sejalvaghela@yahoo.co.in.. and also tell me which type of question asked in sbi clerk interview.

1 Answers  






What is query optimization process?

0 Answers  


How to enter binary string literals in ms sql server?

0 Answers  


What are the different authentication modes in sql server?

0 Answers  


What is a synonym for manipulation?

0 Answers  


What are the security related catalog views? : sql server security

0 Answers  


How to drop an existing user defined function in ms sql server?

0 Answers  


What are various ways to enhance the ssrs report?

0 Answers  


Categories