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.

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 'Join' and explain its various types.

617


Which is the main third-party tool used in sql server?

466


How to create a local temporary stored procedure?

489


What is the difference between indexing and hashing?

533


What is SQL Azure Fabric?

92






What is view in sql?

550


Why functions are used in sql server?

490


What are cascading parameters in ssrs reports?

176


Can we join two tables without primary key?

598


How to define and use table alias names in ms sql server?

544


Explain transaction server isolation?

530


How to get a list all databases on the sql server?

563


What is the difference between dropping a database and taking a database offline?

681


Explain in brief how sql server enhances scalability of the database system?

466


explain the storage models of olap? : Sql server database administration

504