Other News

Community

Sorting Custom Paged Results

(Scott Mitchell) Last week I wrote an article on implementing custom paging in ASP.NET 2.0 aptly named Custom Paging in ASP.NET 2.0 with SQL Server 2005. In that article I covered how to efficiently page through large amounts of data using Typed DataSets, an ObjectDataSource control, and SQL Server

Community

MySQL 5.1 – the next generation

(Ian Gilfillan) There are still people using MySQL 4.0 (and I even came across a MySQL 3.23 installation recently), but MySQL 5.1 is now the latest of the MySQL releases–with 5.1.7, the latest as I write; it has just moved from alpha to beta status. Recently I have been writing about what the futur

Community

Oracle unveils BI suite

(Heather Havenstein) Oracle Corp. unveiled a suite of business intelligence (BI) tools and applications that folds in analytic technology from Siebel Systems as part of an effort to go up against Microsoft Corp. — from the low end of the market up through the enterprise level.

Community

Speed Up Your SQL Inserts

(Alex Kozak) Database performance is one of the most critical characteristics of almost any application, and for the developer or DBA it usually depends on how fast they can retrieve data. Hence, many a performance optimization and tuning book discusses the ways to make queries faster. Even RDBMS ma