<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'SQL Server', 'SQL Azure', and 'SSDT'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=SQL+Server,SQL+Azure,SSDT&amp;orTags=0</link><description>Search results matching tags 'SQL Server', 'SQL Azure', and 'SSDT'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Northwind now available on SQL Azure</title><link>http://sqlblog.com/blogs/jamie_thomson/archive/2012/04/10/northwind-now-available-on-sql-azure.aspx</link><pubDate>Tue, 10 Apr 2012 21:08:14 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:42771</guid><dc:creator>jamiet</dc:creator><description>&lt;p&gt;Two weeks ago &lt;a href="http://sqlblog.com/blogs/jamie_thomson/archive/2012/03/27/adventureworks2012-now-available-to-all-on-sql-azure.aspx#42618" target="_blank"&gt;I made available a copy of [AdventureWorks2012] on SQL Azure and published credentials&lt;/a&gt; so that anyone from the SQL community could connect up and experience SQL Azure, probably for the first time. One of the (somewhat) popular requests thereafter was to make the venerable Northwind database available too so I am pleased to say that as of right now, Northwind is up there too.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/jamie_thomson/image_78F93299.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://sqlblog.com/blogs/jamie_thomson/image_thumb_1DAA4A11.png" width="330" height="597" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You will notice immediately that all of the Northwind tables (and the stored procedures and views too) have been moved into a schema called [Northwind] – this was so that they could be easily differentiated from the existing [AdventureWorks2012] objects.&lt;/p&gt;  &lt;p&gt;I used an SQL Server Data Tools (SSDT) project to publish the schema and data up to this SQL Azure database; if you are at all interested in poking around that SSDT project then I have made it available on Codeplex for your convenience under the MS-PL license – go and get it from &lt;a title="https://northwindssdt.codeplex.com/" href="https://northwindssdt.codeplex.com/"&gt;https://northwindssdt.codeplex.com/&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Using SSDT proved particularly useful as it alerted me to some aspects of Northwind that were not compatible with SQL Azure, namely that five of the tables did not have clustered indexes:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/jamie_thomson/image_26B6D592.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://sqlblog.com/blogs/jamie_thomson/image_thumb_398B593C.png" width="963" height="180" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The beauty of using SSDT is that I am alerted to these issues before I even attempt a connection to SQL Azure. Pretty cool, no? Fixing this situation was of course very easy, I simply changed the following primary keys from being nonclustered to clustered:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;[PK_Region]&lt;/li&gt;    &lt;li&gt;[PK_CustomerDemographics]&lt;/li&gt;    &lt;li&gt;[PK_EmployeeTerritories]&lt;/li&gt;    &lt;li&gt;[PK_Territories]&lt;/li&gt;    &lt;li&gt;[PK_CustomerCustomerDemo]&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you want to connect up then here are the credentials that you will need:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Server &lt;/b&gt;mhknbn2kdz.database.windows.net &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Database&lt;/b&gt; AdventureWorks2012 &lt;/li&gt;    &lt;li&gt;&lt;b&gt;User&lt;/b&gt; sqlfamily &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Password&lt;/b&gt; &lt;a href="mailto:sqlf@m1ly"&gt;sqlf@m1ly&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You will need SQL Server Management Studio (SSMS) 2008R2 installed in order to connect or alternatively simply use this handy website: &lt;a href="https://mhknbn2kdz.database.windows.net"&gt;https://mhknbn2kdz.database.windows.net&lt;/a&gt; which provides a web interface to a SQL Azure server.&lt;/p&gt;  &lt;p&gt;Do remember that hosting this database is not free so if you find that you are making use of it please help to keep it available by visiting Paypal and donating any amount at all to &lt;a href="mailto:adventureworksazure@hotmail.co.uk"&gt;adventureworksazure@hotmail.co.uk&lt;/a&gt;. To make this easy you can simply &lt;a href="http://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;amp;business=adventureworksazure@hotmail.co.uk&amp;amp;item_name=Supporting%20the%20SQL%20community" target="_blank"&gt;hit this link&lt;/a&gt; and the details will be completed for you – all you have to do is login and hit the “Send” button. If you are already a PayPal member then it should take you all of about 20 seconds!&lt;/p&gt;  &lt;p&gt;I hope this is useful to some of you folks out there. Don’t forget that we also have more data up there than in the conventional [AdventureWorks2012], read more at &lt;a href="http://sqlblog.com/blogs/jamie_thomson/archive/2012/04/03/big-adventureworks2012.aspx" target="_blank"&gt;Big AdventureWorks2012&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://twitter.com/jamiet"&gt;@Jamiet&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;b&gt;AdventureWorks on Azure - Provided &lt;u&gt;by&lt;/u&gt; the SQL Server community, &lt;u&gt;for&lt;/u&gt; the SQL Server community!&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;</description></item></channel></rss>