Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

recover deleted entries from ztable

Former Member
0 Kudos
614

Hi

is there any best method to recover the deleted entries from ztable?

6 REPLIES 6

former_member583013
Active Contributor
0 Kudos
161

Deleted entries can't be recovered....If you made a COMMIT WORK they're totally gone....

Greetings,

Blag.

Former Member
0 Kudos
161

Best method is to log table changes OR create an extra field on the table called "marked for deletion", for example. When a user "deletes" a record, this field gets set to an 'X' - for example.

Former Member
0 Kudos
161

Hi ,

There is no way to rcover the entreis, ones entries are deleted.

and before deleting the entries try to be bit careful and after ensuring with ur leads only , exceute ur code.

Regards,

Naveen

0 Kudos
161

Hi Vahi,

1. Find out the exact time when the data has been deleted.

2. Restore THE WHOLE DATABASE on any other server with MSSQL server

running on that. You should not restore the database completely,

rather using "Point-in-time" recovery method. Appoint the time from

the p.1 minus 5 minutes as the end point of the database recovery.

Please refer to the note 193816 for more information.

3. Now the old content of the table ZRATE is there. You can

export the data and then import them into the produtive system.

Afterwards you can delete the restored database, it is not needed

anymore.

Thanks!

Anusha

0 Kudos
161

LOL - Very funny!!

former_member583013
Active Contributor
0 Kudos
161

You can backup your tables with this -;)

<a href="/people/alvaro.tejadagalindo/blog/2006/03/16/taking-good-care-of-z-data good care of Z Data</a>

Greetings,

Blag.