If you are like most visitors to this website, you have a strong interest in SQL Server, and most likely, Transact-SQL. As you probably know, Transact-SQL is a superset of the ANSI SQL standard. Code written in ANSI SQL will run under SQL Server, and on any relational database that also supports ANS
Author: SSWUG Research
What's a DBA? – An Overview
Ever wonder what a DBA does? Ever had someone ask you what your job entails? Here’s an overview of what a DBA does. Reader feedback will be used to update this article over time.
A Path to Enlightenment
by Leigh Dodds – XML-DEV has been busy recently with a number of long running threads drawing in some interesting postings. The underlying theme has been general orientation on how best to understand and come to terms with particular technologies, ranging from Schemas to Web Services. This week the
Enabling XML documents for globalization
Facilitate the process of globalizing an application by organizing translatable resources in XML documents. You can use this technique to externalize the translatable content of your documents into language-specific subdocuments, as well as to structure XML documents, along with user-specified XML e
Xalan C++, Xerces 2 updates
The Apache XML Project have released updates to the C++ version of XSLT processor Xalan, and the next generation of their Java XML parser, Xerces 2. Xalan C++ 1.2 includes the following improvements over version 1.1:
ALS Microsoft® SQL Server™ 2000 System Administration
Developed for academic courses, MICROSOFT® SQL SERVER™ 2000 SYSTEM ADMINISTRATION helps students build the skills they need on the job and for MCP Exam 70-228—an elective on the Windows® 2000 MCSE track. The textbook delivers Microsoft courseware adaptable for either a full 16-week semester or a 6-w
SQL Insider Freeware Software to Become Openware
Robert Vallee has announced that he will release the source code to SQL Insider early to September 15th. On that date, members will be able to download the source code and make modifications to the program.
FOP wraps Batik
The latest version of the Apache XML Project's XSL Formatting Objects processor, FOP, incorporates the Batik SVG renderer. This gives FOP much improved support for rendering SVG diagrams. FOP is a print formatter capable of processing XSL-FO and creating PDF files. Other improvements in t
A New Old Angle on XML
by Edd Dumbill – One of the things that has made XML famous is the angle bracket; the pleasing symmetry of the opened and the closed. Angle brackets are key to the particular strength of XML, a uniform and universally agreed syntax. It is hardly surprising, then, that the angle bracket
Achieve greater flexibility and convenience with XSLT
In this detailed tip, Benoit Marchal explains how SAXTransformerFactory — a class that feeds SAX events directly in an XSLT processor — buys you greater flexibility when you save XML files. Several reusable Java code samples demonstrate the techniques, which require TrAX.