Ask a questionAsk a question
 

AnswerTransactional Replication

  • Sunday, November 08, 2009 6:43 AMTHOTA SATISH KUMAR Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I had 3 servers 2 transactional servers and one is main server
    i.e., Multiple Publishers and Single Subscriber

    A(TRANS SERVER)
    B(TRANS SERVER)
    C(MAIN SERVER)

    I HAD CONFIGURED TRANSACTION REPLICATION

    A TO C AND B TO C


    In these servers i had taken one table(emp) for testing purpose
    table:emp
    Create table emp(empid int primary key identity(1,1),ename varchar(30),sal decimal(18,2))

    I had created emp table all the above 3 servers

    Can you suggest me

    HOW TO HANDLE IDENTITY VALUES WHEN TRANSACTION REPLICATION APPLIES

Answers

All Replies