|
1 - 20 of 235
Previous
Next
|
|
Writing a Parameterized SQL Query in EJB 3.0
by Leonard Anghel Follow this DELETE statement example to write parameterized SQL queries in EJB 3.0.
|
|
Using the EXISTS Command in SQL
by Annem Jyothsna Using EXISTS can improve the performance of your SQL queries.
|
|
Performing Hierarchical Restructuring Using ANSI SQL
by Michael M. David Discover the flexibility and power of using ANSI SQL to reshape and transform hierarchical structures.
|
|
Write a Complex Query in Hibernate
by Leonard Anghel This example shows how to use the findByExample method in Hibernate in conjunction with the SQL AND operator to find and log in a user given an email address and password.
|
|
Using and Implementing Content Providers in Android
by Wei-Meng Lee Although Android ships with several useful content providers, you can easily extend it and build your own.
|
|
Automatic Full Parallel Processing of Hierarchical SQL Queries
by Michael M. David Although adding multiprocessing capabilities to applications is labor-intensive and error-prone, adding multicore capability to SQL query processing can be automatic, benefiting huge numbers of applications with little developer effort.
|
|
Comparing Oracle Query Performance for Faster Applications
by Shirish Joshi Determining which queries will provide the best performance for a given application often comes down to a simple question: Does Query X perform better than Query Y? Learn the tools and methods that can help you compare query response times in Oracle.
|
|
Creating Hierarchical Data Structure Mashups
by Michael M. David You can use SQL to connect or "mash-up" hierarchical structures, joining them at or below the root to create larger queryable hierarchical structures.
|
|
An Introduction to the Yahoo! Query Language Platform
by Jonathan Trevor Yahoo! has released a base platform that opens up Yahoo! user data via web standard APIs and also provides a framework for how developers, publishers, and advertisers can build applications on and off Yahoo!.
|
|
SQL Techniques for Performing Operations on Matrices
by Alex Kozak SQL does not support direct operations on matrices, but it does allow easy manipulations with matrices. Learn a few SQL techniques for performing some basic operations on matrices.
|
|
Navigationless Database XML: Hierarchical Data Processing
by Michael M. David Although current databases limit XML processing to linear XPath or XQuery queries, existing hierarchical database techniques enable far more complex queries using standard SQL.
|
|
Executing Marked Text in SQL Server Management Studio
by Cindy Rodriguez In SQL Server Management Studio, you can use the Alt key in your keyboard to select blocks of text to execute.
|
|
Use UNION ALL Instead of UNION
by Srinath MS To improve query speed, use the UNION ALL statement.
|
|
Read an Image from a Database Using the getBinaryStream Method
by Leonard Anghel This following code shows you how to extract an image from a database using the getBinaryStream method.
|
|
Using the GRANT Command
by Alexander Ocher The SQL GRANT command is used to grant access privileges to database objects and role authorizations.
|
|
Tracking Events Using a Semi-Structured Repository
by James Leigh Tracking the activities of a system and its users is too often not considered until the application is already deployed. Learn how to demonstrate an (almost) no hassle persistent bean pool that you can use to track the activities of an already developed system for later review.
|
|
Advanced Matrix Reporting Techniques
by David Leibowitz Learn how to build robust Matrix-style reports in SQL Server Reporting Services. These advanced reporting techniques make it easier to build a fully-functional report.
|
|
SQL Server 2008 (Katmai) Reporting Services Performance: Two Steps Forward, One Step Back?
by David Leibowitz In this article, David Leibowitz compares the performance of the prerelease of Microsoft's SQL Server 2008 Reporting Services to SSRS 2005. While it is clear performance improvements have been made for report automation, developers might have differing opinions on the new Report Designer.
|
|
Using MySQL's LIMIT Command to Control Returned Rows
by Srinath MS Use the script shown in this tip to select a particular number of rows after a certain row in MySQL.
|
|
Scalability and Goal Testing for Developers
by Michael Ault Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environment.
|
|
1 - 20 of 235
Previous
Next
|