I stupidly ran a big update query on a table over the weekend and when I got in on Monday it was still running and all the space had been used because it had created a huge transaction log and the tempdb was massive.
Even more stupidly I stopped the query thinking that it wasn't working due to space issues and I needed to make some changes. I now realise it's going to spend almost as much time rolling back as it did running the query.
Then I made my third fatal mistake, everything locked up and I rebooted.
The database is one that I set up on hardware dedicated to me to do an analysis project (I'm and analyst not an IT guy) so it's proccessing big chunks of data. I'm happy to drop and recreate it if neccesary, the data isn't lost it's in text files ... I just don't want to wait 80 hours for the database to fix itself.
Do I have any options to kill the database or work out how long is let until I can use it again?
The current status in the sysdatabases table is 4194304 = autoshrink.
Thanks
Even more stupidly I stopped the query thinking that it wasn't working due to space issues and I needed to make some changes. I now realise it's going to spend almost as much time rolling back as it did running the query.
Then I made my third fatal mistake, everything locked up and I rebooted.
The database is one that I set up on hardware dedicated to me to do an analysis project (I'm and analyst not an IT guy) so it's proccessing big chunks of data. I'm happy to drop and recreate it if neccesary, the data isn't lost it's in text files ... I just don't want to wait 80 hours for the database to fix itself.
Do I have any options to kill the database or work out how long is let until I can use it again?
The current status in the sysdatabases table is 4194304 = autoshrink.
Thanks