---
title: "What is a stored procedure?"  
description: "What is a stored procedure?"  
author: "Anonymous User"  
published: 2015-01-21  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2292/what-is-a-stored-procedure  
category: "mssql server"  
tags: ["sql server"]  
reading_time: 1 minute  

---

# What is a stored procedure?

A stored procedure sometimes is also called as SP or sproc. This feature is available to those applications accessing relational database. Features and commands of stored procedure are actually stored in database dictionary.

## Answers

### Answer by Anonymous User

A stored procedure sometimes is also called as SP or sproc. This feature is available to those applications accessing relational database. Features and commands of stored procedure are actually stored in database dictionary.


---

Original Source: https://www.mindstick.com/interview/2292/what-is-a-stored-procedure

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
