I just deleted one table in Dev DB by mistake how to recover
Loading
I just deleted one table in Dev DB by mistake how to recover
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jul 10, 2021, 3:23 PM
a) Easy:
>> Restore a previous full database backup
b) Hard:
>> Use the full database backup to export the data and import it into the production database
c) Impossible?
source:- https://solutioncenter.apexsql.com/recover-sql-server-data-from-delete-truncate-drop/
Nabin AgarwalaPosted Aug 31, 2021, 5:06 AM