What's the purpose of Stored Procedure?

Answer Posted / m.k.manikandan

There are several purposes of using stored procedures
instead of standard SQL. First, stored procedures allow a
lot more flexibility offering capabilities such as
conditional logic. Second, because stored procedures are
stored within the DBMS, bandwidth and execution time are
reduced. This is because a single stored procedure can
execute a complex set of SQL statements. Third, SQL Server
pre-compiles stored procedures such that they execute
optimally. Fourth, client developers are abstracted from
complex designs. They would simply need to know the stored
procedure's name and the type of data it returns.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does sql server use java?

718


What is ssrs?

109


Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?

96


How do I find sql server instance name?

690


how to use DTS package in 2000,2005,2008 in sql server

1610






what is sql server? : Sql server database administration

689


What is subquery explain with example?

790


How to enter unicode character string literals in ms sql server?

739


What is the synonym of join?

682


What stored by the msdb?

765


what are constraints? Explain different types of constraints? : Sql server database administration

652


Explain system views?

786


What are the reporting services components?

108


what are the new features in SSRS?

115


on line cluster can we make if yes tell me the procedure

1733