SQL Server Magazine November 2001

    Options
Interoperability
In this issue, learn how linked servers can bring your SQL Server and Oracle databases together, how to put data mining to work for your company, how to use XML to build a search application for Web and WAP browsers, and more!
  Subscribe
Renew
Master CD
Change Mailing Address
Customer Service
Back Issues
Article Reprints
Group Discounts

Browse Archived Articles By: Issue | Author | Subject | Department |



[Focus]

SQL Server and Oracle: Making the Connection

Linking servers is fairly straightforward when they're all SQL Servers--but what happens when your company has data in both SQL Server and Oracle? Here's a guide to what Microsoft and Oracle don't tell you.




[Features]

Hands-On XML

SQL Server 2000’s XML support is not only cool but practical. Here’s an example of how you can use it to build a search application for Web and WAP browsers.

Put Data Mining to Work

The data-mining features in SQL Server 2000 Analysis Services can help your organization find the patterns and rules to improve its marketing, sales, and customer-support operations and gain a better understanding of its customers.

Scripting a Custom Database Installation

Windows Installer and a set of VBScript and T-SQL scripts deliver a one-two punch for custom-installing your SQL Server databases.




[SQL Server Savvy]

Sort Order with the Uniqueidentifier Data Type

Learn how SQL Server orders data when you try to sort by a column which is defined with a uniqueidentifier data type.

Tip: Maintaining a Data Dictionary

Query Analyzer provides a simple but relatively unknown mechanism for working with properties.

Tip: Managing Data Dictionaries Based on SQL Server 2000 Extended Properties

Extended properties are great for managing metadata in SQL Server environments.

Using Profiler to Display T-SQL Queries

Learn how to use Profiler to display information about queries that Enterprise Manager generates.

Using Table Variables in a Join

To use table variables in a join, you must first alias the local table variable. Here's how.




[Editorial]

One Size Fits All?

A one-size-fits-all approach to application implementation certainly requires less expense up front, but it comes with its own—and possibly much higher—cost in the long run.




[SQL Seven]

Performance Counters

Use these SQL Server-specific performance counters to keep tabs on your system's response to gradual load changes.




[Mastering Analysis]

Local-Cube MDX

The number of users who work remotely is growing, but most analytic applications don't work without a network connection. Here's a way to give mobile users access to the specific data they need.




[Solutions by Design]

Metamodel for Scheduling System

Design a metamodel for scheduling a company’s employees and their work, workplaces, and work shifts.




[T-SQL Black Belt]

Sequential to Set-Based

Forget cursors. The key to a successful switch to set-based programming is to test several approaches and optimize, optimize, optimize.




[Answers from Microsoft]

Adding a Net-Library to SQL Server 7.0

Richard Waymire tells a reader how to replace the Named Pipes Net-Library.

Capturing the DDL from SQL Server 2000 Tables

Richard Waymire helps a reader retrieve existing DDL information for rows in a new SQL Server 2000 table.

Changing the DBO to Sa

Richard Waymire answers a reader’s question about sa mapping to DBO.

Estimating a Query’s Runtime

Richard Waymire answers a reader’s question about estimating the time a query will run.

Failed Service Pack Installation

Richard Waymire tells a reader how to work around a failed installation of SQL Server 7.0 SP2.

Reestablishing Stored Procedure Dependencies

Richard Waymire answers a reader’s question about dependency tracking.

Resetting the SQL Server Service Account Password

Richard Waymire answers a reader’s question about resetting the password for the SQL Server and SQL Server Agent services.

Testing a SQL Server–VB Connection

Richard Waymire helps a reader use SQL-DMO to test a connection between VB and SQL Server.




[Exploring XML]

Detecting and Processing Errors in XML Queries and Updategrams

Rich Rollman describes three techniques for detecting updategram errors.




[Letters]

Letters, November 2001

Readers submit an alternative solution for retrieving specified rows within a resultset and request continuing OLAP coverage.