<?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 Azure' and 'Learning Plan'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=SQL+Azure,Learning+Plan&amp;orTags=0</link><description>Search results matching tags 'SQL Azure' and 'Learning Plan'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>SQL Azure Use Case: Shared Storage Application</title><link>http://sqlblog.com/blogs/buck_woody/archive/2011/04/26/sql-azure-use-case-shared-storage-application.aspx</link><pubDate>Tue, 26 Apr 2011 13:33:50 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:35207</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;em&gt;&lt;span style="font-size:small;"&gt;This is one in a series of posts on when and where to use a distributed architecture design in your organization's computing needs. You can find the main post here: &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/buckwoody/archive/2011/01/18/windows-azure-and-sql-azure-use-cases.aspx"&gt;&lt;span style="font-size:small;"&gt;&lt;u&gt;&lt;font color="#800080"&gt;http://blogs.msdn.com/b/buckwoody/archive/2011/01/18/windows-azure-and-sql-azure-use-cases.aspx&lt;/font&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:small;"&gt; &lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;Description:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:small;"&gt;On-premise data will be a part of computing for quite some time – perhaps permanently. Bandwidth requirements, security, or even financial considerations for large data sets often dictate that relational (on non-relational) systems will be maintained locally in many organizations, especially in enterprise computing. &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:small;"&gt;But distributed data systems are useful in many situations. Organizations may wish to store a portion of data off-site, either for sharing the data with other applications (including web-based applications) or as a supplement to a High-Availability and Disaster Recovery (HADR) strategy.&lt;/span&gt;&lt;/p&gt; &lt;span style="font-size:small;"&gt;   &lt;p&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;Implementation:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;SQL Azure can be used to add an additional option to an HADR strategy by copying off portions (or all) of an on-premise database system.&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-79-79-metablogapi/3386.sql_2D00_aHADR_5F00_2.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="sql-aHADR" border="0" alt="sql-aHADR" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-79-79-metablogapi/4265.sql_2D00_aHADR_5F00_thumb.png" width="298" height="181" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;In this arrangement, on-premise systems remain as they are. Data is replicated using many technologies, such as SQL Server Integration Services (SSIS), scripts, or Microsoft’s Sync Framework to a SQL Azure database. This data can be kept “cold”, meaning that a manual process is required to bring the data back, or as a “warm” standby using connection string management in the application.&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;Recently we architected a solution where a company kept a rolling two-week window of data replicated to SQL Azure using the &lt;a href="http://msdn.microsoft.com/en-us/sync/default.aspx" target="_blank"&gt;Sync Framework&lt;/a&gt;. The application, a compiled EXE running on user’s systems, had a “switch connections” button, that allowed the users to take a laptop to another location, select that option, and continue working from anywhere they had Internet connectivity. This required forethought and planning, and did not replace their primary HADR systems, but it did allow them to continue operations in the case of a severe outage at multiple sites. Since they are an emergency services provider, this gave them the highest redundancy.&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;Another option is to amalgamate data from disparate sources. &lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-79-79-metablogapi/6320.sql_2D00_aHyb_5F00_2.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="sql-aHyb" border="0" alt="sql-aHyb" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-79-79-metablogapi/2625.sql_2D00_aHyb_5F00_thumb.png" width="342" height="134" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;In this arrangement, two or more data services (one of which is SQL Azure) are accessed by a single program. The program queries each system independently, and using LINQ a single query can work across all of the data, assuming there is some sort of natural or artificial “key” that can join the data sets together. The user programs simply view this single data set as a single data source, unaware of the underlying data sets. This allows great flexibility and agility in the downstream program. The upstream data sources can change as long as the elements are kept consistent.&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-size:small;"&gt;There are performance and security implications to amalgamated data systems, but if architected carefully they provide multiple benefits. A few of of these are that other systems can access the individual data sources, reporting is simplified and standardized, and multiple copies of data are eliminated.&lt;/span&gt;&lt;/p&gt;   &lt;span style="font-size:small;"&gt;     &lt;p&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;Resources:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;      &lt;p&gt;&lt;span style="font-size:small;"&gt;You can read more about the Sync Framework and SQL Azure here: &lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/sync-framework-sql-server-to-sql-azure-synchronization.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/sync-framework-sql-server-to-sql-azure-synchronization.aspx&lt;/a&gt;&amp;#160;&lt;/span&gt;&lt;/p&gt;      &lt;p&gt;&lt;span style="font-size:small;"&gt;If you are new to LINQ, you can find more resources on it here: &lt;a href="http://msdn.microsoft.com/en-us/library/bb308959.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb308959.aspx&lt;/a&gt;&amp;#160;&lt;/span&gt;&lt;/p&gt;   &lt;/span&gt;&lt;/span&gt;</description></item><item><title>Windows Azure Learning Plan - SQL Azure</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/12/13/windows-azure-learning-plan-sql-azure.aspx</link><pubDate>Mon, 13 Dec 2010 15:28:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:31568</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;This is one in a series of posts on a Windows Azure Learning Plan. &lt;a href="http://sqlblog.com/b/buckwoody/archive/2010/11/16/windows-azure-learning-plan.aspx"&gt;&lt;span style="text-decoration:underline;"&gt;&lt;span style="color:#0066cc;"&gt;You can find the main post here&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;. This one deals with SQL Azure.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;There are a series of videos here you can use for a complete overview:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/c48654fd-4b7f-4882-85d3-cb63c8e7e2ff"&gt;Getting Started: SQL Azure at a Glance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/d57da5a6-1501-4422-a819-db314e84e63a"&gt;Getting Started: Basic Architectural Considerations with SQL Azure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/US/details/1bd6bcb1-87c8-4f77-8425-2624a5f96976"&gt;Getting Started: Creating an Account and Your SQL Azure Database&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/US/details/ef5114b7-e497-45c5-a59a-b54bf397834b"&gt;Getting Started: Interacting with SQL Azure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/US/details/09aa4f10-333a-4c98-aed1-4cb300de63ec"&gt;Getting Started: SQL Azure Pricing Explained&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/ee1b1972-175b-435b-88eb-2ab737d5cea0"&gt;Administration: Securing SQL Azure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/US/details/a39ddb0d-61ff-49ab-b5e5-c1fad9963a3e"&gt;Migration &amp;amp; Synchronization: Migrating from Access to SQL Azure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/US/details/ac10774f-c127-4689-8068-7fac9f08ef6e"&gt;Migration &amp;amp; Synchronization: Migration of an On-Premises DB to SQL Azure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/bdf8abf1-2d4d-4e15-9192-107965b8432d"&gt;Migration and Synchronization: SQL Azure Data Sync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/US/details/a5dcd1a9-acc4-43c6-9c50-c60dcdb060c4"&gt;Programming: Working with SQL Azure using .NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/063dcd81-ecaf-4ca0-be0a-2befb8581ebf"&gt;Programming: Creating LOB Applications with SQL Azure &amp;amp; Visual Studio LightSwitch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/083d55f4-c0d4-4309-8996-49d63ce14c60"&gt;Programming: Extending SQL Azure to Microsoft Applications&lt;/a&gt; (Windows Phone)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/90a64b23-10d0-400e-b0f7-a727fc940594"&gt;Programming: Extending SQL Azure Data to Heterogeneous Platforms&lt;/a&gt; (Android)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/4b811bbb-3d9b-4a2f-9187-1cb06e175bc3"&gt;BI: Business Intelligence with Cloud Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/showcase/en/us/details/dfb1ac98-ab80-4f8f-ab8e-89e6bfdb02a7"&gt;BI: Advanced Business Intelligence with Cloud Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="direction:ltr;"&gt;
&lt;div align="left"&gt;
&lt;table style="border:1px solid #a3a3a3;border-collapse:collapse;direction:ltr;" cellspacing="0" cellpadding="0" align="left"&gt;

