|
|
| |

How can I restore the user databases after reinstall SQL 7.0/2000?
Answer:
You can attach the user databases to a SQL Server or you can restore
databases from the backup.
Read about the sp_attach_db stored procedure in SQL Server Books Online
Title: sp_attach_db (T-SQL).
See also this link:
How can I transfer SQL Server databases to a new location?
|
|
|