Creating a new database using an MDF file
Closed
samuelconaghan
jackoboyle51
- Posts
- 1
- Registration date
- Sunday November 16, 2014
- Status
- Member
- Last seen
- November 16, 2014
jackoboyle51
- Posts
- 1
- Registration date
- Wednesday November 19, 2014
- Status
- Member
- Last seen
- November 19, 2014
Related:
- Creating a new database using an MDF file
- How to create a new folder in samsung my files - Guide
- Mdf file extractor - Download
- How to create a link to open a pdf file - Guide
- Open .mdf files ✓ - Forum - Programming
- Corrupted .mdf file, can I recover data from .ldf? ✓ - Forum - Software
1 reply
jackoboyle51
Nov 19, 2014 at 01:05 PM
- Posts
- 1
- Registration date
- Wednesday November 19, 2014
- Status
- Member
- Last seen
- November 19, 2014
Nov 19, 2014 at 01:05 PM
An MDF file isn't a backup file isn't the main data file (or master data file depending on who you ask) hence the file extension MDF. You can attach the MDF to the database by right clicking on the databases folder in Enterprise Manager (SQL 2000) or Management Studio (SQL 2005) then selecting all tasks and then Attach Database.
When you do this you will get an error about the log file missing. This shouldn't matter as SQL Server will simply create a new log file for you.
This will only work if the SQL Server was stopped when you copied the MDF file from the old SQL Server. If you copied the file while the SQL Server was running this file probably will not attach either and you will need to get a valid backup of the database.
Download help tool for sql database - SQL Server Restore Toolbox.
https://sql.recoverytoolbox.com/
You can read up more on SQL Server here.
http://ww7.filerepairforum.com
When you do this you will get an error about the log file missing. This shouldn't matter as SQL Server will simply create a new log file for you.
This will only work if the SQL Server was stopped when you copied the MDF file from the old SQL Server. If you copied the file while the SQL Server was running this file probably will not attach either and you will need to get a valid backup of the database.
Download help tool for sql database - SQL Server Restore Toolbox.
https://sql.recoverytoolbox.com/
You can read up more on SQL Server here.
http://ww7.filerepairforum.com