SQL SERVER – Install Samples Database AdventureWorks for SQL Server

SQL SERVER - Install Samples Database AdventureWorks for SQL Server 10-800x450 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)

SQL Documentation, SQL Download, SQL Sample Database, SQL Server
Previous Post
SQL SERVER – SQL Server Performance: Indexing Basics – SQL in Sixty Seconds #006 – Video
Next Post
SQL SERVER – SQL Server Misconceptions and Resolution – A Practical Perspective – TechEd 2012 India

Related Posts

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.

    Reply
  • 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

    Reply
  • 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.)”

    Reply
  • 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!

    Reply
  • 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.

    Reply
  • Hi

    This link “AdventureWorks2012 Data File” at the top is not working.

    Mr B

    Reply
  • Thanks you Sir

    Reply

Leave a Reply