Results 71 to 80 of about 5,624,338 (129)
Some of the next articles are maybe not open access.
IEEE Conference on Decision and Control, 1971
This paper presents an efficient suboptimal decision algorithm for associating (correlating) sensor data with stored tracks in a real-time track-while-scan surveillance system.
R. Sea
semanticscholar +1 more source
This paper presents an efficient suboptimal decision algorithm for associating (correlating) sensor data with stored tracks in a real-time track-while-scan surveillance system.
R. Sea
semanticscholar +1 more source
2003
Welcome to the SQL Server 2000 Stored Procedures handbook. Here, we will cover the different types of stored procedures used in SQL Server 2000 and their usage. We will also examine the working of stored procedures, the potentially tricky areas, and how to avoid them.
Robin Dewson+3 more
openaire +2 more sources
Welcome to the SQL Server 2000 Stored Procedures handbook. Here, we will cover the different types of stored procedures used in SQL Server 2000 and their usage. We will also examine the working of stored procedures, the potentially tricky areas, and how to avoid them.
Robin Dewson+3 more
openaire +2 more sources
Automation with Stored Procedures
2020Now that we see all the pieces that need to be coordinated day in and day out for executing the processes defined in Chapter 1, let’s introduce the idea of controllers. A controller is the most basic element in our demonstration of the framework concept.
Andy Leonard, Kent Bradshaw
openaire +2 more sources
Generating Stored Procedures [PDF]
The easiest code to generate is stored procedure scripts. Stored procedures tend to closely follow a pattern, have a high payback for code generation, and give rapid feedback. It’s easy to execute the scripts that compile stored procedures and place them in your database right after you generate the scripts.
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.
Karli Watson+4 more
openaire +2 more sources
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.
Karli Watson+4 more
openaire +2 more sources
Extended Stored Procedures [PDF]
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
2003
Relational databases such as SQL Server and Oracle rely on stored procedures to do repetitive tasks, so a programmer’s main jobs when creating database applications are creating, debugging, and testing stored procedures (often called stored procs). Another database object it behooves programmers to learn is the view—or virtual table.
David Talbot, Mahesh Chand
openaire +2 more sources
Relational databases such as SQL Server and Oracle rely on stored procedures to do repetitive tasks, so a programmer’s main jobs when creating database applications are creating, debugging, and testing stored procedures (often called stored procs). Another database object it behooves programmers to learn is the view—or virtual table.
David Talbot, Mahesh Chand
openaire +2 more sources
2011
Der bisherige Text orientierte sich am SQL-Standard, so dass die vermittelten Kenntnisse fast vollstandig auf alle groseren Datenbankmanagementsysteme ubertragen werden konnen. Fur die Themen dieses Kapitels gilt zwar auch, dass sie fur alle Datenbankmanagementsysteme behandelt werden, diese Behandlung aber meist vom Standard abweicht. Der pragmatische
openaire +2 more sources
Der bisherige Text orientierte sich am SQL-Standard, so dass die vermittelten Kenntnisse fast vollstandig auf alle groseren Datenbankmanagementsysteme ubertragen werden konnen. Fur die Themen dieses Kapitels gilt zwar auch, dass sie fur alle Datenbankmanagementsysteme behandelt werden, diese Behandlung aber meist vom Standard abweicht. Der pragmatische
openaire +2 more sources
2003
We could write a whole book only on system stored procedures. In fact someone already has; it’s written by the Microsoft SQL Server team and is available under the System Stored Procedures section, which is included under the Transact-SQL Reference section of SQL Server Books Online.
Louis Davidson+3 more
openaire +2 more sources
We could write a whole book only on system stored procedures. In fact someone already has; it’s written by the Microsoft SQL Server team and is available under the System Stored Procedures section, which is included under the Transact-SQL Reference section of SQL Server Books Online.
Louis Davidson+3 more
openaire +2 more sources
2015
A stored procedure groups one or more Transact-SQL statements into a logical unit, stored as an object in a SQL Server database. When a stored procedure is executed for the first time, SQL Server creates an execution plan and stores it in the plan cache. SQL Server can then reuse the plan on subsequent executions of this stored procedure.
Jonathan Gennick+2 more
openaire +2 more sources
A stored procedure groups one or more Transact-SQL statements into a logical unit, stored as an object in a SQL Server database. When a stored procedure is executed for the first time, SQL Server creates an execution plan and stores it in the plan cache. SQL Server can then reuse the plan on subsequent executions of this stored procedure.
Jonathan Gennick+2 more
openaire +2 more sources