Community

Community

SQL Server 6.5 Configuration

Memory – This is the single most important parameter to configure on your system. Memory is used for a variety of things within SQL Server. Upon start up, a portion of this is used management the number of connections (40K), locks (32 bytes), and open objects configured on the server. The remaining

Community

More Python XML tools

Alexandre Fayolle has announced Python XmlTools, a set of open source XML graphical tools to display and edit XML documents that are released as a side product of the Narval project. This first release of Python XmlTools is composed of two pyGTK widgets: Right now it features two pyGTK widgets

Community

SQL Server 2000 Preview

The upgrade from SQL Server 7.0 to SQL Server 2000 is a relatively small step. The best way to describe SQL Server 2000 is as a point release with large scale feature enhancements. Very few new features have been introduced. SQL Server 2000 takes the existing features of SQL Server 7.0 and exten

Community

Simple XML Validation with Perl

by Kip Hampton. The Problem: Although XML Schemas and RELAX promise fine-grained validation for XML documents, neither are presently available in the Perl world. You need a way to validate the structure of your documents now. Today. Preferably before lunch. The Solution: Combine the simplicity

Community

Professional SQL Server 2000 DTS

Book overview (DTS) Data Transformation Services helps you create a transactional system to load and transform your data from, and to a wide variety of sources. SQL Server DTS was introduced in the release of SQL Server 7.0, however, SQL Server 2000 sees the functionality and power of this outst