Re: Rebuild .LDF File
From: Gregory A. Larsen (greg.larsen_at_netzero.com)
Date: 09/28/04
- Next message: Gregory A. Larsen: "Re: Need to shrink live DB"
- Previous message: DBA: "Need to shrink live DB"
- In reply to: Steve: "Rebuild .LDF File"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Rebuild .LDF File"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Rebuild .LDF File"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 07:15:14 -0700
Sounds like you have tried "sp_attach_single_file_db" (although this isn't
what you typed). This command to use to attach a database that only has a
the data file. I would review BOL and try this command again. Also is it
possible that you data file is corrupted?
-- ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- - Need SQL Server Examples check out my website http://www.geocities.com/sqlserverexamples "Steve" <anonymous@discussions.microsoft.com> wrote in message news:382a01c4a55e$ce066150$a301280a@phx.gbl... > I'm running SQL Server 2000, trying to rebuild a > transaction log since I only have an .MDF file. I've tried > creating a new database with the same name, stopping SQL > Server, then inserting the real data file, and setting the > database to emergency mode, then running the DBBC > Rebuild_Log('dbname', 'c:\somepath') and that command > appears to execute ok in Query Analyzer, but the log file > is not created. Is there any other method for attaching > the .mdf when you don't have the valid .ldf that goes with > it. (I've tried sp_attach_single_file) and that doesn't > work either. I get an error message that says it can't > find the log file (this db was pulled off of another > system that had the log file path stored pointed to > another drive). Any help is appreciated. > > Thanks
- Next message: Gregory A. Larsen: "Re: Need to shrink live DB"
- Previous message: DBA: "Need to shrink live DB"
- In reply to: Steve: "Rebuild .LDF File"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Rebuild .LDF File"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Rebuild .LDF File"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|