---
title: "What are the uses of stored procedure?"  
description: "What are the uses of stored procedure?"  
author: "Anonymous User"  
published: 2015-01-21  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2293/what-are-the-uses-of-stored-procedure  
category: "mssql server"  
tags: ["sql server"]  
reading_time: 1 minute  

---

# What are the uses of stored procedure?

Stored procedures are often used for data validation and as access control mechanism. Logic applied in applications can be centralized and stored in applications. Complex procedures and functionalities which require huge amount of data processing and logic implementation access their data by procedures. Data is stored in these procedures and accessed by procedures.

## Answers

### Answer by Anonymous User

Stored procedures are often used for data validation and as access control mechanism. Logic applied in applications can be centralized and stored in applications. Complex procedures and functionalities which require huge amount of data processing and logic implementation access their data by procedures. Data is stored in these procedures and accessed by procedures.


---

Original Source: https://www.mindstick.com/interview/2293/what-are-the-uses-of-stored-procedure

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
