| title | Stored Procedures | ||||
|---|---|---|---|---|---|
| description | Learn how you can run stored procedures in a SQL database using the OLE DB Driver for SQL Server. | ||||
| author | David-Engel | ||||
| ms.author | davidengel | ||||
| ms.date | 06/12/2018 | ||||
| ms.service | sql | ||||
| ms.subservice | connectivity | ||||
| ms.topic | reference | ||||
| ms.custom |
|
||||
| helpviewer_keywords |
|
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics PDW FabricSQLDB]
[!INCLUDEDriver_OLEDB_Download]
A stored procedure (Stored Procedures (Database Engine)) is an executable object stored in a database. [!INCLUDEssNoVersion] 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 [!INCLUDEssNoVersion] 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.