AdventureWorks Sample Databases
SQL Server introduces the Adventure Works Cycles company. This company with its business scenarios, employees, and products is the basis for the following sample databases:
AdventureWorks sample OLTP database
AdventureWorksDW sample data warehouse
AdventureWorksAS sample analysis services database
These databases are used in the code examples in SQL Server Books Online, and in code samples that can be downloaded from the Microsoft SQL Server Samples and Community Projects home page.
Important |
|---|
The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, places, or events is intended or should be inferred. |
|
Topic |
Description |
|---|---|
|
Describes Adventure Works Cycles, the fictitious company on which the sample databases are based, and the business scenarios used to determine the design of the databases. |
|
|
Describes in detail the AdventureWorks sample OLTP database. |
|
|
Describes AdventureWorksDW, the sample data warehouse used in Books Online to demonstrate the business intelligence features that are available in SQL Server. |
These are the databases I have:
AdventureWorksDW2008_Data.mdf
AdventureWorksDW_Data.mdf
AdventureWorksLT2008_Data.mdf
AdventureWorksLT_Data.mdf
AdventureWorks_Data.mdf
Should these be deleted if there is an AdventureWorks2008 database to replace them?
Thanks a bunch...
[tfl - 03 08 09] Hi - and thanks for your post. You should post questions like this to the MSDN Forums at http://forums.microsoft.com/msdn or the MSDN Newsgroups at
http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quicker response using the forums than through the Community Content. For specific help about:
Visual Studio : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.vstudio%2C&
SQL Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&
.NET Framework : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.dotnet.framework
PowerShell : http://groups.google.com/group/microsoft.public.windows.powershell/topics?pli=1
All Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&
- 7/28/2009
- freabird
- 8/3/2009
- Thomas Lee
I would like to see much more detailed information about AW2008 and, in particular, how to use BusinessEntityIDs. I was surprised to discover that the "Microsoft End-to-End Samples" (see http://www.codeplex.com/SqlServerSamples#e2e), for example, have not been updated to support AdventureWorks2008.
Based on the changes made to AW2008 (see http://msftdbprodsamples.codeplex.com/Wiki/View.aspx?title=AW2008Details), I am very interested in learning about and understanding the "business entity" concept.
Thanks.
- 4/21/2009
- emerald77
Important