Приклади вживання Stored procedure Англійська мовою та їх переклад на Українською
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Lab: Executing Stored Procedures.
A stored procedure is a database object.
Executing System Stored Procedures.
A stored procedure is a material object.
Create and implement stored procedures.
Using a stored procedure in Sybase ASE.
Good people help with the stored procedure.
A stored procedure saves the query compiling time.
Good people help with the stored procedure. Find similar branches.
A stored procedure saves the query compiling time.
A standard specification for Java stored procedures exists as well as SQL/JRT.
Stored procedure languages are often vendor-specific.
Use the CREATE PROCEDURE statement to write a stored procedure.
Not using stored procedures to access data.
Stored procedures, functions, triggers writing. Dynamic SQL;
A standard specification for Java stored procedures exists as well as SQL/JRT.
Stored procedures can provide specific and granular access to the system.
Local and remote debugging of SQL stored procedures on supported versions of Microsoft SQL Server.
Stored procedure languages from different vendors have different levels of sophistication.
Can't include a double quotation mark(") in table, view, or stored procedure names in a Microsoft Access project.
Create a stored procedure that accepts input parameters.
Stored procedure parameters will be treated as data even if an attacker inserts SQL commands.
Create simple stored procedures that encapsulate a SELECT statement.
In some systems, stored procedures can be used to control transaction management;
A stored procedure can return multiple values using the OUT parameter, or return no value.
The bug lies in a stored procedure called"sp_replwritetovarbin," which is used by Microsoft's software when it replicates database transactions.
A stored procedure(also termed proc, storp, sproc, StoPro, StoredProc, StoreProc, sp, or SP) is a subroutine available to applications that access a relational database management system(RDBMS).
However, a stored procedure that in turn generates dynamic SQL using the input is still vulnerable to SQL injections unless proper precautions are taken.
For example, a stored procedure may be triggered by an insert on a specific table, or update of a specific field in a table,and the code inside the stored procedure would be executed.