AdventureWorks is a Sample Database shipped with SQL Server and it can be downloaded from GitHub site. AdventureWorks has 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.
Update: Please refer this blog post for the updated instructions Download and Install Adventure Works 2014 Sample Databases.
You can download either of the data files and create a database using the same. Here is the script which demonstrates how to create sample database in SQL Server 2012.
Watch a quick video on the same subject.
Every new version of SQL Server should have its own Adventure Works 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. SQL Server 2014 has many new features and to support that Microsoft has released new AdventureWorks 2014 Sample Database.
Please note that in SQL Server 2016 the same sample database is replaced by WideWorldImporters. You can read about that over here:Â Download and Install Sample Database WideWorldImporters
This database is a replacement of old sample database called AdventureWorks (Engine version) and AdventureWorksDW (Data Warehouse version).
Reference:Â Pinal Dave (https://blog.sqlauthority.com)
103 Comments. Leave new
It’s very straightforward to find out any matter on net as compared to textbooks, as I found this piece of writing at this site.
Msg 5133, Level 16, State 1, Line 1
Directory lookup for the file “C:Program FilesMicrosoft SQL ServerMSSQL11.MSSQLSERVERMSSQLDATA
AdventureWorks2012_Data.mdf” failed with the operating system error 123(The filename, directory name, or volume label syntax is incorrect.).
i rightclick on mdf and full control is checked ,but still receiving same error ? any suggestion
I had to copy downloaded file in directory where system databases are and then it worked (while in “downloads” dir it reported “… operating system error 5(Access is denied.)”
After difficulty trying to download the file from another site, I found this site and your instructions and file worked like a charm. Many thanks!
Thanks madhat7x
Hello Sir
Am getting the below error while trying to create the database.
File activation failure. The physical file name “C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\AdventureWorks2012_Log.ldf” may be incorrect.
The log cannot be rebuilt when the primary file is read-only.
Msg 1813, Level 16, State 2, Line 1
Could not open new database ‘AdventureWorks2012’. CREATE DATABASE is aborted.
Hi
This link “AdventureWorks2012 Data File” at the top is not working.
Mr B
Thanks you Sir