Subject | English | Korean |
comp., MS | CLR stored procedure | CLR 저장 프로시저 (A stored procedure created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR)) |
comp., MS | event collection stored procedures | 이벤트 컬렉션 저장 프로시저 (System-generated stored procedures that an application can call to submit events to the event table in the application database) |
comp., MS | extended stored procedure | 확장 저장 프로시저 (A function in a dynamic link library (DLL) that is coded using the SQL Server Extended Stored Procedure API. The function can then be invoked from Transact-SQL using the same statements that are used to execute Transact-SQL stored procedures) |
comp., MS | remote stored procedure | 원격 저장 프로시저 (A stored procedure located on one instance of SQL Server that is executed by a statement on another instance of SQL Server) |
comp., MS | stored procedure | 저장 프로시저 (A precompiled collection of SQL statements and optional control-of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application) |
comp., MS | stored procedure resolver | 저장 프로시저 해결 프로그램 (A program that is invoked to handle row change-based conflicts that are encountered in an article to which the resolver was registered.) |
horticult. | stored product | 저장산물 |
comp., MS | stored virtual machine | 저장된 가상 컴퓨터 (An inactive virtual machine that has been saved to the Virtual Machine Manager library. The virtual machine's virtual hard disks (.vhd files) and virtual machine configuration file (.vmc file) are stored on a library share) |
comp., MS | system stored procedure | 시스템 저장 프로시저 (A type of stored procedure that supports all of the administrative tasks required to run a SQL Server system) |
comp., MS | system stored procedures | 시스템 저장 프로시저 (A set of SQL Server-supplied stored procedures that can be used for actions such as retrieving information from the system catalog or performing administration tasks) |
comp., MS | temporary stored procedure | 임시 저장 프로시저 (A procedure placed in the temporary database, tempdb, and erased at the end of the session) |