All Questions
Tagged with azure-data-sync data-synchronization
9 questions
3
votes
1
answer
457
views
Azure Data Sync Error - Member Database is Read Only
I have configured Azure Data Sync between our SQL on-prem and Azure SQL. Sync direction is to Hub (Azure) and conflict resolution is set to Member Win. Sync group has been configured successfully, and ...
1
vote
1
answer
404
views
Use Azure data sync with localdb
B"H
How can I use Azure Data Sync with localdb?
Please note: I am not asking about using it with a "Local Database" as in an on-prem database. I am speaking specifically about the technology (...
0
votes
1
answer
291
views
Data sync between on Prem MySQL and Azure Data Store
We have a legacy system which talks to on-premise MySQL database. We are building a new system and its hosted in Azure. The database it uses to store the data is in Azure Storage. Since the legacy ...
1
vote
1
answer
665
views
SSIS Data Transfer from Azure SQL to On-premises SQL Server 2016
Is there any way to transfer the large volume of data from Azure SQL to on-premises SQL Server 2016 Enterprise/Standard? The requirements prescribed as follows:
Weekly full database transfer
Daily ...
0
votes
1
answer
169
views
Azure SQL Server Sync Data between different Accounts
We have two separate Azure Accounts. We wish to one way sync SQL database table data every x minutes between the two.
Account 1 => Sql Database => Table
Account 2 => Sql database => Table
SQL ...
0
votes
0
answers
202
views
Azure Data Sync Error
I am using Windows Azure data sync agent for sync on premises database to SQL Azure DB,
I am getting following error after sync process started.
"Blob transfer failedInner exception: One or more ...
1
vote
1
answer
2k
views
Get Sync failed Error when running Azure Data sync
Firstly set up azure data sync and it running properly and also do proper synchronization for a while.
But after running more than one hour ,i got error like below.
Sync failed with the exception ...
0
votes
1
answer
229
views
Sync Framework - Check logic before synchronizing
I'm wondering whether I can sync two databases with some logic.
DbSyncTableDescription user = SqlSyncDescriptionBuilder.GetDescriptionForTable("User", sqlServerConn);
DbSyncTableDescription role = ...
0
votes
1
answer
125
views
Any way to synchronize all premise databases in one go through 'Sql Azure Sync Group'?
I have two on premise databases in my synchronization group in sql azure. When I synchronize the group manually, I see that only one of the premise database gets all the updated data and the other ...