python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why are read-only nodes called read-only in the case of data store replication?
I was going through the article, https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs which says, "If separate read and write databases are used, they must be kept in sync". On...
Arvind Kumar Avinash
Votes: 0
Answers: 1
SQL Data Replication - Get data into one table from multiple tables
I have 2 databases on different servers globaly. Both database has these 4 tables in it
Orders : id, customerid, orderNumber
Products: id, productCode
Customer: id, customername
Orderdetails: id, qua...
Sarah
Votes: 0
Answers: 2
SQL Server Transactional Replication - Can propagation of schema changes and data changes be controlled?
In transaction replication, if schema changes happen first and then the data changes, will it happen the same way in subscriber as well?
If no, is there a way to control the order?
sagar pant
Votes: 0
Answers: 1