• subscribe

Replication

SQL Server Pro

This month, we show you how to implement SQL Server 7.0's immediate-updating subscription feature so you can monitor Subscribers and replicate changes back to the Publisher. Plus, we show you how to use T-SQL to develop custom stored procedures for copying data.


Portable Data Types

By Michelle A. Poolet, 06/13/2000

Portable data types are those that you can translate into any database vendor's set of physical data types without loss of meaning, content, or value.

Sample Full-Text Search Engine

By David Jones, 06/13/2000

Suppose you want a table to hold all content for your dynamically populated Web site.

July MDX Puzzle

By Russ Whitney, 06/13/2000

How would you write a query on the FoodMart 2000 Sales cube that returns the unit sales?

June MDX Puzzle Solution Revealed

By Russ Whitney, 06/13/2000

Use the FoodMart Sales or FoodMart 2000 Sales cube to answer the following question:

Action Types

By Russ Whitney, 06/13/2000

Actions are a new feature of Analysis Services that can link more detailed information to an OLAP cube.

Introducing Queued Components

By Ken Spencer, 05/24/2000

A new feature of COM+—queued components—offers benefits to developers of Web applications on the SQL Server platform.

Build a Better Search Engine

By David Jones, 05/23/2000

Implement SQL Server 7.0’s full-text search capabilities to avoid time-consuming table scans, enable advanced pattern matching, and deliver quick results in high-performance, ...

Questions, Answers, and Tips

By Brian Moran, 05/22/2000

Read about SQL Server 2000's new cascading Declarative Referential Integrity support, how to change default client-side Netlib settings when you don't have the SQL Server Client ...

Maintaining Hierarchies

By Itzik Ben-Gan, 05/22/2000

SQL Server doesn't inherently support hierarchies, such as those between employees and managers, but you can add columns to your database tables to hold hierarchical information, ...

Two-Way Replication with SQL Server 7.0

By Baya Pavliashvili, 05/22/2000

With SQL Server 7.0's immediate-updating subscription feature, not only can you can replicate changes from a Publisher to Subscribers, but you can replicate changes on the ...

Using Joins to Modify Data

By Itzik Ben-Gan, 05/22/2000

In the debut T-SQL Black Belt article, SQL Server MVP Itzik Ben-Gan demonstrates how you can use joins and subqueries to modify a table based on data in another table.

Programming SQL-DMO from Access

By Rick Dobson, 05/19/2000

Learn how to build a custom application with Access projects and SQL Distributed Management Objects (SQL-DMO).

SQL Server White Papers

By Michael Otey, 05/19/2000

Michael Otey lists his favorite SQL Server white papers, all of which you can find on Microsoft’s Web site.

Logical Modeling

By Michelle A. Poolet, 05/17/2000

Working from the concept model, take the next step in database design and manually create a logical model of your database.

Answers from Microsoft

By Richard Waymire, 05/16/2000

A Microsoft program manager answers your SQL Server questions.

Custom Replication

By John D. Lambert, 05/11/2000

Using T-SQL to develop custom stored procedures for copying data gives you maximum flexibility in a method that combines features of snapshot and transactional replication.

Analysis Services Actions

By Russ Whitney, 05/11/2000

A new Analysis Services feature, called actions, can link structured or unstructured data or commands to almost any part of an OLAP cube.

Scaling Up vs. Scaling Out

By Michael Otey, 05/10/2000

Scaling out might be a viable solution for database implementations that have reached the limits of SMP scalability.

Readers' Tips and Tricks

By Various Authors, 05/08/2000

Readers share their tips for finding and inserting missing records, for using cursors to perform operations on multiple objects, for expanding the Databases node in Enterprise ...

Referential Integrity in SQL Server

By Kalen Delaney, 05/04/2000

Learn how to use SQL Server 2000's new methods of enforcing referential integrity in your databases.

Multiple Instances

By Kalen Delaney, 05/04/2000

SQL Server 2000 brings you the long-awaited capability to run multiple SQL Server installations on one machine.


Browse the Archive by:

advertisement