<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MSFTDBProdSamples Release Rss Feed</title><link>http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx</link><description>MSFTDBProdSamples Release Rss Description</description><item><title>Updated Release: AdventureWorksDW Databases – 2012, 2008R2 and 2008 (Apr 30, 2013)</title><link>https://msftdbprodsamples.codeplex.com/releases/view/105902</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;About this release&lt;/b&gt;&lt;br /&gt;This release consolidates AdventureWorksDW databases for SQL Server 2012, 2008R2 and 2008 versions to one page. Each zip file contains an mdf database file and an ldf log file. This should make it easier to find and download AdventureWorksDW databases since all OLAP versions are on one page. &lt;br /&gt;&lt;br /&gt;An AdventureWorksDW database can be installed by attaching the database, or using the CREATE DATABASE statement.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;To attach an AdventureWorks database&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;Download a database for your SQL Server version.&lt;/li&gt;
&lt;li&gt;Unzip the database (mdf) file and log (ldf) file.&lt;/li&gt;
&lt;li&gt;From Microsoft SQL Server Management Studio, connect to a SQL Server instance.&lt;/li&gt;
&lt;li&gt;Right click Databases.&lt;/li&gt;
&lt;li&gt;Click Attach.&lt;/li&gt;
&lt;li&gt;Click the Add button.&lt;/li&gt;
&lt;li&gt;Locate the AdventureWorksDW database mdf file. For instance, AdventureWorksDW2012_Data.mdf.&lt;/li&gt;
&lt;li&gt;Click the OK button on the Locate Database Files dialog window.&lt;/li&gt;
&lt;li&gt;Click the OK button on the Attach Databases dialog window to attach the database.&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;CREATE DATABASE statement&lt;/b&gt;&lt;br /&gt;From SQL Server Management Studio, execute the following T-SQL:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example T-SQL&lt;/b&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;CREATE&lt;/span&gt; &lt;span style="color:Blue;"&gt;DATABASE&lt;/span&gt; AdventureWorksDW2012 &lt;span style="color:Blue;"&gt;ON&lt;/span&gt; (FILENAME = &lt;span style="color:#A31515;"&gt;&amp;#39;M:\Data\AdventureWorksDW2012_Data.mdf&amp;#39;&lt;/span&gt;), (FILENAME = &lt;span style="color:#A31515;"&gt;&amp;#39;L:\Tlogs\AdventureWorksDW2012_Log.ldf&amp;#39;&lt;/span&gt;) &lt;span style="color:Blue;"&gt;FOR&lt;/span&gt; ATTACH;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>spelluru</author><pubDate>Tue, 30 Apr 2013 18:54:29 GMT</pubDate><guid isPermaLink="false">Updated Release: AdventureWorksDW Databases – 2012, 2008R2 and 2008 (Apr 30, 2013) 20130430065429P</guid></item><item><title>Released: AdventureWorksDW Databases – 2012, 2008R2 and 2008 (Apr 30, 2013)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/105902</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;About this release&lt;/b&gt;&lt;br&gt;
This release consolidates AdventureWorksDW databases for SQL Server 2012, 2008R2 and 2008 versions to one page. Each zip file contains an mdf database file and an ldf log file. This should make it easier to find and download AdventureWorksDW databases since
 all OLAP versions are on one page. &lt;br&gt;
&lt;br&gt;
An AdventureWorksDW database can be installed by attaching the database, or using the CREATE DATABASE statement.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;To attach an AdventureWorks database&lt;/b&gt;
&lt;ol&gt;
&lt;li&gt;Download a database for your SQL Server version. &lt;/li&gt;&lt;li&gt;Unzip the database (mdf) file and log (ldf) file. &lt;/li&gt;&lt;li&gt;From Microsoft SQL Server Management Studio, connect to a SQL Server instance.
&lt;/li&gt;&lt;li&gt;Right click Databases. &lt;/li&gt;&lt;li&gt;Click Attach. &lt;/li&gt;&lt;li&gt;Click the Add button. &lt;/li&gt;&lt;li&gt;Locate the AdventureWorksDW database mdf file. For instance, AdventureWorksDW2012_Data.mdf.
&lt;/li&gt;&lt;li&gt;Click the OK button on the Locate Database Files dialog window. &lt;/li&gt;&lt;li&gt;Click the OK button on the Attach Databases dialog window to attach the database.&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;CREATE DATABASE statement&lt;/b&gt;&lt;br&gt;
From SQL Server Management Studio, execute the following T-SQL:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Example T-SQL&lt;/b&gt;&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
&lt;span style="color:Blue"&gt;CREATE&lt;/span&gt; &lt;span style="color:Blue"&gt;DATABASE&lt;/span&gt; AdventureWorksDW2012 &lt;span style="color:Blue"&gt;ON&lt;/span&gt; (FILENAME = &lt;span style="color:#A31515"&gt;&amp;#39;M:\Data\AdventureWorksDW2012_Data.mdf&amp;#39;&lt;/span&gt;), (FILENAME = &lt;span style="color:#A31515"&gt;&amp;#39;L:\Tlogs\AdventureWorksDW2012_Log.ldf&amp;#39;&lt;/span&gt;) &lt;span style="color:Blue"&gt;FOR&lt;/span&gt; ATTACH;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 30 Apr 2013 18:54:29 GMT</pubDate><guid isPermaLink="false">Released: AdventureWorksDW Databases – 2012, 2008R2 and 2008 (Apr 30, 2013) 20130430065429P</guid></item><item><title>Updated Release: Windows Azure WCF Data Service (Feb 08, 2013)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/101644</link><description>&lt;div class="wikidoc"&gt;Source code for a step by step guide to publish and consume a Windows Azure WCF Data Service connected to an Azure SQL Database using Azure Access Control Service claims-based authentication. The article describes best practice guidance on exposing an Azure SQL Database on Windows Azure as a WCF Data Service. At the end of this guide, you will create a Windows Azure WCF Data Service using Windows Azure Access Control Service claims-based authentication that connects to an Azure SQL Database. In addition, you will learn how to use a Windows Azure claims-based token to connect to a Windows Azure cloud service.&lt;br /&gt;&lt;br /&gt;Lesson 1 - Create a local WCF Data Service that connects to Azure SQL Database
&lt;ul&gt;&lt;li&gt;How to deploy the sample AdventureWorksLT2012_Azure database to Azure SQL Database&lt;/li&gt;
&lt;li&gt;How to restrict a SQL Server User&lt;/li&gt;
&lt;li&gt;How to create a Visual Studio 2012 Windows Azure Cloud Service on localhost&lt;/li&gt;
&lt;li&gt;How to create a Named Resource class to stream an image&lt;/li&gt;
&lt;li&gt;How to encrypt a connection string for testing on localhost&lt;/li&gt;&lt;/ul&gt;
Lesson 2 - Publish a local WCF Data Service to a Windows Azure Cloud Service
&lt;ul&gt;&lt;li&gt;How to publish a Windows Azure Cloud Service&lt;/li&gt;
&lt;li&gt;How to encrypt a connection string for Windows Azure&lt;/li&gt;&lt;/ul&gt;
Lesson 3 - How to implement claims-based authentication using Windows Azure ACS 2.0
&lt;ul&gt;&lt;li&gt;How to configure a user name and password ACS Service Identity&lt;/li&gt;
&lt;li&gt;How to obtain service credentials for an HttpModule&lt;/li&gt;
&lt;li&gt;How to configure web.config for a Windows Azure WCF Data Service&lt;/li&gt;
&lt;li&gt;How to create an Azure custom error page&lt;/li&gt;&lt;/ul&gt;
Lesson 4 - How to configure a Windows Azure WCF Data Service client App for Claims-based authentication
&lt;ul&gt;&lt;li&gt;How to get an ACS SWT token using AzureWebClient.GetTokenFromACS(). &lt;/li&gt;
&lt;li&gt;How to get an OData stream using AzureWebClient.OpenRead() passing the SWT token. &lt;/li&gt;
&lt;li&gt;How to create a LINQ query to project the OData stream to a List&amp;lt;List&amp;lt;EntityProperty&amp;gt;&amp;gt;. &lt;/li&gt;
&lt;li&gt;How to save a bitmap from a web response when querying a named resource stream. &lt;/li&gt;
&lt;li&gt;How to use a Login Form to get user name and password&lt;/li&gt;
&lt;li&gt;How to use EncryptString to save sensitive data on the client.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DerrickVMSFT</author><pubDate>Fri, 08 Feb 2013 21:01:56 GMT</pubDate><guid isPermaLink="false">Updated Release: Windows Azure WCF Data Service (Feb 08, 2013) 20130208090156P</guid></item><item><title>Released: Windows Azure WCF Data Service (Feb 08, 2013)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/101644</link><description>
&lt;div class="wikidoc"&gt;Source code for a step by step guide to publish and consume a Windows Azure WCF Data Service connected to an Azure SQL Database using Azure Access Control Service claims-based authentication. The article describes best practice guidance
 on exposing an Azure SQL Database on Windows Azure as a WCF Data Service. At the end of this guide, you will create a Windows Azure WCF Data Service using Windows Azure Access Control Service claims-based authentication that connects to an Azure SQL Database.
 In addition, you will learn how to use a Windows Azure claims-based token to connect to a Windows Azure cloud service.&lt;br&gt;
&lt;br&gt;
Lesson 1 - Create a local WCF Data Service that connects to Azure SQL Database
&lt;ul&gt;
&lt;li&gt;How to deploy the sample AdventureWorksLT2012_Azure database to Azure SQL Database
&lt;/li&gt;&lt;li&gt;How to restrict a SQL Server User &lt;/li&gt;&lt;li&gt;How to create a Visual Studio 2012 Windows Azure Cloud Service on localhost &lt;/li&gt;&lt;li&gt;How to create a Named Resource class to stream an image &lt;/li&gt;&lt;li&gt;How to encrypt a connection string for testing on localhost&lt;/li&gt;&lt;/ul&gt;
Lesson 2 - Publish a local WCF Data Service to a Windows Azure Cloud Service
&lt;ul&gt;
&lt;li&gt;How to publish a Windows Azure Cloud Service &lt;/li&gt;&lt;li&gt;How to encrypt a connection string for Windows Azure&lt;/li&gt;&lt;/ul&gt;
Lesson 3 - How to implement claims-based authentication using Windows Azure ACS 2.0
&lt;ul&gt;
&lt;li&gt;How to configure a user name and password ACS Service Identity &lt;/li&gt;&lt;li&gt;How to obtain service credentials for an HttpModule &lt;/li&gt;&lt;li&gt;How to configure web.config for a Windows Azure WCF Data Service &lt;/li&gt;&lt;li&gt;How to create an Azure custom error page&lt;/li&gt;&lt;/ul&gt;
Lesson 4 - How to configure a Windows Azure WCF Data Service client App for Claims-based authentication
&lt;ul&gt;
&lt;li&gt;How to get an ACS SWT token using AzureWebClient.GetTokenFromACS(). &lt;/li&gt;&lt;li&gt;How to get an OData stream using AzureWebClient.OpenRead() passing the SWT token.
&lt;/li&gt;&lt;li&gt;How to create a LINQ query to project the OData stream to a List&amp;lt;List&amp;lt;EntityProperty&amp;gt;&amp;gt;.
&lt;/li&gt;&lt;li&gt;How to save a bitmap from a web response when querying a named resource stream.
&lt;/li&gt;&lt;li&gt;How to use a Login Form to get user name and password &lt;/li&gt;&lt;li&gt;How to use EncryptString to save sensitive data on the client.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 08 Feb 2013 21:01:56 GMT</pubDate><guid isPermaLink="false">Released: Windows Azure WCF Data Service (Feb 08, 2013) 20130208090156P</guid></item><item><title>Updated Release: Windows Azure WCF Data Service</title><link>http://msftdbprodsamples.codeplex.com/releases/view/101644</link><description>&lt;div class="wikidoc"&gt;Source code for a step by step guide to publish and consume a Windows Azure WCF Data Service connected to an Azure SQL Database using Azure Access Control Service claims-based authentication. The article describes best practice guidance on exposing an Azure SQL Database on Windows Azure as a WCF Data Service. At the end of this guide, you will create a Windows Azure WCF Data Service using Windows Azure Access Control Service claims-based authentication that connects to an Azure SQL Database. In addition, you will learn how to use a Windows Azure claims-based token to connect to a Windows Azure cloud service.&lt;br /&gt;&lt;br /&gt;Lesson 1 - Create a local WCF Data Service that connects to Azure SQL Database
&lt;ul&gt;&lt;li&gt;How to deploy the sample AdventureWorksLT2012_Azure database to Azure SQL Database&lt;/li&gt;
&lt;li&gt;How to restrict a SQL Server User&lt;/li&gt;
&lt;li&gt;How to create a Visual Studio 2012 Windows Azure Cloud Service on localhost&lt;/li&gt;
&lt;li&gt;How to create a Named Resource class to stream an image&lt;/li&gt;
&lt;li&gt;How to encrypt a connection string for testing on localhost&lt;/li&gt;&lt;/ul&gt;
Lesson 2 - Publish a local WCF Data Service to a Windows Azure Cloud Service
&lt;ul&gt;&lt;li&gt;How to publish a Windows Azure Cloud Service&lt;/li&gt;
&lt;li&gt;How to encrypt a connection string for Windows Azure&lt;/li&gt;&lt;/ul&gt;
Lesson 3 - How to implement claims-based authentication using Windows Azure ACS 2.0
&lt;ul&gt;&lt;li&gt;How to configure a user name and password ACS Service Identity&lt;/li&gt;
&lt;li&gt;How to obtain service credentials for an HttpModule&lt;/li&gt;
&lt;li&gt;How to configure web.config for a Windows Azure WCF Data Service&lt;/li&gt;
&lt;li&gt;How to create an Azure custom error page&lt;/li&gt;&lt;/ul&gt;
Lesson 4 - How to configure a Windows Azure WCF Data Service client App for Claims-based authentication
&lt;ul&gt;&lt;li&gt;How to get an ACS SWT token using AzureWebClient.GetTokenFromACS(). &lt;/li&gt;
&lt;li&gt;How to get an OData stream using AzureWebClient.OpenRead() passing the SWT token. &lt;/li&gt;
&lt;li&gt;How to create a LINQ query to project the OData stream to a List&amp;lt;List&amp;lt;EntityProperty&amp;gt;&amp;gt;. &lt;/li&gt;
&lt;li&gt;How to save a bitmap from a web response when querying a named resource stream. &lt;/li&gt;
&lt;li&gt;How to use a Login Form to get user name and password&lt;/li&gt;
&lt;li&gt;How to use EncryptString to save sensitive data on the client.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DerrickVMSFT</author><pubDate>Fri, 08 Feb 2013 20:58:52 GMT</pubDate><guid isPermaLink="false">Updated Release: Windows Azure WCF Data Service 20130208085852P</guid></item><item><title>Updated Release: AdventureWorks2008R2 without filestream (Jan 14, 2011)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/59211</link><description>&lt;div class="wikidoc"&gt;Update as of 7/19/2012: There is a new backup of the AdventureWorksDW2008R2 cube for SSAS 2008 R2 available: &lt;a href="http://msftdbprodsamples.codeplex.com/downloads/get/461461"&gt;AdventureWorksDW2008R2 cube for SSAS 2008 R2&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Update as of 4/2/2012&lt;br /&gt;&lt;br /&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/3735.sql-server-samples-readme-en-us.aspx#Readme_for_Adventure_Works_Sample_Databases"&gt;How to install the AdventureWorks2008R2 OLTP database&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; After attaching AdventureWorks2008R2_Data.mdf, you will need to remove the ldf log file listed below the mdf file.&lt;br /&gt;&lt;br /&gt;This release is dedicated to the Adventure Works sample databases and related scripts that ship for &lt;b&gt;Microsoft SQL Server 2008 R2&lt;/b&gt;. This release uses the AdventureWorks2008R2 and AdventureWorksDW2008R2 sample databases (added on 3/30/2012), without filestream. These databases cannot be installed on any version of SQL Server other than SQL Server 2008 R2.&lt;br /&gt;&lt;br /&gt;You can also download a script and .csv files (added on 3/30/2012) to install the databases from script.&lt;br /&gt;For details on how to install the AdventureWorks20008R2 OLTP database, the  AdventureWorks20008R2 DW database, or to install either of these from script, see the &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mlynd</author><pubDate>Thu, 17 Jan 2013 19:50:55 GMT</pubDate><guid isPermaLink="false">Updated Release: AdventureWorks2008R2 without filestream (Jan 14, 2011) 20130117075055P</guid></item><item><title>Released: AdventureWorks2008R2 without filestream (Jan 14, 2011)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/59211</link><description>
&lt;div class="wikidoc"&gt;Update as of 7/19/2012: There is a new backup of the AdventureWorksDW2008R2 cube for SSAS 2008 R2 available:
&lt;a href="http://msftdbprodsamples.codeplex.com/downloads/get/461461"&gt;AdventureWorksDW2008R2 cube for SSAS 2008 R2&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Update as of 4/2/2012&lt;br&gt;
&lt;br&gt;
&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/3735.sql-server-samples-readme-en-us.aspx#Readme_for_Adventure_Works_Sample_Databases"&gt;How to install the AdventureWorks2008R2 OLTP database&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Note:&lt;/b&gt; After attaching AdventureWorks2008R2_Data.mdf, you will need to remove the ldf log file listed below the mdf file.&lt;br&gt;
&lt;br&gt;
This release is dedicated to the Adventure Works sample databases and related scripts that ship for
&lt;b&gt;Microsoft SQL Server 2008 R2&lt;/b&gt;. This release uses the AdventureWorks2008R2 and AdventureWorksDW2008R2 sample databases (added on 3/30/2012), without filestream. These databases cannot be installed on any version of SQL Server other than SQL Server 2008
 R2.&lt;br&gt;
&lt;br&gt;
You can also download a script and .csv files (added on 3/30/2012) to install the databases from script.&lt;br&gt;
For details on how to install the AdventureWorks20008R2 OLTP database, the AdventureWorks20008R2 DW database, or to install either of these from script, see the
&lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 17 Jan 2013 19:50:55 GMT</pubDate><guid isPermaLink="false">Released: AdventureWorks2008R2 without filestream (Jan 14, 2011) 20130117075055P</guid></item><item><title>Updated Release: Adventure Works for SQL Server 2012 (Mar 12, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55330</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Update as of 6/21&lt;/b&gt;: Tabular AMO 2012 is now available from &lt;a href="https://tabularamo2012.codeplex.com/"&gt;https://tabularamo2012.codeplex.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/3735.sql-server-samples-readme-en-us.aspx#Readme_for_Adventure_Works_Sample_Databases"&gt;How to install the AdventureWorks2012 OLTP database&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This release is dedicated to the Adventure Works sample databases and related samples that ship for &lt;b&gt;Microsoft SQL Server 2012 RTM&lt;/b&gt;. This release uses the AdventureWorks2012 and AdventureWorksDW2012 sample databases. They have been upgraded to the SQL Server 2012 RTM version. &lt;br /&gt;&lt;br /&gt;These databases cannot be installed on any version of SQL Server other than SQL Server 2012 RTM.&lt;br /&gt;&lt;br /&gt;The &lt;b&gt;AdventureWorks2012 OLTP database&lt;/b&gt; has two versions: 
&lt;ul&gt;&lt;li&gt;AdventureWorks2012_Data.mdf for case-insensitive collation&lt;/li&gt;
&lt;li&gt;AdventureWorks2012&lt;i&gt;CS&lt;/i&gt;Data.mdf for case-sensitive collation&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can also download a DDL script and .csv files to install the database from script. Download AdventureWorks 2012 OLTP Script.zip to create the case-insensitive database or AdventureWorks 2012 CS OLTP Script.zip for the case-sensitive database. The dates in the database have remained circa 2008 dates.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Update as of 3/16:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;We have added a lightweight version of AdventureWorks2012_Data.mdf called AdventureWorksLT2012_Data.mdf. This is a lightweight, case-insensitive version of the database. A lightweight version for the case-sensitive database and accompanying script will be available around 3/23. &lt;br /&gt;&lt;br /&gt;For details on how to install the AdventureWorks2012 OLTP database from script, see &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The &lt;b&gt;AdventureWorksDW2012 data warehouse sample database&lt;/b&gt; in this release includes additional tables, columns, and images that support analysis Services tabular modeling and Power View samples and tutorials. For details on how to install the &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Important:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;To ensure proper working of the samples you must ensure that all databases and tabular models and samples belong to the same release version. For example, mixing the SQL Server 2012 RC0 with SQL Server 2012 RTM may cause issues. &lt;br /&gt;&lt;br /&gt;Install the databases by running code or by using the SQL Server Management Studio user interface. For step by step instructions, see &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h4&gt;Analysis Services Multidimensional and Tabular Databases and Related Samples&lt;/h4&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AdventureWorks Multidimensional Models SQL Server 2012&lt;/b&gt; inclues: 
&lt;ul&gt;&lt;li&gt;The Adventure WorksDW2012 multidimensional model for Enterprise and Standard Editions.&lt;/li&gt;
&lt;li&gt;The multidimensional projects for the Analysis Services tutorials.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;AdventureWorks Tabular Model SQL Server 2012&lt;/b&gt; includes the AdventureWorks DW tabular model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;AdventureWorks Internet Sales Tabular Model SQL Server 2012&lt;/b&gt; includes a completed version of the AdventureWorks Internet Sales Tabular Model solution. You can also complete this solution yourself by using the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=245910&amp;amp;clcid=0x409"&gt;SQL Server 2012 Analysis Services Tabular Modeling Adventure Works Tutorial&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Update as of 3/19&lt;/b&gt;:&lt;br /&gt;Adventure Works Internet Sales Tabular Model has been updated to address a non-breaking setting change.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For infomation about prerequisites and installation, see &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.&lt;br /&gt;
&lt;h5&gt;&lt;b&gt;Power View and PowerPivot Samples&lt;/b&gt;&lt;/h5&gt;
&lt;br /&gt;Samples available on the Microsoft Download Center:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=26718"&gt;Power View and PowerPivot HelloWorldPicnic Samples for SQL Server 2012 RTM&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=26719"&gt;Image Files for HelloWorldPicnic Sample Model in PowerPivot and Power View&lt;/a&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mlynd</author><pubDate>Mon, 14 Jan 2013 23:43:57 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for SQL Server 2012 (Mar 12, 2012) 20130114114357P</guid></item><item><title>Released: Adventure Works for SQL Server 2012 (Mar 12, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55330</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;Update as of 6/21&lt;/b&gt;: Tabular AMO 2012 is now available from
&lt;a href="https://tabularamo2012.codeplex.com/"&gt;https://tabularamo2012.codeplex.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/3735.sql-server-samples-readme-en-us.aspx#Readme_for_Adventure_Works_Sample_Databases"&gt;How to install the AdventureWorks2012 OLTP database&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This release is dedicated to the Adventure Works sample databases and related samples that ship for
&lt;b&gt;Microsoft SQL Server 2012 RTM&lt;/b&gt;. This release uses the AdventureWorks2012 and AdventureWorksDW2012 sample databases. They have been upgraded to the SQL Server 2012 RTM version.
&lt;br&gt;
&lt;br&gt;
These databases cannot be installed on any version of SQL Server other than SQL Server 2012 RTM.&lt;br&gt;
&lt;br&gt;
The &lt;b&gt;AdventureWorks2012 OLTP database&lt;/b&gt; has two versions:
&lt;ul&gt;
&lt;li&gt;AdventureWorks2012_Data.mdf for case-insensitive collation &lt;/li&gt;&lt;li&gt;AdventureWorks2012&lt;i&gt;CS&lt;/i&gt;Data.mdf for case-sensitive collation&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
You can also download a DDL script and .csv files to install the database from script. Download AdventureWorks 2012 OLTP Script.zip to create the case-insensitive database or AdventureWorks 2012 CS OLTP Script.zip for the case-sensitive database. The dates
 in the database have remained circa 2008 dates.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Update as of 3/16:&lt;/b&gt; &lt;br&gt;
&lt;br&gt;
We have added a lightweight version of AdventureWorks2012_Data.mdf called AdventureWorksLT2012_Data.mdf. This is a lightweight, case-insensitive version of the database. A lightweight version for the case-sensitive database and accompanying script will be available
 around 3/23. &lt;br&gt;
&lt;br&gt;
For details on how to install the AdventureWorks2012 OLTP database from script, see
&lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
The &lt;b&gt;AdventureWorksDW2012 data warehouse sample database&lt;/b&gt; in this release includes additional tables, columns, and images that support analysis Services tabular modeling and Power View samples and tutorials. For details on how to install the
&lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Important:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
To ensure proper working of the samples you must ensure that all databases and tabular models and samples belong to the same release version. For example, mixing the SQL Server 2012 RC0 with SQL Server 2012 RTM may cause issues.
&lt;br&gt;
&lt;br&gt;
Install the databases by running code or by using the SQL Server Management Studio user interface. For step by step instructions, see
&lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;SQL Server Samples Readme&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;h4&gt;Analysis Services Multidimensional and Tabular Databases and Related Samples&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;AdventureWorks Multidimensional Models SQL Server 2012&lt;/b&gt; inclues:
&lt;ul&gt;
&lt;li&gt;The Adventure WorksDW2012 multidimensional model for Enterprise and Standard Editions.
&lt;/li&gt;&lt;li&gt;The multidimensional projects for the Analysis Services tutorials.&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;AdventureWorks Tabular Model SQL Server 2012&lt;/b&gt; includes the AdventureWorks DW tabular model.&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;AdventureWorks Internet Sales Tabular Model SQL Server 2012&lt;/b&gt; includes a completed version of the AdventureWorks Internet Sales Tabular Model solution. You can also complete this solution yourself by using the
&lt;a href="http://go.microsoft.com/fwlink/?LinkId=245910&amp;clcid=0x409"&gt;SQL Server 2012 Analysis Services Tabular Modeling Adventure Works Tutorial&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Update as of 3/19&lt;/b&gt;:&lt;br&gt;
Adventure Works Internet Sales Tabular Model has been updated to address a non-breaking setting change.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For infomation about prerequisites and installation, see &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223771"&gt;
SQL Server Samples Readme&lt;/a&gt;.&lt;br&gt;
&lt;h5&gt;&lt;b&gt;Power View and PowerPivot Samples&lt;/b&gt;&lt;/h5&gt;
&lt;br&gt;
Samples available on the Microsoft Download Center:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=26718"&gt;Power View and PowerPivot HelloWorldPicnic Samples for SQL Server 2012 RTM&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=26719"&gt;Image Files for HelloWorldPicnic Sample Model in PowerPivot and Power View&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 14 Jan 2013 23:43:57 GMT</pubDate><guid isPermaLink="false">Released: Adventure Works for SQL Server 2012 (Mar 12, 2012) 20130114114357P</guid></item><item><title>Created Release: Cleanse and Curate Master Data (Jan 07, 2013)</title><link>http://msftdbprodsamples.codeplex.com/releases?ReleaseId=100029</link><description>&lt;div class="wikidoc"&gt;This sample implements a simple EIM scenario by using SSIS, DQS, and MDS technologies together. The SSIS package in this sample cleanses the input data it reads from an Excel file against the Suppliers DQS knowledge base and then identifies and removes any duplicates in the data. SSIS includes the DQS Cleansing Transform component to invoke the cleansing functionality exposed by DQS. Currently, DQS does not expose matching functionality for SSIS to use, but you can use the Fuzzy Grouping Transform to identify duplicates in the data.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DerrickvMSFT</author><pubDate>Tue, 08 Jan 2013 03:57:01 GMT</pubDate><guid isPermaLink="false">Created Release: Cleanse and Curate Master Data (Jan 07, 2013) 20130108035701A</guid></item><item><title>Released: Cleanse and Curate Master Data (Jan 07, 2013)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/100029</link><description>
&lt;div class="wikidoc"&gt;This sample implements a simple EIM scenario by using SSIS, DQS, and MDS technologies together. The SSIS package in this sample cleanses the input data it reads from an Excel file against the Suppliers DQS knowledge base and then identifies
 and removes any duplicates in the data. SSIS includes the DQS Cleansing Transform component to invoke the cleansing functionality exposed by DQS. Currently, DQS does not expose matching functionality for SSIS to use, but you can use the Fuzzy Grouping Transform
 to identify duplicates in the data.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 08 Jan 2013 03:57:01 GMT</pubDate><guid isPermaLink="false">Released: Cleanse and Curate Master Data (Jan 07, 2013) 20130108035701A</guid></item><item><title>Updated Release: Adventure Works for Azure SQL Database (Dec 07, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/37304</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;AdventureWorks Community Samples Databases for Azure SQL Database&lt;/h2&gt; 
&lt;h3&gt;Introduction&lt;/h3&gt;Cloud computing on the Azure platform offers the opportunity to easily add more data and compute capacity on the fly as business needs vary over time. Azure SQL Database is the relational data store for the Windows Azure platform. Although SQL Server and Azure SQL Database both communicate with clients via TDS, there are significant differences between SQL Server and Azure SQL Database.  So the familiar AdventureWorks community sample database scripts will not work if executed against Azure SQL Database without modification. &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into an Azure SQL Database server you will need the following:
&lt;ol&gt;&lt;li&gt;An Azure SQL Database server at &lt;a href="https://www.windowsazure.com/en-us/pricing/free-trial/"&gt;https://www.windowsazure.com/en-us/pricing/free-trial/&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;.NET Framework 4.0 which is available for free at &lt;a href="http://msdn.microsoft.com/en-us/netframework/aa569263.aspx"&gt;MSDN&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your Azure SQL Database Firewall to allow a connection to your Azure SQL Database server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;SQL Server is &lt;b&gt;not&lt;/b&gt; required in order to install the sample databases.  However SQL Server Management Studio of SQL Server 2012 may be helpful for browsing and exploring Azure SQL databases.&lt;br /&gt; 
&lt;h3&gt;Installation&lt;/h3&gt;If you have not already done so, download and extract the files from the zip file containing the AdventureWorks community sample databases for Azure SQL Database from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304"&gt;CodePlex&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the Azure SQL Database version of the AdventureWorks2012 database:
&lt;ol&gt;&lt;li&gt;Delete a previous AdventureWorks2012 sample database.&lt;/li&gt;
&lt;li&gt;Start a command prompt window with Administrator privileges.&lt;/li&gt;
&lt;li&gt;CD to the directory where the zip file was extracted.&lt;/li&gt;
&lt;li&gt;CD to the AdventureWorks\ directory.&lt;/li&gt;
&lt;li&gt;At the command prompt:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure.cmd &lt;/b&gt;&lt;i&gt;servername username password&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;For example, if the assigned SQL Azure server is named &lt;b&gt;b1gl33p&lt;/b&gt;, the administrator user name is &lt;b&gt;Fred&lt;/b&gt;, and the password is &lt;b&gt;Secret&lt;/b&gt;, the following would be typed:&lt;br /&gt;&lt;br /&gt;    &lt;b&gt;&lt;span class="codeInline"&gt;     CreateAdventureWorksForSQLAzure.cmd b1gl33p.database.windows.net Fred@b1gl33p Secret &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The script will create the database, install the schema, and populate the database with sample data.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>scottkl</author><pubDate>Sat, 08 Dec 2012 00:58:50 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for Azure SQL Database (Dec 07, 2012) 20121208125850A</guid></item><item><title>Released: Adventure Works for Azure SQL Database (Dec 07, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/37304</link><description>
&lt;div class="wikidoc"&gt;
&lt;h2&gt;AdventureWorks Community Samples Databases for Azure SQL Database&lt;/h2&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;
Cloud computing on the Azure platform offers the opportunity to easily add more data and compute capacity on the fly as business needs vary over time. Azure SQL Database is the relational data store for the Windows Azure platform. Although SQL Server and Azure
 SQL Database both communicate with clients via TDS, there are significant differences between SQL Server and Azure SQL Database. So the familiar AdventureWorks community sample database scripts will not work if executed against Azure SQL Database without modification.
&lt;br&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
In order to install the AdventureWorks community sample databases into an Azure SQL Database server you will need the following:
&lt;ol&gt;
&lt;li&gt;An Azure SQL Database server at &lt;a href="https://www.windowsazure.com/en-us/pricing/free-trial/"&gt;
https://www.windowsazure.com/en-us/pricing/free-trial/&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;.NET Framework 4.0 which is available for free at &lt;a href="http://msdn.microsoft.com/en-us/netframework/aa569263.aspx"&gt;
MSDN&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Ensure that you have configured your Azure SQL Database Firewall to allow a connection to your Azure SQL Database server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
SQL Server is &lt;b&gt;not&lt;/b&gt; required in order to install the sample databases. However SQL Server Management Studio of SQL Server 2012 may be helpful for browsing and exploring Azure SQL databases.&lt;br&gt;
&lt;h3&gt;Installation&lt;/h3&gt;
If you have not already done so, download and extract the files from the zip file containing the AdventureWorks community sample databases for Azure SQL Database from
&lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304"&gt;
CodePlex&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
To install the Azure SQL Database version of the AdventureWorks2012 database:
&lt;ol&gt;
&lt;li&gt;Delete a previous AdventureWorks2012 sample database. &lt;/li&gt;&lt;li&gt;Start a command prompt window with Administrator privileges. &lt;/li&gt;&lt;li&gt;CD to the directory where the zip file was extracted. &lt;/li&gt;&lt;li&gt;CD to the AdventureWorks\ directory. &lt;/li&gt;&lt;li&gt;At the command prompt:&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
&lt;b&gt;CreateAdventureWorksForSQLAzure.cmd &lt;/b&gt;&lt;i&gt;servername username password&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
For example, if the assigned SQL Azure server is named &lt;b&gt;b1gl33p&lt;/b&gt;, the administrator user name is
&lt;b&gt;Fred&lt;/b&gt;, and the password is &lt;b&gt;Secret&lt;/b&gt;, the following would be typed:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;span class="codeInline"&gt;CreateAdventureWorksForSQLAzure.cmd b1gl33p.database.windows.net Fred@b1gl33p Secret
&lt;/span&gt;&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
The script will create the database, install the schema, and populate the database with sample data.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 08 Dec 2012 00:58:50 GMT</pubDate><guid isPermaLink="false">Released: Adventure Works for Azure SQL Database (Dec 07, 2012) 20121208125850A</guid></item><item><title>Updated Release: Adventure Works for Azure SQL Database (Feb 14, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/37304</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;AdventureWorks Community Samples Databases for Azure SQL Database&lt;/h2&gt; 
&lt;h3&gt;Introduction&lt;/h3&gt;Cloud computing on the Azure platform offers the opportunity to easily add more data and compute capacity on the fly as business needs vary over time. Azure SQL Database is the relational data store for the Windows Azure platform. Although SQL Server and Azure SQL Database both communicate with clients via TDS, there are significant differences between SQL Server and Azure SQL Database.  So the familiar AdventureWorks community sample database scripts will not work if executed against Azure SQL Database without modification. &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into an Azure SQL Database server you will need the following:
&lt;ol&gt;&lt;li&gt;An Azure SQL Database server at &lt;a href="https://www.windowsazure.com/en-us/pricing/free-trial/"&gt;https://www.windowsazure.com/en-us/pricing/free-trial/&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;.NET Framework 4.0 which is available for free at &lt;a href="http://msdn.microsoft.com/en-us/netframework/aa569263.aspx"&gt;MSDN&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your Azure SQL Database Firewall to allow a connection to your Azure SQL Database server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;SQL Server is &lt;b&gt;not&lt;/b&gt; required in order to install the sample databases.  However SQL Server Management Studio of SQL Server 2012 may be helpful for browsing and exploring Azure SQL databases.&lt;br /&gt; 
&lt;h3&gt;Installation&lt;/h3&gt;If you have not already done so, download and extract the files from the zip file containing the AdventureWorks community sample databases for Azure SQL Database from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304"&gt;CodePlex&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the Azure SQL Database version of the AdventureWorks2012 database:
&lt;ol&gt;&lt;li&gt;Delete a previous AdventureWorks2012 sample database.&lt;/li&gt;
&lt;li&gt;Start a command prompt window with Administrator privileges.&lt;/li&gt;
&lt;li&gt;CD to the directory where the zip file was extracted.&lt;/li&gt;
&lt;li&gt;CD to the AdventureWorks\ directory.&lt;/li&gt;
&lt;li&gt;At the command prompt:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure.cmd &lt;/b&gt;&lt;i&gt;servername username password&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;For example, if the assigned SQL Azure server is named &lt;b&gt;b1gl33p&lt;/b&gt;, the administrator user name is &lt;b&gt;Fred&lt;/b&gt;, and the password is &lt;b&gt;Secret&lt;/b&gt;, the following would be typed:&lt;br /&gt;&lt;br /&gt;    &lt;b&gt;&lt;span class="codeInline"&gt;     CreateAdventureWorksForSQLAzure.cmd b1gl33p.database.windows.net Fred@b1gl33p Secret &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The script will create the database, install the schema, and populate the database with sample data.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>scottkl</author><pubDate>Sat, 08 Dec 2012 00:57:48 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for Azure SQL Database (Feb 14, 2012) 20121208125748A</guid></item><item><title>Updated Release: Adventure Works for Azure SQL Database (Feb 14, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/37304</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;AdventureWorks Community Samples Databases for Azure SQL Database&lt;/h2&gt; 
&lt;h3&gt;Introduction&lt;/h3&gt;Cloud computing on the Azure platform offers the opportunity to easily add more data and compute capacity on the fly as business needs vary over time. Azure SQL Database is the relational data store for the Windows Azure platform. Although SQL Server and Azure SQL Database both communicate with clients via TDS, there are significant differences between SQL Server and Azure SQL Database.  So the familiar AdventureWorks community sample database scripts will not work if executed against Azure SQL Database without modification. &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into an Azure SQL Database server you will need the following:
&lt;ol&gt;&lt;li&gt;An Azure SQL Database server at &lt;a href="https://www.windowsazure.com/en-us/pricing/free-trial/"&gt;https://www.windowsazure.com/en-us/pricing/free-trial/&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;.NET Framework 4.0 which is available for free at &lt;a href="http://msdn.microsoft.com/en-us/netframework/aa569263.aspx"&gt;MSDN&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your Azure SQL Database Firewall to allow a connection to your Azure SQL Database server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;SQL Server is &lt;b&gt;not&lt;/b&gt; required in order to install the sample databases.  However SQL Server Management Studio of SQL Server 2012 may be helpful for browsing and exploring Azure SQL databases.&lt;br /&gt; 
&lt;h3&gt;Installation&lt;/h3&gt;If you have not already done so, download and extract the files from the zip file containing the AdventureWorks community sample databases for Azure SQL Database from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304"&gt;CodePlex&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the Azure SQL Database version of the AdventureWorks2012 database:
&lt;ol&gt;&lt;li&gt;Delete a previous AdventureWorks2012 sample database.&lt;/li&gt;
&lt;li&gt;Start a command prompt window with Administrator privileges.&lt;/li&gt;
&lt;li&gt;CD to the directory where the zip file was extracted.&lt;/li&gt;
&lt;li&gt;CD to the AdventureWorks\ directory.&lt;/li&gt;
&lt;li&gt;At the command prompt:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure.cmd &lt;/b&gt;&lt;i&gt;servername username password&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;For example, if the assigned SQL Azure server is named &lt;b&gt;b1gl33p&lt;/b&gt;, the administrator user name is &lt;b&gt;Fred&lt;/b&gt;, and the password is &lt;b&gt;Secret&lt;/b&gt;, the following would be typed:&lt;br /&gt;&lt;br /&gt;    &lt;b&gt;&lt;span class="codeInline"&gt;     CreateAdventureWorksForSQLAzure.cmd b1gl33p.database.windows.net Fred@b1gl33p Secret &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The script will create the database, install the schema, and populate the database with sample data.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DerrickVMSFT</author><pubDate>Tue, 04 Dec 2012 22:35:53 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for Azure SQL Database (Feb 14, 2012) 20121204103553P</guid></item><item><title>Released: Adventure Works for Azure SQL Database (Feb 14, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/37304</link><description>
&lt;div class="wikidoc"&gt;
&lt;h2&gt;AdventureWorks Community Samples Databases for Azure SQL Database&lt;/h2&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;
Cloud computing on the Azure platform offers the opportunity to easily add more data and compute capacity on the fly as business needs vary over time. Azure SQL Database is the relational data store for the Windows Azure platform. Although SQL Server and Azure
 SQL Database both communicate with clients via TDS, there are significant differences between SQL Server and Azure SQL Database. So the familiar AdventureWorks community sample database scripts will not work if executed against Azure SQL Database without modification.
&lt;br&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
In order to install the AdventureWorks community sample databases into an Azure SQL Database server you will need the following:
&lt;ol&gt;
&lt;li&gt;An Azure SQL Database server at &lt;a href="https://www.windowsazure.com/en-us/pricing/free-trial/"&gt;
https://www.windowsazure.com/en-us/pricing/free-trial/&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;.NET Framework 4.0 which is available for free at &lt;a href="http://msdn.microsoft.com/en-us/netframework/aa569263.aspx"&gt;
MSDN&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Ensure that you have configured your Azure SQL Database Firewall to allow a connection to your Azure SQL Database server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
SQL Server is &lt;b&gt;not&lt;/b&gt; required in order to install the sample databases. However SQL Server Management Studio of SQL Server 2012 may be helpful for browsing and exploring Azure SQL databases.&lt;br&gt;
&lt;h3&gt;Installation&lt;/h3&gt;
If you have not already done so, download and extract the files from the zip file containing the AdventureWorks community sample databases for Azure SQL Database from
&lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304"&gt;
CodePlex&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
To install the Azure SQL Database version of the AdventureWorks2012 database:
&lt;ol&gt;
&lt;li&gt;Delete a previous AdventureWorks2012 sample database. &lt;/li&gt;&lt;li&gt;Start a command prompt window with Administrator privileges. &lt;/li&gt;&lt;li&gt;CD to the directory where the zip file was extracted. &lt;/li&gt;&lt;li&gt;CD to the AdventureWorks\ directory. &lt;/li&gt;&lt;li&gt;At the command prompt:&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
&lt;b&gt;CreateAdventureWorksForSQLAzure.cmd &lt;/b&gt;&lt;i&gt;servername username password&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
For example, if the assigned SQL Azure server is named &lt;b&gt;b1gl33p&lt;/b&gt;, the administrator user name is
&lt;b&gt;Fred&lt;/b&gt;, and the password is &lt;b&gt;Secret&lt;/b&gt;, the following would be typed:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;span class="codeInline"&gt;CreateAdventureWorksForSQLAzure.cmd b1gl33p.database.windows.net Fred@b1gl33p Secret
&lt;/span&gt;&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
The script will create the database, install the schema, and populate the database with sample data.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 04 Dec 2012 22:35:53 GMT</pubDate><guid isPermaLink="false">Released: Adventure Works for Azure SQL Database (Feb 14, 2012) 20121204103553P</guid></item><item><title>Updated Release: OlympicsData workbook - Excel, SSIS, Azure sample (Nov 12, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/97636</link><description>&lt;div class="wikidoc"&gt;Sample Excel workbook for How to publish Excel worksheets to Azure SQL Database using SSIS article.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DerrickVMSFT</author><pubDate>Thu, 15 Nov 2012 00:56:19 GMT</pubDate><guid isPermaLink="false">Updated Release: OlympicsData workbook - Excel, SSIS, Azure sample (Nov 12, 2012) 20121115125619A</guid></item><item><title>Released: OlympicsData workbook - Excel, SSIS, Azure sample (Nov 12, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/97636</link><description>
&lt;div class="wikidoc"&gt;Sample Excel workbook for How to publish Excel worksheets to Azure SQL Database using SSIS article.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 15 Nov 2012 00:56:19 GMT</pubDate><guid isPermaLink="false">Released: OlympicsData workbook - Excel, SSIS, Azure sample (Nov 12, 2012) 20121115125619A</guid></item><item><title>Updated Release: AdventureWorks Databases – 2012, 2008R2 and 2008 (Aug 28, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/93587</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;About this release&lt;/b&gt;&lt;br /&gt;This release consolidates AdventureWorks databases for SQL Server 2012, 2008R2 and 2008 versions to one page. Each zip file contains an mdf database file and ldf log file. This should make it easier to find and download AdventureWorks databases since all OLTP versions are on one page. There are no database schema changes.&lt;br /&gt;&lt;br /&gt;For each release of the product, there is a light-weight and full version of the AdventureWorks sample database.  The light-weight version is denoted by the LT abbreviation in the filename.&lt;br /&gt;&lt;br /&gt;An AdventureWorks database can be installed by attaching the database, or using the CREATE DATABASE statement.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;To attach an AdventureWorks database&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;Download a database for your SQL Server version.&lt;/li&gt;
&lt;li&gt;Unzip the database (mdf) file and log (ldf) file.&lt;/li&gt;
&lt;li&gt;From Microsoft SQL Server Management Studio, connect to a SQL Server instance.&lt;/li&gt;
&lt;li&gt;Right click Databases.&lt;/li&gt;
&lt;li&gt;Click Attach.&lt;/li&gt;
&lt;li&gt;Click the Add button.&lt;/li&gt;
&lt;li&gt;Locate the AdventureWorks database mdf file. For instance, AdventureWorks2012_Data.mdf.&lt;/li&gt;
&lt;li&gt;Click the OK button on the Locate Database Files dialog window.&lt;/li&gt;
&lt;li&gt;Click the OK button on the Attach Databases dialog window to attach the database.&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;CREATE DATABASE statement&lt;/b&gt;&lt;br /&gt;From SQL Server Management Studio, execute the following T-SQL:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example T-SQL&lt;/b&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;CREATE&lt;/span&gt; &lt;span style="color:Blue;"&gt;DATABASE&lt;/span&gt; AdventureWorks2012 &lt;span style="color:Blue;"&gt;ON&lt;/span&gt; (FILENAME = &lt;span style="color:#A31515;"&gt;&amp;#39;M:\Data\AdventureWorks2012_Data.mdf&amp;#39;&lt;/span&gt;), (FILENAME = &lt;span style="color:#A31515;"&gt;&amp;#39;L:\Tlogs\AdventureWorks2012_Log.ldf&amp;#39;&lt;/span&gt;) &lt;span style="color:Blue;"&gt;FOR&lt;/span&gt; ATTACH;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DerrickVMSFT</author><pubDate>Wed, 14 Nov 2012 18:14:15 GMT</pubDate><guid isPermaLink="false">Updated Release: AdventureWorks Databases – 2012, 2008R2 and 2008 (Aug 28, 2012) 20121114061415P</guid></item><item><title>Released: AdventureWorks Databases – 2012, 2008R2 and 2008 (Aug 28, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/93587</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;About this release&lt;/b&gt;&lt;br&gt;
This release consolidates AdventureWorks databases for SQL Server 2012, 2008R2 and 2008 versions to one page. Each zip file contains an mdf database file and ldf log file. This should make it easier to find and download AdventureWorks databases since all OLTP
 versions are on one page. There are no database schema changes.&lt;br&gt;
&lt;br&gt;
For each release of the product, there is a light-weight and full version of the AdventureWorks sample database. The light-weight version is denoted by the LT abbreviation in the filename.&lt;br&gt;
&lt;br&gt;
An AdventureWorks database can be installed by attaching the database, or using the CREATE DATABASE statement.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;To attach an AdventureWorks database&lt;/b&gt;
&lt;ol&gt;
&lt;li&gt;Download a database for your SQL Server version. &lt;/li&gt;&lt;li&gt;Unzip the database (mdf) file and log (ldf) file. &lt;/li&gt;&lt;li&gt;From Microsoft SQL Server Management Studio, connect to a SQL Server instance.
&lt;/li&gt;&lt;li&gt;Right click Databases. &lt;/li&gt;&lt;li&gt;Click Attach. &lt;/li&gt;&lt;li&gt;Click the Add button. &lt;/li&gt;&lt;li&gt;Locate the AdventureWorks database mdf file. For instance, AdventureWorks2012_Data.mdf.
&lt;/li&gt;&lt;li&gt;Click the OK button on the Locate Database Files dialog window. &lt;/li&gt;&lt;li&gt;Click the OK button on the Attach Databases dialog window to attach the database.&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;CREATE DATABASE statement&lt;/b&gt;&lt;br&gt;
From SQL Server Management Studio, execute the following T-SQL:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Example T-SQL&lt;/b&gt;&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
&lt;span style="color:Blue"&gt;CREATE&lt;/span&gt; &lt;span style="color:Blue"&gt;DATABASE&lt;/span&gt; AdventureWorks2012 &lt;span style="color:Blue"&gt;ON&lt;/span&gt; (FILENAME = &lt;span style="color:#A31515"&gt;&amp;#39;M:\Data\AdventureWorks2012_Data.mdf&amp;#39;&lt;/span&gt;), (FILENAME = &lt;span style="color:#A31515"&gt;&amp;#39;L:\Tlogs\AdventureWorks2012_Log.ldf&amp;#39;&lt;/span&gt;) &lt;span style="color:Blue"&gt;FOR&lt;/span&gt; ATTACH;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 14 Nov 2012 18:14:15 GMT</pubDate><guid isPermaLink="false">Released: AdventureWorks Databases – 2012, 2008R2 and 2008 (Aug 28, 2012) 20121114061415P</guid></item></channel></rss>