how to restore differential azure Sql database automatically

Ashutosh Prashar 0 Reputation points
2024-05-01T07:44:45.57+00:00

Hello,

Please suggest best approach to restore differential azure sql database. Restore/data refresh required 1-2 times daily.

if we can do something using powershell/python and automation used for auto refresh.

I am familiar with azure data factory for refreshing table data periodically.

I am finding something from azure database side.

Thanks in advance

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 13,826 Reputation points Microsoft Employee
    2024-05-07T03:45:30.8566667+00:00

    Hi Ashutosh Prashar •,

    Thanks for your patience.

    We have got the below reply from the internal team:

    For daily refresh of entire database, recommended approach would be to automate (Azure automation) restoring from short term retention backups (Point In Time Restore).

    Data sync is targeted towards subset of tables/columns and not ideal for synchronizing whole database, looks like you are already using ADF for table level sync.

    Hope this helps.

    Let us know if further queries.

    Thanks

    0 comments No comments