Examples of using Stored procedure in English and their translations into Slovenian
{-}
- 
                        Colloquial
                    
 - 
                        Official
                    
 - 
                        Medicine
                    
 - 
                        Ecclesiastic
                    
 - 
                        Financial
                    
 - 
                        Computer
                    
 - 
                        Official/political
                    
 - 
                        Programming
                    
 
When used with a stored procedure:.
This stored procedure runs UPDATE STATISTICS against all user defined and internal tables.
The view in which the stored procedure will open.
In an Access project, it can be a table, view,SQL statement, or stored procedure.
The difference between the stored procedure and function.
The stored procedure should be executed using a command string containing the{call} syntax with one?
This event indicates when a stored procedure has started execution.
Toggle back between views when in a table, query, form, report,page, PivotTable list, PivotChart report, stored procedure, or. adp function.
This action runs the named stored procedure when opened in Datasheet view.
An example InputParameter property string used with stored procedure would be:.
Note Running the sp_who system stored procedure is a check to see if blocking exists.
The SP: StmtCompleted event tells us when a statement within a stored procedure has completed.
You can select the data entry mode for the stored procedure and restrict the records that the stored procedure displays.
This automatically creates an OpenStoredProcedure macro action that opens the stored procedure in Datasheet view.
Switching to Design view while the stored procedure is open removes the Data Mode argument setting for the stored procedure. .
In an Access project,a publication can contain one or more published tables or stored procedure articles from one user database.
Switching to Design view while the stored procedure  is openremoves the Data Mode argument setting for the stored procedure.
For example, you can use a trigger to log audit information to a separate table, calculate derived information such as the extended cost of price times quantity, notify logged-on users oflimits that have been exceeded, or call a stored procedure.
This event indicates when a statement in a stored procedure is starting execution.
Specifies that the stored procedure will include a TOP clause, which returns only the first n rows or first n percentage of rows in the result set.
The output script that the sp_help_revlogin stored procedure generates is the login script.
Sp_spaceused- Transact-SQL stored procedure displays the number of rows, disk space reserved, and disk space used by a table, indexed view, SQL Server 2005 Service Broker queue in the current database.
Can't include a double quotation mark(") in table, view, or stored procedure names in a Microsoft Access project.
The difference between stored procedure  and function is that a stored procedure is a set of SQL statements that can be executed on the RDBMS again and again while a function is a set of instructions written using a programming language that can be executed again and again.
This event indicates when a statement in a stored procedure has completed execution. TSQL: SQL: BatchCompleted.
You can use the InputParameters property to specify or determine the input parameters that are passed to a SQL statement in the RecordSource property of a form orreport or a stored procedure when used as the record source within a Microsoft Access project(. adp).
Note: The object names for Server View, Diagram, or Stored Procedure objects are not displayed in the Object Name box of an Access project(. adp).
This builder dialog is invoked when a stored procedure is first selected as the record source of a form if the stored procedure has any parameters.