What is a Stored Procedure?

Answer Posted / dharmendra k. dixit

An Stored Procedure is basically a set of T-SQL Statement,
it hv lot of benifits thats y we are using SPs.
Some are the advantages of Stored Procedures.
1. it reduses the Network Traffic.
2. we can execute SP inside SP.
3. it takes slower time in execution bcz its a
preCompiled statement.
4. create once and can use multiple times.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

sql database suspect We have a sql database that is showing as suspect. How can we recover?

1397


How to drop existing views from a database in ms sql server?

528


What are recommended options to be used while using db mirroring? : sql server database administration

568


Why are you getting errors when creating a new odbc dsn?

581


What is the cartesian product of the table?

544






What are various limitations of the views?

609


How do you manipulate data?

488


What is difference between count (*) and count column?

517


How can you check the version of sql server?

557


What are the types of subquery?

546


Difference between Inner vs outer joins?

531


what is dbcc? : Sql server database administration

519


Explain system views?

579


What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio

585


What are sub reports?

149