Author: SSWUG Research

Community

SQL to View Database History

(Chris Eaton) Yesterday I posted an entry on using SQL to query the notification log. Today I’ll show you how to use a new view to query the database history. In previous releases (and still today) you can look at the database history to see when objects were created or dropped, when objects were ma

Community

XML 2006

(Elliotte Rusty Harold) Last month marked ten years since the World Wide Web Consortium (W3C) Standard Generalized Markup Language (SGML) on the Web Editorial Review Board publicly unveiled the first draft of Extensible Markup Language (XML) 1.0 at the SGML 96 conference. In November 1996, in the sa

Community

A Theory of Compatible Versions

(David Orchard) Making versioning work in practice is a difficult problem in computing. Arguably, the Web was able to increase dramatically in popularity because evolution and versioning were built into HTML and HTTP. Both systems provide explicit extensibility points and rules for understanding ext

Community

Recursive XSL Templates

(Kiran Kumar G.) XSL is a declarative programming language. Variables that are once declared cannot be reassigned. It is often difficult for programmers coming from procedural languages background to do advanced tasks. Using XSL, we can solve complex problems, which at first glance often seem to be