有人知道这两个数据库之间的区别吗?我问的原因是我正在上sql课程,他们使用的是2008,但是,由于我安装了sql server 2005,所以我无法使用adventureworks 2008。谢谢你的帮助。
发布于 2011-02-04 23:48:57
来自AdventureWorks的官方网站
AdventureWorks 2008R2详细信息
在AdventureWorks2008和AdventureWorks2008R2的设计中做了以下更改:
发布于 2011-02-04 23:52:46
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来源:
http://social.msdn.microsoft.com/Forums/en/sqlserversamples/thread/1ece1f93-313d-46d0-97e6-c8ce24aa9cc5
https://stackoverflow.com/questions/4899891
复制相似问题