mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
comment about differences between AdventureWorks versions.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
The AdventureWorks databases are sample databases that were originally published for SQL Server 2008. There are two core sample databases. AdventureWorks is the OLTP sample, and AdventureWorksDW is the data warehouse sample. For some versions of SQL Server, there are additional releases that are intended as one-time only.
|
||||
|
||||
Note that AdventureWorks has not seen any significant changes since the 2012 version. The only differences between the various versions of AdventureWorks are the name of the database and the database compatibility level. For a sample database leveraging more recent features of SQL Server, see [WideWorldImporters](../wide-world-importers/).
|
||||
|
||||
To install the AdventureWorks databases with the database compatibility level of your SQL Server instance, you can do use either install from a backup file or a script.
|
||||
|
||||
## Install from a backup
|
||||
@@ -18,4 +20,4 @@ For the complete set of downloads, see these releases:
|
||||
|
||||
To install **AdventureWorks**, copy the data files and scripts for [AdventureWorks](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works/oltp-install-script) to your local client. Open [instawdb.sql](https://github.com/Microsoft/sql-server-samples/blob/master/samples/databases/adventure-works/oltp-install-script/instawdb.sql) in SQL Server Management Studio and follow the instructions at the top of the file.
|
||||
|
||||
To install **AdventureWorksDW**, copy the data files and scripts for [AdventureWorksDW](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works/data-warehouse-install-script) to your local client. Open [instawdbdw.sql](https://github.com/Microsoft/sql-server-samples/blob/master/samples/databases/adventure-works/oltp-install-script/instawdbdw.sql) in SQL Server Management Studio and follow the instructions at the top of the file.
|
||||
To install **AdventureWorksDW**, copy the data files and scripts for [AdventureWorksDW](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works/data-warehouse-install-script) to your local client. Open [instawdbdw.sql](https://github.com/Microsoft/sql-server-samples/blob/master/samples/databases/adventure-works/oltp-install-script/instawdbdw.sql) in SQL Server Management Studio and follow the instructions at the top of the file.
|
||||
|
||||
Reference in New Issue
Block a user