Wit
If you don't have a database or log backup, you don't have much choice.
You have to understand what your transactions are doing and other
transactions are doing after "point in time". May be you have to write
your own script to roll backup the changes.
The thing I looked at before is Lumingent's Log explorer. But it is
very difficult to control if you don't even know what tables to
rollback.
Cheers
Norm
Wit Wiech wrote:
Database is OK. I just need to roll back all the transactions until
certain point in time. How to do it?