Database Engine Extended Stored Procedure Programming

ms164716.note(de-de,SQL.90).gifWichtig:
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. Use CLR Integration instead. For more information, see Database Engine .NET Framework Programming.

The Microsoft Extended Stored Procedure API provides a server-based application programming interface (API) for extending Microsoft SQL Server functionality. The API consists of C and C++ functions and macros used to build applications in the following categories: extended stored procedures and gateway applications.

Extended stored procedures allow you to create your own external routines in a programming language such as C. The extended stored procedures appear to users as typical stored procedures and are executed in the same way. Parameters can be passed to extended stored procedures, and they can return results and return status.

For more information and guidelines about working with extended stored procedures, see Erweiterte gespeicherte Prozeduren.

In diesem Abschnitt

Topic Description

Programming Extended Stored Procedures

Explains how to create, manage, and use extended stored procedures.

Extended Stored Procedures Programmer's Reference

Contains reference topics for the Extended Stored Procedure API.