Database Engine Extended Stored Procedure Programming

ms164716.note(ko-kr,SQL.90).gif중요:
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오. 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 확장 저장 프로시저.

섹션 내용

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.