Examples of using Stored procedures in English and their translations into Slovenian
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Computer
-
Official/political
-
Programming
Allows running stored procedures;
Its tables and stored procedures are stored in the Project Server 2010 Published database.
GROUP BY extension Specifies that additional options for stored procedures based on aggregate queries are available.
Create temporary stored procedures for prepared SQL statements and drop the stored procedures check box.
When selected, the SQL Server driver creates temporary stored procedures to support the SQLPrepare ODBC function.
Firebird offers high performance, good concurrency,and powerful language support for different triggers and stored procedures.
A particular set of queries or stored procedures with long execution times.
Firebird offers concurrency,high performance and powerful language support for stored procedures and triggers.
The coming version 5.0 will include Stored Procedures, Cursors, etc and Views are being developed for the 5.1 release.
A database in Microsoft SQL Server, it consists of tables, views,indexes, stored procedures, functions, and triggers.
Including referential integrity use of stored procedures triggers and other advanced database design and coding techniques.
Firebird gives superb concurrency, high performance,and potent language support for stored procedures and triggers.
Although stored procedures are not displayed, you can enter the name of a single-statement stored procedure that does not modify data.
Firebird provides excellent concurrency, high performance,and powerful language support for stored procedures and database triggers.
Use stored procedures and user-defined functions to create packets of code that you can reuse to perform the same actions repeatedly.
It is fully ACID compliant, has full support for foreign keys, joins, views,triggers, and stored procedures(in multiple languages).
Use stored procedures and user-defined functions to create packets of code that you can reuse to perform the same actions repeatedly.
The system is compact, but shows high efficiency, supports stored procedures and triggers, integrates into warehouse, industrial, financial software products.
Selecting this option for an application that runs for a long time without disconnecting, or for an application that issues a lot of SQLPrepare calls,can lead to a build up of temporary stored procedures.
If you selected the Stored Procedures check box, select the procedures that you want to extract, or click Select All to extract them all, and then click Next.
The Only when you disconnect option button specifies that temporary stored procedures created for SQLPrepare are dropped when the SQLDisconnect ODBC function is called.
If you selected the Stored Procedures check box, select the procedures that you want to extract, or click Select All to extract them all, and then click Next.
This allows the driver to reuse stored procedures if the same SQL statement is prepared multiple times and reduces the overhead associated with dropping the stored procedures while the application is running.
When the Create temporary stored procedures for prepared SQL statements and drop the stored procedures check box is clear, the Microsoft SQL Server driver does not create stored procedures to support the SQLPrepare ODBC function.
Your application can also use user-defined functions, stored procedures, and triggers to centralize and share application logic, business rules and policies, complex queries, data validation, and referential integrity code on the server, rather than on the client.