Subject | Italian | English |
comp., MS | risoluzione delle stored procedure | 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.) |
comp., MS | stored procedure CLR | CLR stored procedure (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 | stored procedure di sistema | 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 | stored procedure estesa | 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 | stored procedure per la raccolta degli eventi | 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 | stored procedure remota | 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 temporanea | temporary stored procedure (A procedure placed in the temporary database, tempdb, and erased at the end of the session) |