does anyone know what the differences are between these two databases? the reason i ask is i am taking a sql class, and they are using 2008, however, since i have sql server 2005 installed i am unable to use adventureworks 2008. thank you for your help.
adventureworks 2005 and 2008
2k views Asked by JOE SKEET At
2
There are 2 answers
0
On
The following databases were designed for SQL Server 2005 but will also work just fine on SQL Server 2008 and higher.
AdventureWorks -- the OLTP database
AdventureWorksDW -- the Data warehouse
AdventureWorksLT -- a smaller, simplified subset ofj the AdventureWorks data
The following databases were updated for SQL Server 2008 and will NOT work with SQL Server 2005.
AdventureWorks 2008 -- the OLTP database
AdventureWorksDW2008 -- the Data warehouse
AdventureWorksLT2008 -- a smaller, simplified subset ofj the AdventureWorks data
source:
From the official site for AdventureWorks: