Wednesday, August 13, 2014

Installing AdventureWorks Sample Databases from Microsoft

1. Type in the following URL into your browser's address bar

     http://msftdbprodsamples.codeplex.com/

2.  Click on the "Download" button on page

AdventureWorks download button


3.  Click on the recommended download link

Adventure Works 2014 Sample Databases

4.  Unizp the file you just downloaded

5.  Open the SQL Server Management Studio, then right click on "Databases" and then select "Restore Database"
SQL Server Manager Studio


6.  Select "Device" under "Source"

SQL Server Device

7.  Click on the "..." button, and the "Select" backup devices will appear, select "File" for "Backup media type"

Select backup devices


8.  Click on the "Add" button, and select the "AdventureWorks2014.bak" file, then click "OK"

AdventureWorks2014.bak

8.  Click "OK" on the "Select backup devices" screen

Select backup devices

9.  Click "OK" on "Restore Database" window

Restore database

10.  A message will pop up that says you have successfully restored the AdventureWorks2014 database

Database 'AdventureWorks2014' restored successfully.

11.  The "AdventureWorks2014" database is now added to your SQL Server instance

AdventureWorks2014


8 comments:

  1. Thank you. All the other tutorials I read made this process very complicated. Yours was very easy to follow :)

    ReplyDelete
  2. Brilliant! Thank you - I have hunted through all kinds of code and sites and this is the easiest, simplest and successful advice.
    Well Done!

    ReplyDelete
  3. Best instructions I've seen! Thank you!

    ReplyDelete
  4. This was very helpful and easy to follow. I did have to do one additional step:
    After step 4, I had to change the permissions on Adventureworks2014.bak file to be readable by everyone.
    Without this, there were no destination databases visible (the bottom part of step 9 was blank) and I couldn't proceed.

    ReplyDelete
  5. Oh! God bless you. I've giving up so many times trying to get this downloaded. Your tutorial is just 5 stars!

    ReplyDelete
  6. Thank You So Much!

    ReplyDelete
  7. Thank you so much! It is a very easy tutorial and I could install the database successfully.

    ReplyDelete
  8. I share the same sentiment of those who posted before me. This is the best instruction that i have come across after hours of searching. No need to use scripts to restore and all that stuff. Really good and simple instruction to follow. Thank you very much!

    ReplyDelete