Subject | English | Turkish |
comp., MS | CLR stored procedure | CLR saklı yordamı (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 | genişletilmiş saklı yordam (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 | uzak saklı yordam (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 | saklı yordam (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 procedure | sistem saklı yordamı (A type of stored procedure that supports all of the administrative tasks required to run a SQL Server system) |
comp., MS | temporary stored procedure | geçici olarak saklanan yordam (A procedure placed in the temporary database, tempdb, and erased at the end of the session) |