Other News

Community

DB2 A Worthy Competitor?

(Steve Jones) My company is moving towards DB2 as a standard. Not necessarily in all areas and I’m not particularly worried about SQL Server being displaced, but moving forward, most of our software is targeted for DB2. So I got stuck into an installation/admin class for a week. After a day and a ha

Community

Write .NET Code in SQL Server

(Bob Beauchemin) All versions of SQL Server prior to SQL Server “Yukon” provide two ways to write procedural code that executes inside the database. The usual way is to use Transact SQL (T-SQL), a proprietary implementation of a portion of the SQL standard known as persistent stored modules (SQL/PSM

Community

Using INSTEAD OF triggers

(Alexander Kuznetsov) First introduced in DB2 UDB V8.1, INSTEAD OF triggers are very useful when you need to modify the database structure without changing the applications running against the changed database. In other words, you may use INSTEAD OF triggers and views to isolate applications from ch

Community

Getting Started with XForms

(Bob DuCharme) The XForms standard, which became a W3C Recommendation last month, lets us define forms that are much more sophisticated than those of HTML. Perhaps more importantly, it makes it easier for applications that we write to grab and use the data entered into forms, because an XForms clien