Recover db from .mdf and .ldf files in sql server7.0
From: Julie (anonymous_at_discussions.microsoft.com)
Date: 05/13/04
- Next message: Julie: "the best server for SQL Server 2000 Ent. Edition"
- Previous message: Julie: "USE command to change Db"
- In reply to: Siri: "Recover db from .mdf and .ldf files in sql server7.0"
- Next in thread: Siri: "RE: Recover db from .mdf and .ldf files in sql server7.0"
- Reply: Siri: "RE: Recover db from .mdf and .ldf files in sql server7.0"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 May 2004 03:31:20 -0700
Hello,
Have you tried the command sp_attach_single_file_db ?
This will attach you datafile, but not your log file as it
seems the log file is currupt, so you may have some data
loss.
J
>-----Original Message-----
>Hi,
>how to recover a user database in sql server 7.0 if I
only have the .mdf file and the .ldf file but no backup
file? Backup file of master database exists.
>
>Found a utiliy tool called "MSSQLRecovery" on the net
that recreates the database script out of the .mdf-file,
so far so good. But I need the information in the .ldf
file too.. How to get the information in the .ldf file?
>
>Thanks.
>.
>
- Next message: Julie: "the best server for SQL Server 2000 Ent. Edition"
- Previous message: Julie: "USE command to change Db"
- In reply to: Siri: "Recover db from .mdf and .ldf files in sql server7.0"
- Next in thread: Siri: "RE: Recover db from .mdf and .ldf files in sql server7.0"
- Reply: Siri: "RE: Recover db from .mdf and .ldf files in sql server7.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading