<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Microsoft SQL Server Product Samples: Database</title><link>http://msftdbprodsamples.codeplex.com/project/feeds/rss</link><description>This project contains Database samples released with Microsoft SQL Server product.   </description><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 22, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-DundeeDevl</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Dreadful... Needlessly complicated. Should be distributed with SQL Server Setup anyway. Single machine with one instance of SQLExpress. AW setup could not find my instance. Finally turned on TCP&amp;#47;IP, NamedPipes, and SQL Browser &amp;#40;all defaulted to disabled...&amp;#41; Then AW Setup saw my instance. Could not get full text search enabled &amp;#40;not available as a feature on my downloaded installation&amp;#41;.... Hideous</description><author>DundeeDevl</author><pubDate>Wed, 22 Feb 2012 18:53:43 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 22, 2012) 20120222065343P</guid></item><item><title>Commented Issue: Issue with [HumanResources].[vEmployeeDepartment] [7427]</title><link>http://msftdbprodsamples.codeplex.com/workitem/7427</link><description>In the 2008 x64 distro of AWOLTP, theres a view named &amp;#34;&amp;#91;HumanResources&amp;#93;.&amp;#91;vEmployeeDepartment&amp;#93;&amp;#34; The where clause is only correct at midnight local time. It should really be as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;WHERE CAST&amp;#40;GETDATE&amp;#40;&amp;#41; AS DATE&amp;#41; BETWEEN edh.&amp;#91;StartDate&amp;#93; AND ISNULL&amp;#40;edh.&amp;#91;EndDate&amp;#93;, GETDATE&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Comments: ** Comment from web user: SharePointInf ** &lt;p&gt;Excellent observation and solution. I was going to troubleshoot it myself but I saw that you had already solved it. Thank you.&lt;/p&gt;</description><author>SharePointInf</author><pubDate>Wed, 22 Feb 2012 00:01:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Issue with [HumanResources].[vEmployeeDepartment] [7427] 20120222120119A</guid></item><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 17, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-RGOConnor</link><description>Rated 2 Stars &amp;#40;out of 5&amp;#41; - Cannot attach. 661&amp;#47;655 problem mentioned by others. Is there something I&amp;#39;m doing wrong&amp;#63;</description><author>RGOConnor</author><pubDate>Fri, 17 Feb 2012 15:40:13 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 17, 2012) 20120217034013P</guid></item><item><title>Reviewed: Adventure Works for SQL Server 2012 RC0 (Feb 16, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55330#ReviewBy-ErikBo</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Thanks for the good work &amp;#40;it was a good idea to skip the FILESTREAM dependency&amp;#41;&amp;#33;&amp;#10;Everything works smoothly and as expected - if you read the instructions and meet the requirements described above - .mdf is a fine format for databases &amp;#58;-&amp;#41;&amp;#10;</description><author>ErikBo</author><pubDate>Fri, 17 Feb 2012 03:36:45 GMT</pubDate><guid isPermaLink="false">Reviewed: Adventure Works for SQL Server 2012 RC0 (Feb 16, 2012) 20120217033645A</guid></item><item><title>Reviewed: AdventureWorks2008R2 without filestream (二月 14, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/59211#ReviewBy-lin050620</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - 三界功绩2012年2月15日 15&amp;#58;24&amp;#58;42</description><author>lin050620</author><pubDate>Wed, 15 Feb 2012 07:24:14 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks2008R2 without filestream (二月 14, 2012) 20120215072414A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://msftdbprodsamples.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Migration Notes&lt;/h2&gt; 
&lt;h3&gt;Introduction&lt;/h3&gt;Scripting the AdventureWorks database community sample database with the default scripting options generates a script that when executed against SQL Azure without modification will not work. The option to script objects for the SQL Azure database engine type eleviates this issue, but it helps to know what changes were made to the script to make it &amp;quot;Azure Compatible&amp;quot;. Thus, the Full AdventureWorks2012 download on this page was scripted for the SQL Server 2008R2 database engine and the following changes were applied to the script to allow the script to run successfully on SQL Azure:&lt;br /&gt;
&lt;h3&gt;Script Options&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Objects Included in Script Generation
&lt;ul&gt;&lt;li&gt;Tables&lt;/li&gt;
&lt;li&gt;Views&lt;/li&gt;
&lt;li&gt;Stored Procedures&lt;/li&gt;
&lt;li&gt;User-Defined Fuctions&lt;/li&gt;
&lt;li&gt;User-Defined Data Types&lt;/li&gt;
&lt;li&gt;Schemas&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Objects Excluded in Script Generation
&lt;ul&gt;&lt;li&gt;DDL Triggers&lt;/li&gt;
&lt;li&gt;Full Text Catalog&lt;/li&gt;
&lt;li&gt;XML Schema Collections&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Syntax Adjustments &lt;/h3&gt;The following options, statements, and T-SQL references were removed from the script to enable it to run successfully in SQL Azure:
&lt;ul&gt;&lt;li&gt;Removed all ON PRIMARY options&lt;/li&gt;
&lt;li&gt;Removed all PAD_INDEX options&lt;/li&gt;
&lt;li&gt;Removed all ALLOW&lt;i&gt;ROW&lt;/i&gt;LOCKS options&lt;/li&gt;
&lt;li&gt;Removed all ALLOW&lt;i&gt;PAGE&lt;/i&gt;LOCKS options&lt;/li&gt;
&lt;li&gt;Removed all SORT&lt;i&gt;IN&lt;/i&gt;TEMPDB options&lt;/li&gt;
&lt;li&gt;Removed all CREATE PRIMARY XML INDEX statements&lt;/li&gt;
&lt;li&gt;Removed all references to XML schema collections on XML data type columns&lt;/li&gt;
&lt;li&gt;Removed all TEXTIMAGE_ON options&lt;/li&gt;
&lt;li&gt;Removed all ROWGUIDCOL identifier on UniqueIdentifier column data types&lt;/li&gt;
&lt;li&gt;Removed all NOT FOR REPLICATION option from tables and stored procedures&lt;/li&gt;
&lt;li&gt;On the Production.ProductProductPhoto table, changed: PRIMARY KEY NONCLUSTERED to PRIMARY KEY CLUSTERED (every table needs a clustered index).&lt;/li&gt;
&lt;li&gt;Excluded the stored procedure uspSearchCandidateResumes as it references the unsupported functions FREETEXTTABLE and CONTAINSTABLE.&lt;/li&gt;
&lt;li&gt;Excluded the view vAdditionalContactInfo. The XQuery method value() was generating an compile error. This is under investigation.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>scottkl</author><pubDate>Wed, 15 Feb 2012 00:30:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120215123021A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://msftdbprodsamples.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Migration Notes&lt;/h2&gt; 
&lt;h3&gt;Introduction&lt;/h3&gt;So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification.  Thus, in keeping with the AdventureWorks tradition, the new addition of the AdventureWorks2012 Full database to CodePlex contains the full version of the AdventureWorks2012 database along with an AdventureWorks samples database that is scaled-out using SQL Azure Federations.&lt;br /&gt;
&lt;h3&gt;Script Options&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Objects Included in Script Generation
&lt;ul&gt;&lt;li&gt;Tables&lt;/li&gt;
&lt;li&gt;Views&lt;/li&gt;
&lt;li&gt;Stored Procedures&lt;/li&gt;
&lt;li&gt;User-Defined Fuctions&lt;/li&gt;
&lt;li&gt;User-Defined Data Types&lt;/li&gt;
&lt;li&gt;Schemas&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Objects Excluded in Script Generation
&lt;ul&gt;&lt;li&gt;DDL Triggers&lt;/li&gt;
&lt;li&gt;Full Text Catalog&lt;/li&gt;
&lt;li&gt;XML Schema Collections&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Syntax Adjustments &lt;/h3&gt;The following options, statements, and T-SQL references were removed from the script to enable it to run successfully in SQL Azure:
&lt;ul&gt;&lt;li&gt;Removed all ON PRIMARY options&lt;/li&gt;
&lt;li&gt;Removed all PAD_INDEX options&lt;/li&gt;
&lt;li&gt;Removed all ALLOW&lt;i&gt;ROW&lt;/i&gt;LOCKS options&lt;/li&gt;
&lt;li&gt;Removed all ALLOW&lt;i&gt;PAGE&lt;/i&gt;LOCKS options&lt;/li&gt;
&lt;li&gt;Removed all SORT&lt;i&gt;IN&lt;/i&gt;TEMPDB options&lt;/li&gt;
&lt;li&gt;Removed all CREATE PRIMARY XML INDEX statements&lt;/li&gt;
&lt;li&gt;Removed all references to XML schema collections on XML data type columns&lt;/li&gt;
&lt;li&gt;Removed all TEXTIMAGE_ON options&lt;/li&gt;
&lt;li&gt;Removed all ROWGUIDCOL identifier on UniqueIdentifier column data types&lt;/li&gt;
&lt;li&gt;Removed all NOT FOR REPLICATION option from tables and stored procedures&lt;/li&gt;
&lt;li&gt;On the Production.ProductProductPhoto table, changed: PRIMARY KEY NONCLUSTERED to PRIMARY KEY CLUSTERED (every table needs a clustered index).&lt;/li&gt;
&lt;li&gt;Excluded the stored procedure uspSearchCandidateResumes as it references the unsupported functions FREETEXTTABLE and CONTAINSTABLE.&lt;/li&gt;
&lt;li&gt;Excluded the view vAdditionalContactInfo. The XQuery method value() was generating an compile error. This is under investigation.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>scottkl</author><pubDate>Wed, 15 Feb 2012 00:24:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120215122444A</guid></item><item><title>Updated Release: Adventure Works for SQL Azure (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 SQL Azure February 14, 2012&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. SQL Azure is the relational data store for the Azure platform. Although SQL Server and SQL Azure both communicate with clients via TDS, there are significant differences between what SQL Server supports and SQL Azure supports.  So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification.  Thus, in keeping with the AdventureWorks tradition, the new addition of the AdventureWorks2012 Full database to CodePlex contains the full version of the AdventureWorks2012 database along with an AdventureWorks samples database that is scaled-out using SQL Azure Federations.&lt;br /&gt;&lt;br /&gt;The previous install of the AdventureWorks data warehouse and the AdventureWorks Light (LT) databases for SQL Azure are still available to be downloaded.  &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into SQL Azure servers you will need the following:
&lt;ol&gt;&lt;li&gt;A SQL Azure server at &lt;a href="http://sql.azure.com/" class="externalLink"&gt;http://sql.azure.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;Enough database quota to install one or both databases depending on your requirements.  There is currently a limit of 150 databases per project which can be lifted with a credit check.&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" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your SQL Azure Firewall to allow a connection to your SQL Azure server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&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 2008R2 may be helpful for browsing and exploring SQL Azure 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 SQL Azure from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304" class="externalLink"&gt;CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the SQL Azure version of the AdventureWorks2012 database for SQL Azure perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any 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;Type the following:&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;br /&gt;&lt;br /&gt;&lt;br /&gt;To install the SQL Azure Federated version of the AdventureWorks2012 sample database perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any previous AdventureWorks2012_Fed sample databases.&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_Federated\ directory.&lt;/li&gt;
&lt;li&gt;Type the following:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure&lt;i&gt;Fed.cmd &lt;/b&gt;&lt;/i&gt;servername username password_&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_Fed.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>Tue, 14 Feb 2012 22:12:04 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for SQL Azure (Feb 14, 2012) 20120214101204P</guid></item><item><title>Released: Adventure Works for SQL Azure (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 SQL Azure February 14, 2012&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. SQL Azure is the relational data store for the Azure platform. Although SQL Server and SQL Azure both communicate
 with clients via TDS, there are significant differences between what SQL Server supports and SQL Azure supports. So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification. Thus, in keeping
 with the AdventureWorks tradition, the new addition of the AdventureWorks2012 Full database to CodePlex contains the full version of the AdventureWorks2012 database along with an AdventureWorks samples database that is scaled-out using SQL Azure Federations.&lt;br&gt;
&lt;br&gt;
The previous install of the AdventureWorks data warehouse and the AdventureWorks Light (LT) databases for SQL Azure are still available to be downloaded.
&lt;br&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
In order to install the AdventureWorks community sample databases into SQL Azure servers you will need the following:
&lt;ol&gt;
&lt;li&gt;A SQL Azure server at &lt;a href="http://sql.azure.com/"&gt;http://sql.azure.com/&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Enough database quota to install one or both databases depending on your requirements. There is currently a limit of 150 databases per project which can be lifted with a credit check.
&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;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Ensure that you have configured your SQL Azure Firewall to allow a connection to your SQL Azure server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br&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 2008R2 may be helpful for browsing and exploring SQL Azure 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 SQL Azure from
&lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304"&gt;
CodePlex&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
To install the SQL Azure version of the AdventureWorks2012 database for SQL Azure perform the following steps:
&lt;ol&gt;
&lt;li&gt;Delete any 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;Type the following:&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;br&gt;
&lt;br&gt;
&lt;br&gt;
To install the SQL Azure Federated version of the AdventureWorks2012 sample database perform the following steps:
&lt;ol&gt;
&lt;li&gt;Delete any previous AdventureWorks2012_Fed sample databases. &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_Federated\ directory. &lt;/li&gt;&lt;li&gt;Type the following:&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
&lt;b&gt;CreateAdventureWorksForSQLAzure&lt;i&gt;Fed.cmd &lt;/b&gt;&lt;/i&gt;servername username password_&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_Fed.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, 14 Feb 2012 22:12:04 GMT</pubDate><guid isPermaLink="false">Released: Adventure Works for SQL Azure (Feb 14, 2012) 20120214101204P</guid></item><item><title>Updated Release: Adventure Works for SQL Azure (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 SQL Azure February 14, 2012&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. SQL Azure is the relational data store for the Azure platform. Although SQL Server and SQL Azure both communicate with clients via TDS, there are significant differences between what SQL Server supports and SQL Azure supports.  So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification.  Thus, in keeping with the AdventureWorks tradition, the new addition of the AdventureWorks2012 Full database to CodePlex contains the full version of the AdventureWorks2012 database along with an AdventureWorks samples database that is scaled-out using SQL Azure Federations.&lt;br /&gt;&lt;br /&gt;The previous install of the AdventureWorks data warehouse and the AdventureWorks Light (LT) databases for SQL Azure are still available to be downloaded.  &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into SQL Azure servers you will need the following:
&lt;ol&gt;&lt;li&gt;A SQL Azure server at &lt;a href="http://sql.azure.com/" class="externalLink"&gt;http://sql.azure.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;Enough database quota to install one or both databases depending on your requirements.  There is currently a limit of 150 databases per project which can be lifted with a credit check.&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" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your SQL Azure Firewall to allow a connection to your SQL Azure server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&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 2008R2 may be helpful for browsing and exploring SQL Azure 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 SQL Azure from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304" class="externalLink"&gt;CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the SQL Azure version of the AdventureWorks2012 database for SQL Azure perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any 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;Type the following:&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;br /&gt;&lt;br /&gt;&lt;br /&gt;To install the SQL Azure Federated version of the AdventureWorks2012 sample database perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any previous AdventureWorks2012_Fed sample databases.&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_Federated\ directory.&lt;/li&gt;
&lt;li&gt;Type the following:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure&lt;i&gt;Fed.cmd &lt;/b&gt;&lt;/i&gt;servername username password_&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_Fed.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>Tue, 14 Feb 2012 22:11:40 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for SQL Azure (Feb 14, 2012) 20120214101140P</guid></item><item><title>Updated Release: Adventure Works for SQL Azure (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 SQL Azure February 14, 2012&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. SQL Azure is the relational data store for the Azure platform. Although SQL Server and SQL Azure both communicate with clients via TDS, there are significant differences between what SQL Server supports and SQL Azure supports.  So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification.  Thus, in keeping with the AdventureWorks tradition, the new addition of the AdventureWorks2012 Full database to CodePlex contains the full version of the AdventureWorks2012 database along with an AdventureWorks samples database that is scaled-out using SQL Azure Federations.&lt;br /&gt;&lt;br /&gt;The previous install of the AdventureWorks data warehouse and the AdventureWorks Light (LT) databases for SQL Azure are still available to be downloaded.  &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into SQL Azure servers you will need the following:
&lt;ol&gt;&lt;li&gt;A SQL Azure server at &lt;a href="http://sql.azure.com/" class="externalLink"&gt;http://sql.azure.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;Enough database quota to install one or both databases depending on your requirements.  There is currently a limit of 150 databases per project which can be lifted with a credit check.&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" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your SQL Azure Firewall to allow a connection to your SQL Azure server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&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 2008R2 may be helpful for browsing and exploring SQL Azure 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 SQL Azure from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304" class="externalLink"&gt;CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the SQL Azure version of the AdventureWorks2012 database for SQL Azure perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any 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;Type the following:&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;br /&gt;&lt;br /&gt;&lt;br /&gt;To install the SQL Azure Federated version of the AdventureWorks2012 sample database perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any previous AdventureWorks2012_Fed sample databases.&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_Federated\ directory.&lt;/li&gt;
&lt;li&gt;Type the following:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure&lt;i&gt;Fed.cmd &lt;/b&gt;&lt;/i&gt;servername username password_&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_Fed.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>Tue, 14 Feb 2012 22:08:53 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for SQL Azure (Feb 14, 2012) 20120214100853P</guid></item><item><title>Updated Release: Adventure Works for SQL Azure (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 SQL Azure February 14, 2012&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. SQL Azure is the relational data store for the Azure platform. Although SQL Server and SQL Azure both communicate with clients via TDS, there are significant differences between what SQL Server supports and SQL Azure supports.  So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification.  Thus, in keeping with the AdventureWorks tradition, the new addition of the AdventureWorks2012 Full database to CodePlex contains the full version of the AdventureWorks2012 database along with an AdventureWorks samples database that is scaled-out using SQL Azure Federations.&lt;br /&gt;&lt;br /&gt;The previous install of the AdventureWorks data warehouse and the AdventureWorks Light (LT) databases for SQL Azure are still available to be downloaded.  &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into SQL Azure servers you will need the following:
&lt;ol&gt;&lt;li&gt;A SQL Azure server at &lt;a href="http://sql.azure.com/" class="externalLink"&gt;http://sql.azure.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;Enough database quota to install one or both databases depending on your requirements.  There is currently a limit of 150 databases per project which can be lifted with a credit check.&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" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your SQL Azure Firewall to allow a connection to your SQL Azure server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&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 2008R2 may be helpful for browsing and exploring SQL Azure 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 SQL Azure from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304" class="externalLink"&gt;CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the SQL Azure version of the AdventureWorks2012 database for SQL Azure perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any 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;Type the following:&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;br /&gt;&lt;br /&gt;&lt;br /&gt;To install the SQL Azure Federated version of the AdventureWorks2012 sample database perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any previous AdventureWorks2012_Fed sample databases.&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_Federated\ directory.&lt;/li&gt;
&lt;li&gt;Type the following:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure&lt;i&gt;Fed.cmd &lt;/b&gt;&lt;/i&gt;servername username password_&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_Fed.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>Tue, 14 Feb 2012 22:07:24 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for SQL Azure (Feb 14, 2012) 20120214100724P</guid></item><item><title>Updated Release: Adventure Works for SQL Azure (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 SQL Azure February 14, 2012&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. SQL Azure is the relational data store for the Azure platform. Although SQL Server and SQL Azure both communicate with clients via TDS, there are significant differences between what SQL Server supports and SQL Azure supports.  So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification.  Thus, in keeping with the AdventureWorks tradition, the new addition of the AdventureWorks2012 Full database to CodePlex contains the full version of the AdventureWorks2012 database along with a Federated version of the full AdventureWorks2012 database.&lt;br /&gt;&lt;br /&gt;The previous install of the AdventureWorks data warehouse and the AdventureWorks Light (LT) databases for SQL Azure are still available to be downloaded.  &lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into SQL Azure servers you will need the following:
&lt;ol&gt;&lt;li&gt;A SQL Azure server at &lt;a href="http://sql.azure.com/" class="externalLink"&gt;http://sql.azure.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;Enough database quota to install one or both databases depending on your requirements.  There is currently a limit of 150 databases per project which can be lifted with a credit check.&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" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your SQL Azure Firewall to allow a connection to your SQL Azure server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&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 2008R2 may be helpful for browsing and exploring SQL Azure 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 SQL Azure from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304" class="externalLink"&gt;CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the SQL Azure version of the AdventureWorks2012 database for SQL Azure perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any 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;Type the following:&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;br /&gt;&lt;br /&gt;&lt;br /&gt;To install the SQL Azure Federated version of the AdventureWorks2012 sample database perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any previous AdventureWorks2012_Fed sample databases.&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_Federated\ directory.&lt;/li&gt;
&lt;li&gt;Type the following:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure&lt;i&gt;Fed.cmd &lt;/b&gt;&lt;/i&gt;servername username password_&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_Fed.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>Tue, 14 Feb 2012 21:58:23 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for SQL Azure (Feb 14, 2012) 20120214095823P</guid></item><item><title>Updated Release: Adventure Works for SQL Azure (Dec 15, 2009)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/37304</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;AdventureWorks Community Samples Databases for SQL Azure February 14, 2012&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. SQL Azure is the relational data store for the Azure platform. Although SQL Server and SQL Azure both communicate with clients via TDS, there are significant differences between what SQL Server supports and SQL Azure supports.  So the familiar AdventureWorks community sample database scripts will not work if executed against SQL Azure without modification.  This release provides the tools, data and scripts necessary to install the AdventureWorks data warehouse and the AdventureWorks Light (LT) databases into SQL Azure servers hosted in the cloud.  Currently the AdventureWorks OLTP database is not supported for SQL Azure.&lt;br /&gt; 
&lt;h3&gt;Prerequisites&lt;/h3&gt;In order to install the AdventureWorks community sample databases into SQL Azure servers you will need the following:
&lt;ol&gt;&lt;li&gt;A SQL Azure server at &lt;a href="http://sql.azure.com/" class="externalLink"&gt;http://sql.azure.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  &lt;/li&gt;
&lt;li&gt;Enough database quota to install one or both databases depending on your requirements.  There is currently a limit of 150 databases per project which can be lifted with a credit check.&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" class="externalLink"&gt;MSDN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Ensure that you have configured your SQL Azure Firewall to allow a connection to your SQL Azure server from your IP address.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&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 2008R2 may be helpful for browsing and exploring SQL Azure 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 SQL Azure from &lt;a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37304" class="externalLink"&gt;CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;To install the SQL Azure version of the AdventureWorks2012 database for SQL Azure perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any 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;Type the following:&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;br /&gt;&lt;br /&gt;&lt;br /&gt;To install the SQL Azure Federated version of the AdventureWorks2012 sample database perform the following steps:
&lt;ol&gt;&lt;li&gt;Delete any previous AdventureWorks2012_Fed sample databases.&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_Federated\ directory.&lt;/li&gt;
&lt;li&gt;Type the following:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;CreateAdventureWorksForSQLAzure&lt;i&gt;Fed.cmd &lt;/b&gt;&lt;/i&gt;servername username password_&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_Fed.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>Tue, 14 Feb 2012 21:48:42 GMT</pubDate><guid isPermaLink="false">Updated Release: Adventure Works for SQL Azure (Dec 15, 2009) 20120214094842P</guid></item><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 10, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-NingBing</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Installed with no issues on Windows 7 x64 with named instance. Nice work&amp;#33;</description><author>NingBing</author><pubDate>Sat, 11 Feb 2012 06:07:36 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 10, 2012) 20120211060736A</guid></item><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 10, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-MarkTab</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Installed well on Windows 7 64-bit</description><author>MarkTab</author><pubDate>Fri, 10 Feb 2012 21:28:56 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 10, 2012) 20120210092856P</guid></item><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-deepthiy</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - 1. Win 7&amp;#43;SQL Server 2008-download &amp;#39;AdventureWorks 2008R2 SR1&amp;#39; default location. 2. Copy and paste in &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL  Server&amp;#92;MSSQL10_50.SQLEXPRESS&amp;#92;MSSQL&amp;#92;DATA&amp;#39; and extract here. 3. &amp;#39;Attach&amp;#39; AdventureWorks2008 database through SQL Server 2008 RS 4. Also check FILE STREAM is enabled.&amp;#10;It was initially challenging to download AdventureWorks2008 db onto Win 7, perseverance prevailed.</description><author>deepthiy</author><pubDate>Sun, 05 Feb 2012 07:31:25 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012) 20120205073125A</guid></item><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-deepthiy</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - 1. Win 7&amp;#43;SQL Server 2008-download &amp;#34;AdventureWorks 2008R2 SR1&amp;#34; default location. 2. Copy and paste in &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL  Server&amp;#92;MSSQL10_50.SQLEXPRESS&amp;#92;MSSQL&amp;#92;DATA&amp;#34; and extract here. 3. &amp;#39;Attach&amp;#39; AdventureWorks2008 database through SQL Server 2008 RS 4. Can also check FILE STREAM is enabled.&amp;#10;It was initially challenging to download AdventureWorks2008 db onto Win 7, perseverance WON &amp;#58;&amp;#41;</description><author>deepthiy</author><pubDate>Sun, 05 Feb 2012 07:29:58 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012) 20120205072958A</guid></item><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-deepthiy</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - 1. Win 7&amp;#43;SQL Server 2008-download &amp;#34;AdventureWorks 2008R2 SR1&amp;#34; default location. 2. Copy and paste in &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL  Server&amp;#92;MSSQL10_50.SQLEXPRESS&amp;#92;MSSQL&amp;#92;DATA&amp;#34; and extract here. 3. &amp;#34;Attach&amp;#34; the AdventureWorks2008 database through SQL Server 2008 RS 4. Can also check FILE STREAM is enabled&amp;#10;It was initially challenging to download AdventureWorks2008 db onto Win 7, perseverance WON &amp;#58;&amp;#41;</description><author>deepthiy</author><pubDate>Sun, 05 Feb 2012 07:28:50 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012) 20120205072850A</guid></item><item><title>Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012)</title><link>http://msftdbprodsamples.codeplex.com/releases/view/55926#ReviewBy-bkejser</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Please fix. There is no AdventureWorks2008R2 database in the installation. The database is necessary for AdventureWorks2008R2 Sample Reports project. </description><author>bkejser</author><pubDate>Sun, 05 Feb 2012 01:37:38 GMT</pubDate><guid isPermaLink="false">Reviewed: AdventureWorks 2008R2 SR1 (Feb 04, 2012) 20120205013738A</guid></item></channel></rss>
