'Re-store table data without restoring Full DB when record deleted or updated due to human error

Is there a way to restore one or multiple tables only in Azure SQL database without restoring full DB? Let us consider an employee has deleted some rows or updated some rows in one or multiple tables. Now after few hours we need the data back to original. One way is to restore the DB with a different name and get the table data but it might take time if DB size is huge.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source