'Azure SQL Database Data Deleted
If I deleted any data in Azure SQL Database,is permanently deleted or not?Where can I find my deleted data?I don't want to restore for a few data.Is there any solution
I already tried backup and restore.But now I don't want to use restore process
Solution 1:[1]
Unfortunately there is no direct way to restore specific data from the backup in Azure SQL database. We need to restore the backup to new database and then can copy this specific deleted data back to original database.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | AnuragSharma-MSFT |
