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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 convert backup database file to database

Author  Topic 

eugz
Posting Yak Master

210 Posts

Posted - 2005-12-20 : 16:56:53
Hi All.
I'm new in SQL Server 2000. I need a help to convert backup database file to database.
Thanks.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-12-20 : 17:06:57
You will need to restore the backup file into SQL Server. You can do this via RESTORE DATABASE in Query Analyzer or by running the restore wizard in Enterprise Manager.

Tara Kizer
aka tduggan
Go to Top of Page
   

- Advertisement -