Other News

Community

DB2 Backup Basics – Part 2

(Chris Eaton) In my last posting I discussed some backup basics including the basic backup command, how to specify a target for the backup, tablespace level backups and how DB2 backups are integrated into TSM. In this posting I’ll cover a bit more about online backups and also talk about incremental

Community

Access XML data using LINQ to XML

(Tony Patton) I have covered the basics about .NET Language-Integrated Query (LINQ) and provided information on working with a SQL Server backend via LINQ. This article focuses on what I think is one of the more exciting aspects of the LINQ technology: working with XML. LINQ to XML offers a cleaner

Community

Stored Procedures in MySQL

(George J. Trujillo Jr.) Stored procedures were introduced in the MySQL database server in version 5.0. It has been interesting to see the growth of stored procedures in the MySQL community because it is completely different with how stored procedures grew in the Oracle community.

Community

First Steps

(Jim Mischel) Since we want the new Int128 to act just like the other integer types, we’ll implement all of the interfaces that the other types implement. The .NET documentation is quite helpful in this regard because it tells us which interfaces those types implement. The Int128 structure definitio

Community

Non-trusted constraints

(Tibor Karaszi) A discussion in the newsgroups before the holidays lead to trusted constraints and performance. This inspired me to blog about it, but I decided to have some vacation first :-). Instead of having one long article, I’ll do a two-part. This one is about non-trusted constraints in gener