DictionaryForumContacts

   English
Terms for subject Microsoft containing procedure | all forms | exact matches only
EnglishTurkish
CLR stored procedureCLR 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))
end of day proceduregün sonu prosedürü (A retail accounting procedure for a register at the end of the business day)
end of shift procedurevardiya sonu prosedürü (A retail accounting procedure for the end of a cashier's shift)
extended stored proceduregeniş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)
Function procedureİşlev yordamı (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement)
operator procedureoperatör yordamı (A series of Visual Basic statements that define the behavior of a standard operator (such as *, <> or And) on a class or structure you have defined. This is also called operator overloading)
private procedureözel yordam (A Sub or Function procedure that has been declared as private by using the Private keyword in a Declare statement. Private procedures are available for use only by other procedures within the same module)
remote procedure calluzaktan yordam çağrısı (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer))
remote stored procedureuzak saklı yordam (A stored procedure located on one instance of SQL Server that is executed by a statement on another instance of SQL Server)
stored proceduresaklı 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)
Sub procedureAlt yordam (A Visual Basic for Applications (VBA) procedure that carries out an operation, but unlike a Function procedure, does not return a value)
system stored proceduresistem saklı yordamı (A type of stored procedure that supports all of the administrative tasks required to run a SQL Server system)
temporary stored proceduregeçici olarak saklanan yordam (A procedure placed in the temporary database, tempdb, and erased at the end of the session)
window procedurepencere yordamı (A function, called by the operating system, that controls the appearance and behavior of its associated windows. The procedure receives and processes all messages to these windows)