Re: Host Operating System Disaster

Tech-Archive recommends: Fix windows errors by optimizing your registry



Without backups, there is no guarantee.
One thing to try is to reinstall SQL Server to the same
original directory location, same service pack levels, same
locations for all data and log files. Stop the SQL Server
services. Then copy (replace the existing ones) all of the
original data and log files from when the drive died to the
location they were at originally before the drives went out.
Basically, it should all be setup just as it was when the
drive went out. Then try starting the services.
If you don't remember how it was configured, you'd need to
try what Arnie suggested. However, even in that case,
sp_attach_db isn't guaranteed to work if you didn't
explicitly detach the database first using sp_detach_db.

-Sue

On Mon, 7 Aug 2006 09:25:41 -0700, "Robert Black"
<someone@xxxxxxxxxxxxx> wrote:

I am without a backup of my MSDB and Master databases. My host operating
system disk failed, my SQL database files all exist on another raid array. I
have rebuilt the host operating system on this same machine using the same
server name.

How can I go about the re-installation of SQL 2000 with out damaging the
existing disk files? I am most concerned with the system Master and MSDB
databases.

Any help would be appreciated.


.



Relevant Pages

  • RE: Installing SP4 on SQL 2000
    ... tomorrow to see where the log files are. ... SQL Server 2000 SP4 is 8.00.2039. ... MCITP: Database Administrator ... "David G" wrote: ...
    (microsoft.public.sqlserver.setup)
  • RE: Installing SP4 on SQL 2000
    ... Another place to check for install log files is in C:\Program ... MCITP: Database Administrator ... "David G" wrote: ... should I have SQL Server on? ...
    (microsoft.public.sqlserver.setup)
  • RE: How to change the error log location?
    ... for any SQL Server 7.0 or SQL Server 2000 database. ... Change the path for the master data and log files in SQL Server Enterprise ... -d is the fully qualified path for the master database data file. ...
    (microsoft.public.sqlserver.server)
  • Re: Advice Requested : Disaster Recovery with 2 Drives (No Raid) with SQL Server 2008
    ... As far as splitting the transaction log files and the data files, that's always a good strategy, but for a 1.3GB database... ... I am running SQL Server 2008 Enterprise, ... backups every 4 hours to one of the two Drives. ...
    (microsoft.public.sqlserver.programming)
  • Re: Recovering using the log file
    ... Stop that SQL Server, delete the mdf, ndf and ldf files. ... Then restore the db backup and that log backups. ... > They were in full recovery. ... > full backups and log files that I have. ...
    (microsoft.public.sqlserver.server)