Other News

Community

Manage XML collections with XAPI

(Uche Ogbuji) XML repositories are a simple extension of the idea of XML documents, and they call for a simple API for access and manipulation. The likes of DOM and XPath are too granular, while XQuery may be too elaborate for some needs. A group of XML repository implementers (named XML:DB) have co

Community

Why You Need a Code Profiler

(Robin Schumacher) What do you do when a stored procedure that is thousands of lines long takes much longer to run than desired? And what do you do when a nightly batch job, consisting of five stored procedures, each thousands of lines long, used to run in fifteen minutes, but now is crossing the fi

Community

The Cost of GUIDs as Primary Keys

(Jimmy Nilsson) In this article, the author presents the pros and cons of using globally unique identifiers (GUIDs) as the datatype for primary keys in SQL Server 2000. In doing so, he shows you test results that hint of performance characteristics and introduces you to a special type of GUID that h