|
Database
1 - 20 of 310 Previous Next
Sending E-mail from SQL Server 200X
June 19, 2009From monitoring e-mail messages to distributing reports for users, SQL Server's database mail proves quite useful. Learn how to use it in SQL Server 2000 and SQL Server 2005/2008.
Automatic Full Parallel Processing of Hierarchical SQL Queries
February 24, 2009Although 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.
Creating and Using Databases in Android
February 10, 2009Every application uses data, and Android applications are no exception. Android uses the open-source, stand-alone SQL database, SQLite. Learn how to create and manipulate a SQLite database for your Android app.
Comparing Oracle Query Performance for Faster Applications
January 30, 2009Determining 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.
Restore a SQL Server 2008 Database into SQL Server 2005
January 7, 2009You likely will need to test data against SQL Server 2008 and SQL Server 2005, but ordinary backups are incompatible. Use SQL Server 2008's Generate SQL Server Scripts Wizard to push your SQL Server 2008 data back into SQL Server 2005.
Adobe AIR: Running SQL Commands Against a Local Database
December 16, 2008Once you've established a connection between an Adobe AIR application and a local database, you can run SQL commands (CREATE TABLE, INSERT, DELETE, SELECT, etc.) using the flash.data.SQLStatement class. Find out how.
1 - 20 of 310 Previous Next
|