hello, on production database, I try to do a query that I know will take much time/log, but my estimations where wrong, so the log disk were full, no error displayed on screen or rollback... so I wait about 1 hour after that.
Then I try to cancel the query, it´s on rollback action, but it doesn´t finish either.
when I try to kill the process, I got the error:
SPID 125: transaction rollback in progress. Estimated rollback completion: 0%. Estimated time remaining: 0 seconds.
it was like that for about an our.
so what to do now?
the query that make this mess was a simple insert into a new table, but the origin table seems to be too big for the log file.
Gilberto H.