---
title: "What is the Stored Procedure ?"  
description: "What is the Stored Procedure ?"  
author: "Anonymous User"  
published: 2019-09-17  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/33618/what-is-the-stored-procedure  
category: "mssql server"  
tags: ["sql server"]  
reading_time: 1 minute  

---

# What is the Stored Procedure ?

The **stored procedure** is a set of SQL queries which can take input and send back output. After that when the procedure is modified, all clients automatically get the new version. In the stored procedures reduce the network traffic and improve performance. The Stored procedures can be used to help ensure the integrity of the database.

## Answers

### Answer by Anonymous User

The **stored procedure** is a set of SQL queries which can take input and send back output. After that when the procedure is modified, all clients automatically get the new version. In the stored procedures reduce the network traffic and improve performance. The Stored procedures can be used to help ensure the integrity of the database.


---

Original Source: https://www.mindstick.com/interview/33618/what-is-the-stored-procedure

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
