Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
Azure Synapse Analytics
Analytics Platform System (PDW)
A stored procedure (Stored Procedures (Database Engine)) is an executable object stored in a database. SQL Server supports:
Stored procedures
One or more SQL statements that have been precompiled into a single executable procedure.
Extended stored procedures
C or C++ dynamic-link libraries (DLLs) written to the SQL Server Open Data Services API for extended stored procedures. The Open Data Services API extends the capabilities of stored procedures to include C or C++ code.