Author: SSWUG Research

Community

XML for C# Programmers

By Darshan Singh If you are writing XML applications using Visual Studio 6.0, then using MSXML 3.0 is a great option to work with XML documents. But if you are writing code for the .NET platform, the language of choice is C# (pronounced C Sharp) and XML classes provided by the .NET Framework are

Community

XML Query Engine

The XQEngine utility lets you perform full-text-searches across multiple files using the XML Query Language (XQL) and Java. A while ago, I was looking for an XML search utility. My application had to search a relatively large number of XML files (they were small files) on a periodic basis. The prim

Community

Log Shipping with SQL Server 7.0

A low-cost way to high availability Log shipping is a robust yet low-tech, low-cost way to achieve high availability and disaster protection in your SQL Server environment. Log shipping automatically ships—copies and restores—a production server's transaction logs to a standby server, which stan