Question

  Asked: Jul 3 2008   6:11 PM GMT
  Asked by: SQL Server Ask the Experts


Using a .bak file with SQL Server 7


SQL Server 7x, BAK

I currently use SQL Server 7, and I have a .bak file downloaded. Can you direct me on how to open this .bak file and how to convert it to allow usage with SQL Server 7?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Hello,
a bak file is a backup so in order to use it it needs to be restored in SQL.
If you have the same db and want to restore on this right click the db you have and choose restore otherwise you can create a new db that will be a restore for this bak file.
Bye

Don't forget to visit my blog: If it has a plug, it's IT stuff!!
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SQL Server and Storage.

Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   Jul 4 2008  5:07AM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.