samaxes

samaxes logo

Ramblings about Open Source, Java and other Web technologies by Samuel Santos

SQL Server Paging

Paging with SQL Server has always been a pain. Although SQL Server 2005 introduced some features that made it possible to page results efficiently more easily than ever before.

Paging in SQL Server 2005 at 15 Seconds shows you how to do it with the new ROW_NUMBER() function.

SQL Server - Best Practices Website

Great resources for MSSQL DBAs.

Taken from InfoQ:

Mark Souza of Microsoft has announced a new web site for database administrators and developers called SQL Server - Best Practices. This site offers a wide range of material from top 10 lists suitable for novices to the in-depth technical white papers needed by seasoned professionals.

Topics include capacity planning, database mirroring, and bulk data loading. Over a dozen scripts for troubleshooting and performance tuning are also available.

Take a look at SQL Server - Best Practices.

Writing PostgreSQL Functions with PL/pgSQL

One of the most powerful features of PostgreSQL is its support for user-defined functions. The language to learn is PL/pgSQL, an unpronounceable but powerful way to write UDFs. David Wheeler introduces the language and demonstrates why UDFs are useful.

Read the full article at ONLamp.

Sponsors