Azure data sync -Issue

  • Hi,

    Can we enable azure data sync between two  different table.Mean the columns are same but only table name is different. PFB.

    Hub Database:

    Table name :Persons

    CREATE TABLE Persons (

    PersonID int,

    LastName varchar(255),

    FirstName varchar(255),

    Address varchar(255),

    City varchar(255)

    );

    Member Database:

    Table name :PersonDetails

    CREATE TABLE PersonDetails (

    PersonID int,

    LastName varchar(255),

    FirstName varchar(255),

    Address varchar(255),

    City varchar(255)

    );

     

    If azure data sync will not work in this scenario. Any other azure service are available for data sync between to db's.

     

     

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply