I ran a normal select query against a linked server. I cancelled it in SSMS after about 10 seconds of running.
The cancel process took was taking ages, So i then killed the local spid.
A message was returned saying "transaction rollback in progress. estimated rollback completion: 0%. estimated time remaining: 0 seconds."
I checked SP_WHO2 and the command column is reading KILLED/ROLLBACK.
The database which I am querying is scheduled to be restored from a backup tomorrow morning. Will this affect the restore process?
I am a little bit worried that I have done something silly. Can anyone put my mind at rest...
Mr Shaw