Other News

Community

Using Oracle’s SQL Functions

(Steve Callan) Oracle provides quite an array of functions when it comes to manipulating data via SQL. The Oracle9i SQL Reference guide (for release 2) lists five categories of SQL functions, with each category containing one or more functions within a category. The major functions are single-row, a

Community

Connect to DB2 from Microsoft .NET

(Sreejumon) Most of the retail applications are still running in legacy systems like AS/400, Mainframe etc. If you are planning to migrate the entire application (or any modules) to Microsoft .NET, migration of the existing data will be the bottleneck (since there can be terra bytes of data, synchro

Community

XQuery Tricks and Traps

(Jason Hunter) To help you better understand how to correctly form XQuery queries, I focus in this article on important but tricky and commonly misunderstood aspects of the XQuery language. I warn you: Things will get hairy beyond this point. But it’s better to have fair warning of the complex parts

Community

Review of ApexSQL Log

(Brian Kelley) ApexSQL Log is a new product from ApexSQL, formerly LockwoodTech Software. ApexSQL Log provides the capability to passively review the contents of database transaction logs and transaction log backups. For databases prepared beforehand (more on this under installation), ApexSQL Log gi

Community

Creating Valid XML Documents: DTDs

The past couple days have prepared you for what’s coming up now—the creation of valid XML documents. Unlike with HTML, where a browser can check HTML because it knows all about legal HTML, you create your own markup in XML, which means that an XML processor can’t check your markup unless you let it