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 the stored procedure?

568


What are the mathematical functions supported by sql server 2005?

557


What is the purpose of grouping data in a report?

547


What is sql server management studio? : sql server management studio

591


What is normalization of database?

609






Explain intellisense for query editing

571


What is transaction server consistency?

556


Is it possible for a stored procedure to call itself or recursive stored procedure?

512


Explain the Ways to improve the performance of a sql azure database?

64


How do you troubleshoot errors in a SQL Server Agent Job?

565


What is user-defined inline table-valued function?

523


Where sql server user names and passwords are stored in sql server? : sql server database administration

586


How to use transact-sql statements to access the database engine?

544


What is the maximum size of column in sql server?

511


Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?

549