Results 211 to 220 of about 730,730 (258)
Some of the next articles are maybe not open access.
2001
Chapter 17 introduced stored procedures and provided the basic syntax for their use as well as some simple examples. Stored procedures encompass quite a bit more and deserve some additional attention. The syntax allows for sophisticated construction of related, interdependent operations as well as graceful error control.
openaire +1 more source
Chapter 17 introduced stored procedures and provided the basic syntax for their use as well as some simple examples. Stored procedures encompass quite a bit more and deserve some additional attention. The syntax allows for sophisticated construction of related, interdependent operations as well as graceful error control.
openaire +1 more source
Blockchain Stored Procedures and Optimization
Proceedings of the 7th International Conference on Cyber Security and Information Engineering, 2022Dongpo Liu +4 more
openaire +1 more source
2003
In the previous chapter, you saw how you can store a SQL query in a Relational Database Management System (RDBMS) as a view, making it easy to access complex, shaped data without having to use a lengthy query. Stored procedures fulfill a similar role but do so in a much more powerful way.
Cristian Darie +4 more
openaire +1 more source
In the previous chapter, you saw how you can store a SQL query in a Relational Database Management System (RDBMS) as a view, making it easy to access complex, shaped data without having to use a lengthy query. Stored procedures fulfill a similar role but do so in a much more powerful way.
Cristian Darie +4 more
openaire +1 more source
2012
A stored procedure is a collection of SQL statements that allows you to perform a task repeatedly. You can create the procedure once and reuse it any number of times in your program. This can improve the maintainability of your application and allow applications to access the database in a uniform and optimized manner.
openaire +1 more source
A stored procedure is a collection of SQL statements that allows you to perform a task repeatedly. You can create the procedure once and reuse it any number of times in your program. This can improve the maintainability of your application and allow applications to access the database in a uniform and optimized manner.
openaire +1 more source
Stores operation and procedure
1978Stores operation and procedure mainly comprises the arrangements for: 1. receiving goods 2. holding goods between receipt and issue, with particular reference to stock location 3. issuing goods.
openaire +1 more source
Introduction to Stored Procedures
2003By working with the Query Analyzer in Chapter 5 we saw how to use the basic SELECT, INSERT, UPDATE, and DELETE statements in the queries that we wrote. While writing queries in the Query Analyzer is great for ad hoc queries and reporting, they cannot be accessed from our VB programs and distributed to the users of our applications. This is where stored
openaire +1 more source
2001
Extended stored procedures allow you to extend the inherent functionality of SQL Server 2000 by referencing programs written in languages like C++ as if they were either a system or user-defined stored procedure. As long as the programs are compiled as dynamic-link libraries (DLLs) and contain extended stored procedure API functionality, they can be ...
openaire +1 more source
Extended stored procedures allow you to extend the inherent functionality of SQL Server 2000 by referencing programs written in languages like C++ as if they were either a system or user-defined stored procedure. As long as the programs are compiled as dynamic-link libraries (DLLs) and contain extended stored procedure API functionality, they can be ...
openaire +1 more source

