Subject | English | Czech |
comp., MS | CLR stored procedure | uložená procedura v jazyce 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 | uložené procedury kolekce událostí (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 | rozšířená uložená procedura (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 | vzdálená uložená procedura (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 | uložená procedura (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 | system stored procedures | systémové uložené procedury (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) |