&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;span style="font-weight:bold;"&gt;Overview and Training&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Overview and general&amp;nbsp; information about SQL Azure - what it is, how it works, and where you can learn more.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Content Index&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/inside-sql-azure.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-content-index.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;General Guidelines and Limitations&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee336245.aspx"&gt;http://msdn.microsoft.com/en-us/library/ee336245.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;General&amp;nbsp;SQL Azure Information&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://sqlblog.com/b/peterlau/archive/2012/02/28/get-started-with-sql-azure-resources.aspx"&gt;http://blogs.msdn.com/b/peterlau/archive/2012/02/28/get-started-with-sql-azure-resources.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;span style="font-weight:bold;"&gt;Samples and Learning&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Sources for online and other SQL Azure Training&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Free Online Training&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://sqlblog.com/b/sqlazure/archive/2010/05/06/10007449.aspx"&gt;http://blogs.msdn.com/b/sqlazure/archive/2010/05/06/10007449.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;60-minute Overview (webcast)&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032458620&amp;amp;CountryCode=US"&gt;https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032458620&amp;amp;CountryCode=US&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;span style="font-weight:bold;"&gt;Architecture&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;SQL Azure Internals and Architectures for Scale Out and other use-cases.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;SQL Azure Architecture&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/inside-sql-azure.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/inside-sql-azure.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Scale-out Architectures&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://tinyurl.com/247zm33"&gt;http://tinyurl.com/247zm33&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Sharding (larger DB sizes)&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;a href="http://sqlblog.com/b/sqlazure/archive/2010/12/23/10108670.aspx"&gt;http://blogs.msdn.com/b/sqlazure/archive/2010/12/23/10108670.aspx&lt;/a&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Federation Concepts&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://tinyurl.com/34eew2w"&gt;http://tinyurl.com/34eew2w&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Use-Cases&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://blogical.se/blogs/jahlen/archive/2010/11/23/sql-azure-why-use-it-and-what-makes-it-different-from-sql-server.aspx"&gt;http://blogical.se/blogs/jahlen/archive/2010/11/23/sql-azure-why-use-it-and-what-makes-it-different-from-sql-server.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;SQL Azure Security Model (video)&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://www.msdev.com/Directory/Description.aspx?EventId=1491"&gt;http://www.msdev.com/Directory/Description.aspx?EventId=1491&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;span style="font-weight:bold;"&gt;Administration&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Standard Administrative Tasks and Tools&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;" align="right"&gt;&lt;span style="color:#4f81bd;"&gt;Tools Options&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/overview-of-tools-to-use-with-sql-azure.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/overview-of-tools-to-use-with-sql-azure.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;" align="right"&gt;&lt;span style="color:#4f81bd;"&gt;SQL Azure Migration Wizard&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://sqlazuremw.codeplex.com/"&gt;http://sqlazuremw.codeplex.com/&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;" align="right"&gt;&lt;span style="color:#4f81bd;"&gt;Managing Databases and Login Security&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee336235.aspx"&gt;http://msdn.microsoft.com/en-us/library/ee336235.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;" align="right"&gt;&lt;span style="color:#4f81bd;"&gt;General Security for SQL Azure&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ff394108.aspx"&gt;http://msdn.microsoft.com/en-us/library/ff394108.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Backup and Recovery&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-backup-and-restore-strategy.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-backup-and-restore-strategy.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;More Backup and Recovery Options&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/current-options-for-backing-up-data-with-sql-azure.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/current-options-for-backing-up-data-with-sql-azure.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Syncing Large Databases to SQL Azure&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://sqlblog.com/b/sync/archive/2010/09/24/how-to-sync-large-sql-server-databases-to-sql-azure.aspx"&gt;http://blogs.msdn.com/b/sync/archive/2010/09/24/how-to-sync-large-sql-server-databases-to-sql-azure.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;span style="font-weight:bold;"&gt;Programming&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;Programming Patterns and Architectures for SQL Azure systems.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;How to Build and Manage a Business Database on SQL Azure&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://tinyurl.com/25q5v6g"&gt;http://tinyurl.com/25q5v6g&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Connection Management&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-connection-management-in-sql-azure.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-connection-management-in-sql-azure.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:2.35in;vertical-align:top;"&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;Transact-SQL Supported by SQL Azure&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding:4pt;border:1pt solid #a3a3a3;width:4.543in;vertical-align:top;"&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee336250.aspx"&gt;http://msdn.microsoft.com/en-us/library/ee336250.aspx&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style="margin:0in;text-align:right;color:#4f81bd;font-family:Calibri;font-size:11pt;"&gt;SQLCAT Team Papers on SQL Azure&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;a href="http://sqlblog.com/b/sqlcat/archive/2010/05/28/sql-azure-customer-best-practices.aspx"&gt;http://blogs.msdn.com/b/sqlcat/archive/2010/05/28/sql-azure-customer-best-practices.aspx&lt;/a&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>