What's the purpose of Stored Procedure?

Answer Posted / dharmendra k. dixit

Stored Procedures has some advantages thats y we are using
SP..
some advantages are..
(1)Stored Proc is a Pre Compiled statement..so its reduces
Network Traffic.
(2). We can execute SP inside SP.
(3). Through it we can protect from SQL Injection.

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the restraints imposed on the table design by a merge replication?

570


How many columns can we include on clustered index ?

511


What is candidate key with example?

518


What is an expression in ms sql server?

573


How to set database to be single_user in ms sql server?

571






Can you import Microsoft Excel data to SSRS?

89


How do I start sql server 2016?

525


Explain what is cte (common table expression)?

628


what are the three command line utilities and what are their primary functions?

101


What is mean by candidate key?

550


What are “lock” hints?

595


how to take backup bcp out for a column in table in sql server?

1644


What are dml triggers and types of dml triggers?

554


What is self contained scalar sub query?

541


What are cursors in ms sql server?

600