Results 311 to 320 of about 7,063,150 (343)
Some of the next articles are maybe not open access.
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
There are three types of stored procedures available in SQL Server 2000: system, extended, and user-defined. This chapter concentrates on system stored procedures. Extended stored procedures are covered in Chapter 10, and the basics of user-defined stored procedures are covered in Chapter 11.
openaire +1 more source
There are three types of stored procedures available in SQL Server 2000: system, extended, and user-defined. This chapter concentrates on system stored procedures. Extended stored procedures are covered in Chapter 10, and the basics of user-defined stored procedures are covered in Chapter 11.
openaire +1 more source
2004
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
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
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
Extending symbolic execution for automated testing of stored procedures
Software quality journal, 2019Maryam Abdul Ghafoor +2 more
semanticscholar +1 more source

