Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 DB suspect

Author  Topic 

igbinosun
Starting Member

13 Posts

Posted - 2004-11-15 : 20:39:03
Backup the transaction log in query analyzer or OSQL using the No_truncate option. Add more disk space to your existing system or get a new system. Restore your database from previous backups using no recovery or standby option. Restore the last transaction log you backed up with the no_truncate option using the recovery option

robvolk
Most Valuable Yak

15732 Posts

Posted - 2004-11-15 : 20:41:03
Are you replying to someone?

BTW, there is also sp_resetstatus, which will fix the problem most of the time. Books Online has more details about it.
Go to Top of Page
   

- Advertisement -