What's the purpose of Stored Procedure?

Answer Posted / manisha

Stored procedured are precompiled and preoptimized sql stmts
so it takes less processing time,means executes much faster.
Can be shared between multiple user,so more reusable.
Much easier to manage it,since it resides in DB
more secure,flexible

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is indexing and its types?

532


What is sql server locking?

556


What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?

654


What are the basic features of a trigger in ms sql server?

569


What are the differences between clustered and non-clustered index?

543






What are tables in sql server?

539


what is the system function to get current user's user id? : Sql server database administration

554


What is read uncmmited?

583


What is the concept of optimization?

573


What are user defined functions in ms sql server?

510


What stored by the msdb?

586


What are the advantages of log shipping?

566


How will you optimize a stored procedure optimization?

517


How to add the custom code in Report?

99


What is use of @@ spid in sql server?

686