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

how we use window authentication connection with sql server.?

805


What are out-of-range errors with date and time literals?

715


What is the significance of null value and why should we avoid permitting null values?

716


Will the writetext statement activate a trigger?

736


What are the two modes of authentication in sql server?

682






How can you control the amount of free space in your index pages?

786


What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration

773


Explain a differential backup?

750


Differentiate between ms sql server reporting services vs crystal reports?

651


Can you explain important index characteristics?

680


Why normalization is used?

718


List the ways in which dynamic sql can be executed?

789


Can we deploy SSRS reports on our personal website?

148


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?

841


What is the use of sql profiler in sql server 2012?

654