# Overview
A saved set of instructions on a database. It provides an approach for grouping commands that may have been multiple [[Database Transactions]] coming over the network into a single network call.
![[2024-11-20_Stored Procedure.png]]
# Key Considerations
# Pros
# Cons
- Code running in a database is difficult to manage and debug
- A badly written stored procedure can cause much more trouble than badly written code
# Use Cases
# Related Topics