by Piroz Mohseni The XML parser world is a dynamic one. As standards change, the parsers change as well–XML parsers are becoming more sophisticated. For most programming projects, the parser, at minimum, must support DOM Level 2, SAX 2, XSLT, and Namespaces. All the parsers discussed here prov
Author: SSWUG Research
Microsoft Releases Fix for Replication Problem
SQL Server 7.0 Service Pack 3 (SP3) includes a fix for a problem with transactional replication of updates.
Textual Searches on File Data Using Microsoft SQL Server 7.0
This article discusses facets of Microsoft SQL Server 7.0 textual searches such as: how SQL queries can be used on file systems lacking tables; how to use SQL extensions to make full-text queries; and how to work with a combination of file and database information. This article also discusses how Ba
Functional Programming and XML
Bijan Parsia tells us…As is all too common in the programming world, much of the XML community has identified itself and all its works with object oriented programming (OOP). While I'm a fan of OOP, it's clear to me that even the best OOP-for-XML techniques aren't a panacea, and, moreo
XML Structures for Existing Databases
An excerpt from WROX Press Professional XML Databases by Kevin Williams, Michael Brundage, Patrick Dengler, Jeff Gabriel, Andy Hoskinson, Michael Kay, Thomas Maxwell, Marcelo Ochoa, Johnny Papa, Mohan Vanmane. In this chapter, we will examine some approaches for taking an existing relatio
XML Parsers: DOM and SAX Put to the Test
Before making the important decision to purchase an XML parser, look at the results of Steve Franklin's test of a selection of both DOM- and SAX-based parsers.
Using Partitions in a Microsoft SQL Server 2000 Data Warehouse
This article describes how to use partitions to improve the manageability, query performance, and load speed of data warehouses in SQL Server 2000 Enterprise Edition. Horizontal partitioning of dimensional schema, both in the relational database and in Analysis Services cubes, is addressed.
Tips for Using Other SQL Server Features
As you develop your SQL Server application, you look for ways to take advantage of features and code that already exist, rather than reinventing these features yourself. Consider the following possibilities:
High-Performance XML Parsing With SAX
By Kip Hampton, The problem: The XML documents you have to parse are getting too large to load the entire document tree into memory; performance is suffering. The solution: use SAX.
XML Fragment Interchange resurrected as CR
Over nineteen months since its previous inception as a Working Draft, XML Fragment Interchange has become a W3C Candidate Recommendation.