Other News

Community

Rapid application DB2

(Jonathan S Sayles) Learn how to use Enterprise Generation Language (EGL) — an IBM strategic fourth-generation language–to rapidly build enterprise-quality Web applications that access DB2 table data. We show the entire development process, from design through implementation, using a simple exampl

Community

SQL Server 2000 may experience errors and stop responding, and error messages may be logged in the SQL Server 2000 error log, when you try to perform a write operation that is not logged

In Microsoft SQL Server 2000, you may experience the following symptoms when you try to perform a write operation that is not logged: 1. The write operation fails, and the following error message is logged in the SQL Server error log: SQL Server Assertion: File: , line=3723 Failed Asse

Community

Making Stored Procedures Readable

(Andrew Novick) Stored procedures can grow to be quite lengthy. I’ve created procedures that are 500 to 1000 lines or more. There are a couple of reasons for this, including the limited coding structure provided by T-SQL. In particular, the limited error handling in SQL Server 2000 forces constan

Community

Virtualize your data center with IBM DB2 Universal Database for Linux and Virtual Iron’s VFe — Flexibility and efficient resource utilization through hardware resource virtualization

Virtualization within the data center is a rapidly growing requirement for IT executives. Utilization levels need to be driven higher in order to reduce data center costs. Increasingly, IT organizations are moving away from implementing farms of standalone computers that perform dedicated functions

Community

Precompilation in ASP.NET 2.0

(Johnson Smith) When the first request arrives at your web application there is a mind-numbing amount of work to do. The worker process starts, the runtime initializes, .aspx pages are parsed and compiled to intermediate language, methods are just-in-time compiled to native code–the list goes on an