1. Home
  2. Computing & Technology
  3. Databases

Creating a Snapshot Replication Distributor

By , About.com Guide

SQL Server's snapshot replication technology allows you to automatically transfer information between databases to keep them synchronized. In this article, we look at the first step of the snapshot replication process: creating the replication distributor.
Difficulty: Average
Time Required: 30 minutes
Here's How:
  1. Open SQL Server Management Studio and connect to the database server that you wish to serve as the distributor.
  2. Right-click on Replication and choose Configure Distribution from the pop-up menu.
  3. Click Next to advance past the welcome screen.
  4. Select " will act as its own Distributor; SQL Server will create a distribution database and log", then click the Next button to continue.
  5. Click the Next button to accept the default setting that SQL Server Agent should start automatically.
  6. Provide a location where SQL Server should store the snapshot replication files by providing either a local folder path or a UNC share name, then click Next to continue.
  7. Accept the default name and paths for the distribution database by clicking the Next button.
  8. If servers other than the distribution server will publish to this distribution server, provide their information and then click the Next button to continue.
  9. Click the Next button to advance to the confirmation screen.
  10. Review the choices presented in the Complete the Wizard screen and click Finish to configure your distributor.
What You Need:
  • Microsoft SQL Server 2008
  • SQL Server Management Studio
Explore Databases
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Databases
  4. SQL Server
  5. Snapshot Replication: Creating a Distributor in SQL Server 2008 for use with Snapshot Replication>

©2009 About.com, a part of The New York Times Company.

All rights reserved.