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 - 2002-04-25 : 11:42:50
|
| Fos writes "Hi, I have divided my hard disk into two partitions. One for system (C:) and second (D:) for rest of the data. I have installed SQL Server into D partition and all my databases were saved on it. My system partition was broken and I had to format it. Is it possible to recovery my databases after the new instalation?" |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-04-25 : 12:47:00
|
| yes. take a look at sp_attach_db in books on line. most likely, you can detatch the master database from you fresh install and attach you old master.<O> |
 |
|
|
|
|
|