Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7795679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:08:21+00:00 2026-06-01T23:08:21+00:00

What is transaction replication used? I seemed to create transaction replication following this tutorial:

  • 0

What is transaction replication used? I seemed to create transaction replication following this tutorial:

http://www.sql-server-performance.com/2010/transactional-replication-2008-r2/

And I know when I change some objects i.e any DML or DDL statement, those changes will be reflected to the other server where I did replication. But it’s not clear to me why should we use transaction replication. Does SQL server automatically start using the 2nd server where replication was done when the main instance fails? or do we have to manually restore the database from the server where replication was done in case of failure of 1st instance?

Thanks in advance 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T23:08:22+00:00Added an answer on June 1, 2026 at 11:08 pm

    You can use transactional replication to maintain a warm standby SQL server. Transactional replication replicates the data on one server (the publisher) to another server (the subscriber) with less latency than log shipping.

    You can implement transactional replication at the database object level such as the table level. Therefore, Microsoft recommends that you use transactional replication when you have less data to protect, and you must have a fast data recovery plan.

    This solution is vulnerable to the failure of the publisher and the subscriber at the same time. In such a scenario, you cannot protect your data. In all other scenarios such as the failure of a distributor or a subscriber, it is best to resynchronize the data in the subscriber with the data in the publisher.

    You should use transactional replication to maintain a warm standby SQL server only when you do not implement schema changes or you do not implement other changes to your database such as security changes that replication does not support.

    Note Replication is not designed for the maintenance of warm standby servers. With replication, you can use replicated data at the subscriber to generate reports. You can also use replication for other general uses without having to perform processing on your relatively busy publisher.

    Disadvantages

    1. Schema changes or security changes that are performed at the
      publisher after establishing replication will not be available at
      the subscriber. The distributor in transactional replication uses an
      Open Database Connectivity (ODBC) connection or an OLE Database
      (OLEDB) connection to distribute data. However, log shipping uses
      the RESTORE TRANSACTION low-level Transact-SQL statement to
      distribute the transaction logs. A RESTORE TRANSACTION statement is
      much faster than an ODBC connection or an OLEDB connection.

    2. Typically, switching servers erases replication configurations.
      Therefore, you have to configure replication two times:
      a. When you switch to the subscriber.
      b. When you switch back to the publisher.

    3. If a disaster occurs, you must manually switch servers by
      redirecting all the applications to the subscriber.

    Read more here http://sqlserverdatarecovery.com/transactional_replication.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following shows the replication capabilities as described for ms sql server on oracle
I have a .net transaction with a SQL insert to a SQL Server 2005
I have a database running under Sql server 2005 with merge replication. I want
I've set-up a transactional replication in SQL Server 2005 and I've disabled the DDL
Using SQL SERVER 2005, I have a couple of questions on Replication and referential
I'm new to SQL Server replication options. I want to set up a system
How to free Transaction log space in SQL SERVER 2005: I have Transaction log
I don't know too much about SQL Server transactional replication, but am I correct
How to decide whether to choose a Replication or Mirroring in SQL Server 2005
I have set up transactional replication between two SQL Servers on different ends of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.