Subject | English | Italian |
comp., MS | CLR stored procedure | 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 | extended stored procedure | stored procedure estesa (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 | stored procedure remota (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 resolver | risoluzione delle stored procedure (A program that is invoked to handle row change-based conflicts that are encountered in an article to which the resolver was registered.) |
comp., MS | temporary stored procedure | stored procedure temporanea (A procedure placed in the temporary database, tempdb, and erased at the end of the session) |