DictionaryForumContacts

   Russian
Terms for subject Microsoft containing процедура | all forms | exact matches only
RussianEnglish
административная процедураadministrative proc (ssn)
административная процедураadmin proc (ssn)
адрес процедуры-обработчикаhook procedure address
активированная процедураactivated proc (ssn)
арбитр конфликтов хранимых процедур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.)
временная хранимая процедураtemporary stored procedure (A procedure placed in the temporary database, tempdb, and erased at the end of the session)
Вставлена хранимая процедура отключения ограничений или триггеров в статье "%1" на время создания одновременных моментальных снимков в базу данных распространителяInserted stored proc to disable constraint/triggers article "%1" during concurrent snapshot into the distribution database (SQL Server 2012 ssn)
выполнить установку адреса процедуры-обработчика в цепочку обработчиковinstall the hook procedure address in the hook chain (microsoft.com Alex_Odeychuk)
глобальная процедура-обработчикglobal hook procedure (microsoft.com Alex_Odeychuk)
конечная точка службы для удалённого вызова процедурservice RPC endpoint (Alex_Odeychuk)
не удалось выполнить хранимую процедуру администратора репликации "%1!s!" для публикации "%2!s!"Replication merge admin stored procedure "%1!s!" failed for publication "%2!s!" (SQL Server 2012 ssn)
не удаётся продолжить работу процедуры sp_registercustomresolver, поскольку она не запущена в контексте базы данных распространителя, или база данных распространителя не была правильно обновленаthe proc sp_registercustomresolver cannot proceed because it is not run in the context of the distribution database, or the distribution database is not properly upgraded (SQL Server 2012)
Ошибка выполнения правила NativeSql 0. Она могла произойти из-за внесения изменений в структуру модели без повторного развёртывания узла модели или из-за нарушения доступа SQL или других ошибок в хранимой процедуре. Выполните повторное развёртывание узла модели и просмотрите хранимую процедуру на наличие ошибок. Точная ошибка SQL может быть получена из журнала сервераExecution of NativeSql rule 0 failed. This may have occurred because changes have been made to the model structure without redeploying the model site or because of SQL access violations or other errors in the stored proc. Try redeploying the model site and reviewing the stored proc for errors. The exact SQL error can be retrieved from the server log (PerformancePoint Server 2007 ssn)
ошибки в хранимой процедуреerrors in the stored proc (ssn)
переменная процедурыprocedure-level variable (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared)
попытка изменения административной процедурыadministrative proc change was attempted (ssn)
приложение, устанавливающее процедуру-обработчикapplication installing the hook procedure (microsoft.com Alex_Odeychuk)
просмотр хранимой процедуры на наличие ошибокreviewing the stored proc for errors (ssn)
процедура закрытия дняend of day procedure (A retail accounting procedure for a register at the end of the business day)
процедура закрытия дняend of day procedure (A retail accounting procedure for a register at the end of the business day. Rori)
процедура закрытия сменыend of shift procedure (A retail accounting procedure for the end of a cashier's shift)
Процедура не найденаProc Not Found (Windows Server 2003 ssn)
процедура обработки событийevent procedure (A procedure that is automatically executed in response to an event initiated by the user or program code, or that is triggered by the system)
процедура-обработчик для определённых потоковthread-specific hook procedure (microsoft.com Alex_Odeychuk)
процедура окнаwindow procedure (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)
процедура оператораoperator procedure (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)
процедура отключения ограничений или триггеров в статьеproc to disable constraint/triggers article (ssn)
процедура установкиinstallation procedure (PAYX)
процедуры OLE-автоматизацииOLE automation procedures (Visual Studio 2012 ssn)
процедуры обеспечения безопасностиsecurity protocol (A specification that defines security-related data objects and rules about how the objects are used to maintain security on a computer system)
расширенная хранимая процедура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)
расширенная хранимая процедура агентаAgent XP (An option to enable extended stored procedures)
системные хранимые процедуры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)
скомпилированная хранимая процедураcompiled stored procedure (microsoft.com Alex_Odeychuk)
сохранённая процедураstored proc (ssn)
специальная процедураspec proc (ssn)
Специальная процедура была выполнена применительно к хранилищу, которое не может быть обновлено для включения объектов брандмауэраSpec proc was executed against a silo that cannot be upgraded to include firewall objects (SQL Server 2012 ssn)
Статья "%1!s!" не может быть добавлена, а индексированное представление, опубликованное как "indexed view logbased", и хранимая процедура в любой форме "proc exec" не могут быть опубликованы, если их общая базовая таблица также опубликованаArticle "%1!s!" can not be added, an indexed view published as 'indexed view logbased' and a stored procedure in either form of 'proc exec" can not be published if their common base table is also published (SQL Server 2012 ssn)
точка входа в процедуруprocedure entry point
удалённая хранимая процедураremote stored procedure (ssn)
удалённая хранимая процедура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)
удалённый вызов процедурremote procedure call (RPC)
удалённый вызов процедурremote procedure call (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); RPC)
управляемая хранимая процедураmanaged stored procedure (Alex_Odeychuk)
хранимая процедураstored procedure (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)
хранимая процедура CLRCLR 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))
хранимая процедураstored proc (ssn)
хранимая процедура администратора репликацииreplication merge admin stored procedure (ssn)
хранимая процедура отключения ограничений или триггеров в статьеstored proc to disable constraint/triggers article (ssn)
хранимые процедуры сбора событийevent collection stored procedures (System-generated stored procedures that an application can call to submit events to the event table in the application database)
это могло произойти из-за выполняющегося моментального снимка данных во время вызова административной процедурыthis could be due an active snapshot running while the admin proc was called (SQL Server 2012 ssn)
это могло произойти из-за выполняющегося моментального снимка данных во время изменения схемы данных, также могла произойти попытка изменения административной процедурыthis could be due an active snapshot running while the schema change or the administrative proc change was attempted (SQL Server 2012 ssn)