Extended Stored Procedures Programmer's Reference

ms164643.note(ko-kr,SQL.90).gif중요:
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오. Use CLR integration instead.

The Microsoft Extended Stored Procedure API, previously part of Open Data Services, 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.

With the emergence of newer and more powerful technologies such as CLR integration, the need for extended stored procedures has largely been replaced.

ms164643.security(ko-kr,SQL.90).gif보안 정보:
You should thoroughly review the source code of extended stored procedures, and you should test the compiled DLLs before you install them on a production server. For information about security review and testing, see this Microsoft Web site.

In This Section

Data Types

srv_pfield

srv_alloc

srv_pfieldex

srv_convert

srv_rpcdb

srv_describe

srv_rpcname

srv_getbindtoken

srv_rpcnumber

srv_got_attention

srv_rpcoptions

srv_message_handler

srv_rpcowner

srv_paramdata

srv_rpcparams

srv_paraminfo

srv_senddone

srv_paramlen

srv_sendmsg

srv_parammaxlen

srv_sendrow

srv_paramname

srv_setcoldata

srv_paramnumber

srv_setcollen

srv_paramset

srv_setutype

srv_paramsetoutput

srv_willconvert

srv_paramstatus

srv_wsendmsg

srv_paramtype