This is a discussion on SQl 7.0 issue while attaching a database within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi, I am tring to attached a database in SQL using the following command. Can any one please help. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am tring to attached a database in SQL using the following command. Can any one please help. Basically I have a MDF and LDF files which I need to open in SQL 7.0, these files are from a diff SQL7.0 machine which is crashed. PLEASE HELP. There are many valuable info in the database. Command : EXEC sp_attach_db @dbname = N'Digitalindia', @filename1= N'C:\SqlMaster.MDF', @filename2= N'C:\SqlMaster.LDF' Error : Server: Msg 5172, Level 16, State 15, Line 1 The header for file 'C:\SqlMaster.MDF' is not a valid database file header. The PageAudit property is incorrect. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |