What is user stored procedure & it purpose?

Answer Posted / satish kanaujia

A stored procedure is a named group of SQL statements that
have been previously created and stored in the server
database. Stored procedures accept input parameters so that
a single procedure can be used over the network by several
clients using different input data. And when the procedure
is modified, all clients automatically get the new version.
purpose:
Stored procedures reduce network traffic and improve
performance. Stored procedures can be used to help ensure
the integrity of the database.
e.g. sp_helpdb, sp_renamedb, sp_depends etc.

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to list all user names in a database?

783


How can we solve concurrency problems?

785


How many columns can exist together per table?

898


What is a constant or literal in ms sql server?

792


how to create “alternate row colour”?

128


What are user-defined functions (udfs) in sql server?

738


What is the importance of three tier architecture?

825


How to read data in a table with "select" statements?

739


Is it possible to replicate data from sql server to oracle? : sql server replication

756


What is replication with database mirroring? : sql server database administration

711


What method is used by the Command classes to execute SQL statements that return single values?

784


How we can refresh the view?

800


How to verify the port number of the sql server?

722


how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration

666


State the difference between union and union all?

693