January 9, 2020 at 5:48 pm
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.
January 10, 2020 at 6:10 pm
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
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy