Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
A stored procedure 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.
In This Section
| Topic | Description |
|---|---|
Discusses how to run stored procedures using the SQL Native Client OLE DB provider. |
|
Discusses how to call stored procedures with parameters using the SQL Native Client OLE DB provider. |