Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Stored Procedure?

Add comment
Views: 64
Votes: 0
Comments: 0
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. 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.
Others in this Category
document What is LINQ?
document What is XPath?
document Q: What is normalization?
document What is De-normalization?
document Q: What is an execution plan? When would you use it? How would you view the execution plan?
document What is XML Datatype?
document What are different Types of Join?
document Can SQL Servers linked to other servers like Oracle?
document What is SQL Profiler?
document Q: What are different normalization forms?
» More articles



RSS