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

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

787


What is implicit cursors?

746


If you want to send some data from access database to sql server database. What are different component of ssis will you use?

683


What are parameterized reports?

176


You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?

763






Do you know what is openxml in sql server?

806


Tell me what is use of except clause? How it differs from not in clause?

701


What are cursors stored procedures and triggers?

676


How to find Duplicate Records In table?

756


Any one plz send me SQL Server Developer/DBA resume for 4 years experience

2373


how to avoid cursors? : Sql server database administration

652


What do you need to connect php to sql server?

753


How to create prepared statements using odbc_prepare()?

776


What is the use of @@spid?

738


How to insert new line characters into strings?

721