Link to home
Start Free TrialLog in
Avatar of Muhajreen
Muhajreen

asked on

Urgent: deleted rows recovery

Hello experts,

In a SQL 2005 database, I have run this script by mistake:

Delete from table1
Delete from table2
Delete from table3

And after 4 seconds, and while script was still running, I clicked the red sqaure (Stop).

Now the database is inaccessible, I will not make any other action untill I will receive your comment.

Is it possible to recover the deleted rows? Can I make Rollback as in Oracle?

My database is working in the Simple recovery mode.
Avatar of Muhajreen
Muhajreen

ASKER

When I am trying to open a table I am getting this message:

Data base is in transition .

Does that help?
Sorry, forgot to tell you that after I stoped the deleted script, I tried to take the database offilne, but I canceled it also.
ASKER CERTIFIED SOLUTION
Avatar of hyphenpipe
hyphenpipe
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you,

I have deatached the DB files and attached them again, and found that now single row was deleted !