Other News

Community

Self-Service Data Warehouses

(Alan Radding) The action in Web services and service-oriented architectures has focused so far on transaction systems and production applications, in effect using Web services to call or invoke all or parts of these systems. A few organizations, however, are exploring how to apply the concept of se

Community

Directory Trees to Document Trees

(John E. Simpson) XML.com readers know well that XML shines as a transport medium between applications. Less obvious is that XML can serve as a good platform for getting data into and out of a single application. Whether for simple backup/archival purposes or for porting between program versions, ha

Community

Perls of Wisdom

(Michael Hoy & Grant Hutchison) Perl is a powerful and easy-to-use programming language available for many operating systems. And it’s free. You can download the language (as source code or binary form) and use it without paying a license fee.

Community

SQL Server Locks – Introduction

(Michael Balloni) Relational databases like Microsoft’s SQL Server use locks to prevent multiple users from making conflicting modifications to a set of data: when a set of data is locked by a user, no other users can modify that same set of data until the first user finishes modifying the data and