(Gregory A. Larsen) With SQL Server 2005 comes a new mail sub-system, called Database Mail. Database Mail is a great improvement over SQL Mail that came with earlier versions of SQL Server. Now you are able to set up multiple accounts and profiles to support your different application email needs. T
Other News
Getting Started with ASP.NET
(Jeff Cogswell) Ready to get started with ASP.NET? Great! Here’s what you’ll need. –If you don’t yet have the Microsoft .NET 2.0 runtime, download and install it here. –If you don’t already have Visual Studio 2005, then download and install the free Visual Web Developer 2005 Expression Editio
How I created my first table controlled partitioned tablespace by mistake
(Omer Brandis) I have a short story to tell, its all about how I created my first table controlled partitioned tablespace by mistake. I do hope that by sharing this sad story, I’ll help someone else to not make the same mistake, so here goes:
Extending the XML data model to XFDL forms using IBM Workplace Forms V2.6
(Kiat Sing Lai) Learn how to separate a form’s data layer from its presentation layer by using XML data model with IBM Workplace Forms. IBM Workplace Forms provides the set of interfaces you need to create e-forms that maintain the non-repudiation and auditability features of paper-based forms.
Four Ways to Optimize Your MySQL Database
(Jason Gilmore) From its inception, speed has been a strong point of the MySQL database server. In fact, its developers have long been cautious to add new features at the expense of performance even when faced by withering pressure from detractors. Yet over time MySQL’s features caught up with its b
Introduction to Enterprise Architecture
(Clive Finkelstein) The most critical issue facing Government, Defense and Commercial enterprises today is the rapid pace of change in almost every industry. With the rate of technological change increasing, together with today’s budget and competitive pressures, enterprises must be able to change r
Execute SQL statement from table in other schema
(Greg Williams) I want to execute SQL statements that use other schema tables from my stored procedure. The stored procedure is in one schema and the table is in the other schema. I am getting “ORA-01031: insufficient privileges” error. Please suggest how to execute statement from a table from a sto
Building Interpreter Classes with PHP 5
(Alejandro Gervasio) If you have ever written an application that primarily parses commands — and who hasn’t? — keep reading. As is often the case, pattern-based programming makes this task easier. In this first part of a three-part article series, you’ll learn the basic concepts surrounding the I
Things to ignore when debugging an ASP.NET Hang – Update for .NET 2.0
(Tess Ferrandez) I often get questions like “what is this thread doing?”. A lot of the time it is about threads that are essential to the process but completely unrelated to the problem at hand.
Interoperability between WCF and Oracle Application Server
(John Charles Olamendy) This article is part of series intended to show how to use Web Services related technologies to interoperate applications running in different platforms, in this case, the most common scenario between Microsoft.NET and Oracle AS platforms. This article is to illustrate techni
