If you are using SQL Server there are good chances that you are familiar
with AdventureWorks. AdventureWorks is a Sample Database shipped with
SQL Server and it can be downloaded from CodePlex site. AdventureWorks
have replaced Northwind and Pubs from the sample database in SQL Server
2005. The Microsoft team keeps updating the sample database as they
release new versions
Every new version of SQL Server should have its own Adventureworks database. The reason is that SQL Server comes up with new features with every version and most of the new features need a new dataset sample to demonstrate the capabilities of the features. This is the why every version of SQL Server has its own AdventureWorks database
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
3. Click on the recommended download link
7. Click on the "..." button, and the "Select" backup devices will appear, select "File" for
"Backup media type"
12. Please Note Your Folder Where your Adventureworks Databse resides Should have "Read and Execute" Permissions
Credits :Jason Huynh
Every new version of SQL Server should have its own Adventureworks database. The reason is that SQL Server comes up with new features with every version and most of the new features need a new dataset sample to demonstrate the capabilities of the features. This is the why every version of SQL Server has its own AdventureWorks database
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
3. Click on the recommended download link
4. Unizp the file you just downloaded
5. Open the SQL Server Management Studio, then right click on "Databases" and then select "Restore Database"
6. Select "Device" under "Source"
"Backup media type"
8. Click on the "Add" button, and select the "AdventureWorks2014.bak" file, then click "OK"
8. Click "OK" on the "Select backup devices" screen
9. Click "OK" on "Restore Database" window
10. A message will pop up that says you have successfully restored the AdventureWorks2014 database
11. The "AdventureWorks2014" database is now added to your SQL Server instance
12. Please Note Your Folder Where your Adventureworks Databse resides Should have "Read and Execute" Permissions
Credits :Jason Huynh








