Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Attach Database Error

Status
Not open for further replies.

VBXL

Programmer
Joined
Jul 10, 2001
Messages
198
Location
GB
When i try and attach a database to a server, i get the following error :-



The header for file 'f:\example.MDF' is not a valid database file header. The PageAudit property is incorrect



What do this mean ??????

 

(1) The file is damaged.
(2) You're trying to restore a SQL 2K MDF on a SQL 7 database. SQL2K can read the 7 format but not vice versa.
(3) The file was created and detached on server with newer service pack than the server where you are doing the attach.
4) Possibly the disk format factors are different on the disk where the file was created and where it now resides. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top