Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-06-08 : 07:57:13
|
| jason writes "It is possible to drop a backup databse file .mfd into a new install of MSSQL and it function correctly or does it need to be reinstalled using MSSQL backup?ThanksJas" |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-06-08 : 12:12:59
|
| You can use sp_attach_single_file_db to attach the MDF file.Tara |
 |
|
|
|
|
|