---
title: "Explain about the implementation of stored procedures?"  
description: "Explain about the implementation of stored procedures?"  
author: "Anonymous User"  
published: 2015-01-21  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/2295/explain-about-the-implementation-of-stored-procedures  
category: "mssql server"  
tags: ["sql server"]  
reading_time: 1 minute  

---

# Explain about the implementation of stored procedures?

Implementation of stored procedure varies for different databases and vendors. Stored procedures are very flexible and they can be implemented in variety of languages. Stored procedures written in non SQL languages may have a very little compatibility with SQL.

## Answers

### Answer by Anonymous User

Implementation of stored procedure varies for different databases and vendors. Stored procedures are very flexible and they can be implemented in variety of languages. Stored procedures written in non SQL languages may have a very little compatibility with SQL.


---

Original Source: https://www.mindstick.com/interview/2295/explain-about-the-implementation-of-stored-procedures

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
