Free Newsletters:
DatabaseDaily  
Database Journal
Search Database Journal:
 
MS SQL Oracle DB2 Access MySQL PostgreSQL Sybase PHP SQL Etc SQL Scripts & Samples Links Database Forum

» Database Journal Home
» Database Articles
» Database Tutorials
MS SQL
Oracle
DB2
MS Access
MySQL
» RESOURCES
Database Tools
SQL Scripts & Samples
Links
» Database Forum
» DBA Jobs
» Sitemap

News Via RSS Feed


follow us on Twitter





New Security Features Planned for Firefox 4

Another Laptop Theft Exposes 21K Patients' Data

Oracle Hits to Road to Pitch Data Center Plans
Database Journal |DBA Support |SQLCourse |SQLCourse2









Systems Programmer / Software Engineer - C, Unix-Linux, Multi-threading, IPC
WSI Nationwide, Inc.
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

Featured Database Articles

MS SQL

Jan 17, 2000

SQL Server Replication Verification

By Kevin Goodwyn

VERIFYING REPLICATION IMPLEMENTATION

1. Check the Scheduled Tasks (LogReader, Sync, and Distribution) on the Publisher/Distributor Server. Make sure there are no errors.

2. If the table(s) that is being replicated on the Subscriber Server did not exist before replication was setup, check the Table Objects Folder under the Pubs Database. See if the table(s) has been replicated.

3. If the table(s) did exist before replication was setup, perform a ‘select * from’ the table(s) to determine if any changes has been replicated.

4. Update the table(s) on the Publisher/Distributor Server using SQL Statements or the Application (if one exists) that is used to update the table(s).  Note: It is a ‘good practice’ to test with SQL Statements and the Application (if one exists) to ensure that there are no problems with replication within the Application.

Note: For testing you may want to change the Replication Tasks schedule or frequency. Refer to the Replication Tip (listed below) titled ‘Change a Replication Task Schedule\Frequency.’

Tools:
Add databasejournal.com to your favorites
Add databasejournal.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x
Receive news via our XML/RSS feed

MS SQL Archives

Comment and Contribute

 


(Maximum characters: 1200). You have characters left.

 

 



Latest Forum Threads
MS SQL Forum
Topic By Replies Updated
SQL 2005: SSIS: Error using SQL Server credentials poverty 3 August 17th, 07:43 AM
Need help changing table contents nkawtg 1 August 17th, 03:02 AM
SQL Server Memory confifuration bhosalenarayan 2 August 14th, 05:33 AM
SQL Server – Primary Key and a Unique Key katty.jonh 2 July 25th, 10:36 AM