<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Data</title><subtitle type="html" /><id>http://blogs.msdn.com/b/data/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/data/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2008-04-07T08:51:00Z</updated><entry><title>ODBC DM 3.81 in the Next Release of Windows (code-named Windows “8” and Windows Server “8”)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2012/04/09/odbc-dm-3-81-in-the-next-release-of-windows-code-named-windows-8-and-windows-server-8.aspx" /><id>http://blogs.msdn.com/b/data/archive/2012/04/09/odbc-dm-3-81-in-the-next-release-of-windows-code-named-windows-8-and-windows-server-8.aspx</id><published>2012-04-10T01:43:00Z</published><updated>2012-04-10T01:43:00Z</updated><content type="html">&lt;p&gt;We&amp;rsquo;re excited to announce Microsoft ODBC Driver Manager (DM) version 3.81. It will be released in the next release of Windows (code-named Windows &amp;ldquo;8&amp;rdquo; and Windows Server &amp;ldquo;8&amp;rdquo;).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;b&gt;What&amp;rsquo;s New in Version 3.81?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Compared to ODBC DM 3.80 that shipped in Windows 7 and Windows Server 2008 R2, there are two major new features in ODBC DM 3.81.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="text-decoration: underline;"&gt;ODBC Asynchronous Operation Notification&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In ODBC 3.80 or before, applications can only use the &lt;a href="http://msdn.microsoft.com/en-us/library/ms713563(v=VS.85).aspx"&gt;polling model&lt;/a&gt; in asynchronous programming. An application has to call the original function multiple times in order to determine whether the operation has completed or not. This is not a very intuitive programming model. Also, repeated API calls waste CPU cycles, and hence the overall system performance might decrease. ODBC 3.81 supports the &lt;a href="http://msdn.microsoft.com/en-us/library/hh405038(v=VS.85).aspx"&gt;notification programming model&lt;/a&gt; for asynchronous operations. This feature supports both statement and connection APIs that are allowed to be executed asynchronously.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;ODBC Driver-Aware Connection Pooling&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In ODBC 3.80 or before, &lt;a href="http://msdn.microsoft.com/en-us/library/ms716319(v=VS.85).aspx"&gt;ODBC connection pooling&lt;/a&gt; is managed by DM without the participation of the ODBC drivers. Since most ODBC connection attributes and connection string keywords are driver-specific, the ODBC Driver Manager might not always know the best way to reuse connections in the pool. The ODBC DM 3.81 introduces a &lt;a href="http://msdn.microsoft.com/en-us/library/hh405031(v=VS.85).aspx"&gt;new model&lt;/a&gt; in which, the DM can collaborate with ODBC drivers on pooling decisions. This can improve the efficiency and performance of&amp;nbsp; ODBC connection pooling.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Please read the &lt;a href="http://msdn.microsoft.com/en-us/library/ee388580(v=VS.85).aspx"&gt;introductory page&lt;/a&gt; for more detail about each of the above new features.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;b&gt;Why the Version Number is changed into 3.81?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This is mainly used to differentiate it from the ODBC DM 3.80 (released in Windows 7 and Windows Server 2008 R2). However, ODBC drivers do not need to update their version.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;b&gt;Is There any Application Compatibility Concern?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Application compatibility is our highest priority when the above features were designed. Basically, both features mentioned above are opt-in from both application and driver perspective. Therefore, existing ODBC drivers and applications will continue to work properly under the next release of Windows.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;b&gt;When Can I Use These New Features?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;For ODBC driver writers, the Beta version of the next release of Windows (code-named Windows &amp;ldquo;8&amp;rdquo; and Windows Server &amp;ldquo;8&amp;rdquo;) has these features. Try out the Windows &amp;ldquo;8&amp;rdquo; Beta bits &lt;a href="http://windows.microsoft.com/en-US/windows-8/consumer-preview?ocid=S_GOO_W8P_Google_na_EN-US&amp;amp;semid=ef_GGL_e_8ee9ccff0572c68bb8d6376f1897a79e&amp;amp;WT.search=1"&gt;today&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;For application developers, please read the linked MSDN pages above to better understand how these features may fit within your environment.&amp;nbsp; At the&lt;br /&gt;moment, ODBC 3.80 drivers supporting these features are not yet available; however, we are in contact with several driver vendors about supporting these&lt;br /&gt;features. Please work with your driver vendor to better understand their plan for these features support.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Microsoft SQL Server Native Client ODBC driver plans to support these new features as soon as Windows &amp;ldquo;8&amp;rdquo; becomes general available.&amp;nbsp;&lt;br /&gt;Please monitor &lt;a href="http://blogs.msdn.com/b/data/"&gt;http://blogs.msdn.com/b/data/&lt;/a&gt; for announcement on the support of these features.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;b&gt;Does SQLODBC Driver (inside WDAC) Support ODBC 3.80?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;No. SQLODBC is already deprecated.&lt;br /&gt;Its sole purpose is for backward compatibility. You are advised to plan the migration from SQLODBC to the latest version of SQL Server Native Client ODBC&lt;br /&gt;driver.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Pak-Ming Cheung&lt;/p&gt;
&lt;p&gt;Microsoft Developer, WDAC team, Data Programmability&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10292081" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="ODBC" scheme="http://blogs.msdn.com/b/data/archive/tags/ODBC/" /><category term="WDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/WDAC/" /><category term="MDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/MDAC/" /></entry><entry><title>ODBC DSN Management in the Next Release of Windows (code-named Windows “8” and Windows Server “8”)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2012/04/06/odbc-dsn-management-in-the-next-release-of-windows-code-named-windows-8-and-windows-server-8.aspx" /><id>http://blogs.msdn.com/b/data/archive/2012/04/06/odbc-dsn-management-in-the-next-release-of-windows-code-named-windows-8-and-windows-server-8.aspx</id><published>2012-04-06T19:20:00Z</published><updated>2012-04-06T19:20:00Z</updated><content type="html">&lt;p&gt;We&amp;rsquo;re pleased to announce two new improvements for ODBC Data Source Name (DSN) Management that will be&lt;br /&gt;available in the next release of Windows (code-named Windows &amp;ldquo;8&amp;rdquo; and Windows Server &amp;ldquo;8&amp;rdquo;).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;b&gt;What&amp;rsquo;s New?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Improved User Interface in ODBC Data Source Administrator Panel (ODBCAD32)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the past, you may have been confused by the ODBC DSN on 64-bit Windows (as discussed in the &lt;a href="http://support.microsoft.com/kb/942976"&gt;KB article&lt;/a&gt;).&lt;br /&gt;In this improvement, we improved the user interface in ODBCAD32. In the dialog, a new column "Platform" is introduced to indicate which platform the DSN can be used:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-64-19/4810.blog.jpg"&gt;&lt;img border="0" alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-64-19/4810.blog.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The above screenshot shows that "&lt;i&gt;DSN_to_Access&lt;/i&gt;" is a 32-bit only DSN, which can only be used in a 32-bit application. This is because the ODBC JET driver is only available on 32-bit platform. This also means that you have to use the 32-bit ODBC Data Source Administrator (C:\Windows\SysWow64\Odbcad32.exe on 64-bit windows) to configure and remove the DSN. Therefore, the &amp;ldquo;Remove&amp;rdquo; and &amp;ldquo;Configure&amp;rdquo; button have been disabled in the 64-bit ODBC Data Source&amp;nbsp; Administrator. On the contrary, the Platform column for &amp;ldquo;&lt;i&gt;DSN_to_SQL&lt;/i&gt;&amp;rdquo; shows &amp;ldquo;32/64-bit&amp;rdquo;, which means that &amp;ldquo;&lt;i&gt;DSN_to_SQL&lt;/i&gt;&amp;rdquo; can be used in both 32-bit and 64-bit applications.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, this gives you a more consistent user experience by providing a unified view of all 32-bit and 64-bit System DSN in a single dialog.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;PowerShell Cmdlet Support&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the past, you may have configured an ODBC DSN with ODBCAD32, which is a useful GUI tools to manage a few DSN manually. However, it would be tedious to manage hundreds of DSN on a single machine, or manage a few DSN on hundreds of machines with ODBCAD32.&lt;br /&gt;Hence, you usually had to deploy a DSN via registry directly, which may not be a very convenient approach. To improve the manageability of ODBC DSN (as well as a few other WDAC settings), we will release a few PowerShell cmdlets in the next release of Windows:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;Cmdlet Noun&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;Cmdlet Verb&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;&lt;b&gt;OdbcDsn&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;Get,&amp;nbsp; Add, Set, Remove&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;&lt;b&gt;OdbcDriver&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;Get, Set&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;&lt;b&gt;OdbcPerfCounter&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;Get,&amp;nbsp; Enable, Disable&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;&lt;b&gt;WdacBidTrace&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="319"&gt;
&lt;p&gt;Get, Enable, Disable&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This improvement allows you to manage an ODBC DSN programmatically. Also, you can manage DSN on remote machines with the PowerShell Remoting feature.&lt;/p&gt;
&lt;p&gt;For example, you can add a 64-bit ODBC System DSN using the driver SQL Server Native Client 10.0 in the local system:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;C:\PS&amp;gt; Import-Module Wdac&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;C:\PS&amp;gt; Add-OdbcDsn MyPayroll -DriverName "SQL Server Native Client 10.0" -DsnType System &amp;ndash;Platform 64-bit &amp;ndash;SetPropertyValue @("Server=MySqlServer","Trusted_Connection=Yes", "Database=Payroll") -PassThru&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;Sample&lt;br /&gt;Output&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : MyPayroll&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;DsnType&amp;nbsp;&amp;nbsp;&amp;nbsp; : System&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Platform&amp;nbsp;&amp;nbsp; : 64-bit&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;DriverName : SQL Server Native Client 10.0&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Attribute&amp;nbsp; : {Database, Server, Trusted_Connection}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;When Can I Use These Improvements?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The above two improvements are already available in the Beta version of the next release of Windows (code-named Windows &amp;ldquo;8&amp;rdquo; and Windows Server &amp;ldquo;8&amp;rdquo;). Try out the Windows &amp;ldquo;8&amp;rdquo; Beta bits &lt;a href="http://windows.microsoft.com/en-US/windows-8/consumer-preview?ocid=S_GOO_W8P_Google_na_EN-US&amp;amp;semid=ef_GGL_e_8ee9ccff0572c68bb8d6376f1897a79e&amp;amp;WT.search=1"&gt;today&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;How can I obtain the&lt;br /&gt;documentation of the above PowerShell cmdlets?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can run PowerShell with Administrative Privilege and then type &amp;ldquo;Update-Help Wdac&amp;rdquo;. Then, you can use &amp;ldquo;Get-Help&amp;rdquo; for each individual cmdlet, as normal.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Can I use the above PowerShell Cmdlets on downlevel Windows?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;There is no plan to port the above cmdlets to Windows 7.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What&amp;rsquo;s the road map of the similar command-line tools OdbcConf?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The command-line tools OdbcConf is already deprecated and is superseded by the above PowerShell Cmdlet. The OdbcConf will be removed in a future version of Windows. Therefore, you are advised to plan the migration from OdbcConf to PowerShell Cmdlet.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Pak-Ming Cheung&lt;/p&gt;
&lt;p&gt;Microsoft Developer, WDAC team, Data Programmability&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10291522" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="ODBC" scheme="http://blogs.msdn.com/b/data/archive/tags/ODBC/" /><category term="WDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/WDAC/" /><category term="MDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/MDAC/" /></entry><entry><title>Available Today: Preview Release of the SQL Server [C/C++] ODBC Driver for Linux</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2011/11/29/available-today-preview-release-of-the-sql-server-c-c-odbc-driver-for-linux.aspx" /><id>http://blogs.msdn.com/b/data/archive/2011/11/29/available-today-preview-release-of-the-sql-server-c-c-odbc-driver-for-linux.aspx</id><published>2011-11-29T22:31:38Z</published><updated>2011-11-29T22:31:38Z</updated><content type="html">&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: small;" face="Segoe UI" size="2"&gt;In our continued commitment to interoperability, we are very excited to announce the availability of a preview release of the SQL Server ODBC Driver for Linux! This release will allow native developers to access Microsoft SQL Server from Linux operating systems. To assist our customers with native applications on multi-platform we have ported our existing, reliable and enterprise-class ODBC for Windows driver (a.k.a. SQL Server Native Client, or SNAC) to the Linux platform.&amp;nbsp; &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28160"&gt;&lt;strong&gt;Download the driver today here&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;!&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: small;" face="Segoe UI" size="2"&gt;In this release, the SQL Server ODBC Driver for Linux will be a 64-bit driver for Red Hat Enterprise Linux 5. We will support SQL Server 2008 R2 and SQL Server 2012 with this release of the driver. Notable driver features (in addition to what you would expect in an ODBC driver) include support for the Kerberos authentication protocol, SSL and client-side UTF-8 encoding. This release also brings proven and effective tools and the BCP and SQLCMD utilities to the Linux world. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: small;" face="Segoe UI" size="2"&gt;This SQL Server ODBC Driver for Linux provides a Microsoft-supported solution for C and C++ applications that target SQL Server. It also provides a mechanism for applications and runtimes that leverage ODBC to access SQL Server from Linux platforms. For customers who want to move from Sybase to SQL Server, the SQL Server ODBC Driver for Linux allows C and C++ code to continue running in Linux environments. For additional information on the first release of Microsoft ODBC Driver for Linux please refer to our &lt;a href="http://msdn.microsoft.com/en-us/library/hh568451%28SQL.110%29.aspx"&gt;ODBC Driver on Linux Documentation&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: small;" face="Segoe UI" size="2"&gt;This release marks a big milestone in Microsoft&amp;rsquo;s continued commitment to interoperability and our alignment with ODBC as the preferred way to access SQL Server. &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28160"&gt;Download the driver today&lt;/a&gt;; please provide your feedback and ask us questions via our &lt;a href="http://social.technet.microsoft.com/Forums/en/sqldataaccess/threads"&gt;forums&lt;/a&gt;; or post a comment via &lt;a href="https://connect.microsoft.com/SQLServer/Feedback"&gt;Microsoft Connect&lt;/a&gt;. We look forward to hearing from you. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: small;" face="Segoe UI" size="2"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: small;" face="Segoe UI" size="2"&gt;Shekhar Joshi &lt;br /&gt;&lt;em&gt;Senior Program Manager &lt;br /&gt;Microsoft SQL Server ODBC Driver For Linux&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10242597" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="ODBC" scheme="http://blogs.msdn.com/b/data/archive/tags/ODBC/" /><category term="SQL Server" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server/" /><category term="C++" scheme="http://blogs.msdn.com/b/data/archive/tags/C_2B002B00_/" /><category term="Linux" scheme="http://blogs.msdn.com/b/data/archive/tags/Linux/" /><category term="C" scheme="http://blogs.msdn.com/b/data/archive/tags/C/" /></entry><entry><title>Annual SQL Connectivity Customer Survey</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2011/08/17/annual-sql-connectivity-customer-survey.aspx" /><id>http://blogs.msdn.com/b/data/archive/2011/08/17/annual-sql-connectivity-customer-survey.aspx</id><published>2011-08-17T20:40:39Z</published><updated>2011-08-17T20:40:39Z</updated><content type="html">&lt;p&gt;Greetings to the Developer community:&lt;/p&gt;
&lt;p&gt;Microsoft SQL Server team has been interacting on a regular basis with the developers and users in the form of surveys. During the last 2 years, we completed surveys that focused on the broad SQL Connectivity components that address major development platforms, including ODBC, ADO.NET, JDBC and PHP. These surveys provide us with an ability to validate some of the requests we have got from developers, users and partners such as you as well as ideas that we have gathered internally as a part of our development process. You have seen our roadmap for SQL Server evolve based on the feedback that we have received.&lt;/p&gt;
&lt;p&gt;We view your organization as a key stakeholder in the process that we have to identify areas for future investments. The feedback you provide is valuable and each response will be read and will be treated with utmost confidence. The survey can be found in the link below and will be available until 9th September, 2011 5:00 PM PST.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.zoomerang.com/Survey/WEB22CS45XT9FE/"&gt;http://www.zoomerang.com/Survey/WEB22CS45XT9FE/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Raghu Ram&lt;/p&gt;
&lt;p&gt;Principal Group Program Manager&lt;/p&gt;
&lt;p&gt;SQL Connectivity&lt;/p&gt;
&lt;p&gt;SQL Server RDBMS Group&lt;/p&gt;
&lt;p&gt;Microsoft Corporation&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10196967" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="ODBC" scheme="http://blogs.msdn.com/b/data/archive/tags/ODBC/" /><category term="SQL Server" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server/" /><category term="JDBC" scheme="http://blogs.msdn.com/b/data/archive/tags/JDBC/" /><category term="PHP" scheme="http://blogs.msdn.com/b/data/archive/tags/PHP/" /><category term="connectivity" scheme="http://blogs.msdn.com/b/data/archive/tags/connectivity/" /><category term="data access" scheme="http://blogs.msdn.com/b/data/archive/tags/data+access/" /></entry><entry><title>Data + Application Services + Sync= “It’s Still All Data” (the new again-expanded Data Developer Center)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2010/06/07/data-application-services-sync-it-s-still-all-data-the-new-again-expanded-data-developer-center.aspx" /><id>http://blogs.msdn.com/b/data/archive/2010/06/07/data-application-services-sync-it-s-still-all-data-the-new-again-expanded-data-developer-center.aspx</id><published>2010-06-07T18:49:00Z</published><updated>2010-06-07T18:49:00Z</updated><content type="html">&lt;p&gt;Last November, at the start of the 2009 PDC, we launched an expanded &lt;a href="http://msdn.com/data"&gt;Data Developer Center&lt;/a&gt; that incorporated XML and SQL Server Modeling (formerly &amp;ldquo;Oslo&amp;rdquo;) technologies. It was a challenge to create a site structure that could accommodate eight or more distinct technologies under one roof, but it seemed to work well and allowed space for future expansion.&lt;/p&gt;
&lt;p&gt;Today we&amp;rsquo;ve taken the next step in that expansion by bringing in the next ring of data-focused developer technologies. Some of these may seem a bit surprising, which is exactly why we&amp;rsquo;re pulling them in under Data. Our intent is to create a clear, developer-centric view of all Microsoft&amp;rsquo;s data-oriented technologies, meaning that you get all the goods that will help you create great applications without the marketing.&lt;/p&gt;
&lt;p&gt;Here, then, is the roster of technologies that now appear on the &lt;a href="http://msdn.com/data"&gt;Data home page&lt;/a&gt; (as well as the Learn page and elsewhere); * indicates those that have been added:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;*Database Technologies: 
&lt;ul&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff630879.aspx"&gt;SQL Server Database Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/azure/sqlazure/default.aspx"&gt;SQL Azure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff687142.aspx"&gt;SQL Compact&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;.NET Technologies 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/aa937723.aspx"&gt;Entity Framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/bb931106.aspx"&gt;WCF Data Services&lt;/a&gt;/&lt;a href="http://odata.org/"&gt;OData&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/aa937722.aspx"&gt;ADO.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/cc298428.aspx"&gt;LINQ to SQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/bb190600.aspx"&gt;System.XML&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;*Application Services: 
&lt;ul&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff660749.aspx"&gt;SQL Server Integration Services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff660783.aspx"&gt;SQL Server Reporting Services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff663135.aspx"&gt;SQL Server Service Broker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://technet.microsoft.com/sqlserver/cc510301.aspx"&gt;SQL Analysis Services Data Mining&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://technet.microsoft.com/sqlserver/cc510300.aspx"&gt;SQL Analysis Services Multidimensional Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff630900.aspx"&gt;SQL Server StreamInsight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff629458.aspx"&gt;Sync Framework&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Native and Cross-Platform Technologies: 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/bb190600.aspx"&gt;MSXML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/aa937732.aspx"&gt;ODBC, ADO, OLE DB&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/data/aa937733.aspx"&gt;SQL Server Native Client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff658549.aspx"&gt;SQL Server JDBC Driver&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;*&lt;a href="http://msdn.microsoft.com/en-us/data/ff657782.aspx"&gt;SQL Server Driver for PHP&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Future Technologies: 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/ff394760.aspx"&gt;SQL Server Modeling CTP&lt;/a&gt; (&lt;a href="http://msdn.microsoft.com/en-us/data/ee460940.aspx"&gt;&amp;ldquo;M&amp;rdquo;&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/data/ee477952.aspx"&gt;&amp;ldquo;Quadrant&amp;rdquo;&lt;/a&gt;, and &lt;a href="http://msdn.microsoft.com/en-us/data/ee461169.aspx"&gt;Modeling Services&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So the big question, of course, is why are we doing this? What&amp;rsquo;s the deal with bringing all these SQL Server specific technologies into the mix? Is this just an underhanded means to promote SQL Server? Didn&amp;rsquo;t you just say this wasn&amp;rsquo;t about marketing?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;SQL Server: Database Engine vs. Application Services&lt;/h2&gt;
&lt;p&gt;That&amp;rsquo;s right&amp;mdash;it&amp;rsquo;s not about marketing: it&amp;rsquo;s about clearly exposing developer surface areas where they&amp;rsquo;ve long been hidden. So while the SQL Server product as a whole does include a core database engine, SQL Server &lt;i&gt;also &lt;/i&gt;includes a number of powerful &lt;i&gt;developer-oriented &lt;/i&gt;features that just so happen to utilize SQL Server internally to do their jobs.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s look at this generally. Say you want to build a service for doing reports that can be used by many different data-driven applications, where those applications may themselves be built on a variety of data platforms. To accomplish this, your service would need to collect &lt;i&gt;and store&lt;/i&gt; information from those other applications. Where, then, do you store your particular information? You store it in a database, of course, so you would choose some reasonable database product to fulfill that particular role. In that sense, the underlying database technology used by your reports service is really just an implementation detail&amp;mdash;what really matters is the developer surface area (API) that helps developers write better applications more easily.&lt;/p&gt;
&lt;p&gt;Well, this is exactly what those SQL Server &amp;ldquo;services&amp;rdquo; are all about (including the future SQL Server Modeling Services). These are all &amp;ldquo;roles&amp;rdquo; for SQL Server in that they internally require a database to operate, and they just so happen to SQL Server for this purpose. This affinity is why they carry a SQL Server name.&lt;/p&gt;
&lt;p&gt;However, they do not demand than applications that employ these powerful and mature APIs must also use SQL Server for their own primary storage needs. Not at all&amp;mdash;as with other data access technologies from OBDC to ADO.NET to the Entity Framework, applications can and obviously must interoperate with a variety of database technologies. And they can continue to do so even if they employ APIs like SQL Server Integration Services for certain feature sets.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Helping Developers See the Services&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;ve found that many developers don&amp;rsquo;t realize that all these Application Services are &lt;b&gt;developer APIs &lt;/b&gt;that can be used in this capacity. People hear &amp;ldquo;SQL Server&amp;rdquo; and they only think &amp;ldquo;database engine&amp;rdquo; and thus end up implementing their own reporting, analysis, integration, and synchronization services from scratch. Ouch!&lt;/p&gt;
&lt;p&gt;By surfacing these technologies as partners with the well-known data access technologies, we&amp;rsquo;re thus hoping to increase awareness of these roles that SQL Server can play as powerful development tools above and beyond its being a database engine. And let us know, certainly, how well you think we&amp;rsquo;ve succeeded at this (or not).&lt;/p&gt;
&lt;p&gt;Indeed, to underline this contrast, we&amp;rsquo;ve also chosen to separately distinguish the SQL Server database engines (including SQL Azure and SQL Compact), apart from the services. OK, so maybe this does plug those engines themselves a bit, but we felt it was necessary to set the proper context for the developer APIs we&amp;rsquo;re really trying to highlight. After all, you&amp;rsquo;re under no obligation to click those links!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Expanding Our Dev Center Organizational Model&lt;/h2&gt;
&lt;p&gt;Something else we&amp;rsquo;ve done with this mass-merging of additional technologies is to also expand on model of technology-specific landing pages that we started last November. The idea is that the &lt;a href="http://msdn.microsoft.com/en-us/data/default.aspx"&gt;Home&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/data/aa937721.aspx"&gt;Learn&lt;/a&gt; pages are where you explore the whole gamut of technologies in order to make a more specific choice about the ones you&amp;rsquo;ll really be using. (For this purpose, by the way, we&amp;rsquo;ve updated the &lt;a href="http://msdn.microsoft.com/library/ee730344.aspx"&gt;Data Development At-a-Glance&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/library/ee730343.aspx"&gt;Data Development Technologies: Past, Present, and Future&lt;/a&gt; papers to include Application Services and everything else listed on the home page).&lt;/p&gt;
&lt;p&gt;Once you make those choices, then, (and click on an appropriate link), you then arrive at an area that&amp;rsquo;s specifically focused on one technology. There we have prominent graphics for Get It (obtaining the technology), Beginner&amp;rsquo;s Guide (for on-ramping), and Learn More (for ongoing announcements, support, and deep-dive resources)&amp;mdash;all of which is focused on the one technology. Thus within these landing pages, you&amp;rsquo;ll find specifically-relevant blog feeds, forum feeds, highlights, video and documentation links, book links, and so forth.&lt;/p&gt;
&lt;p&gt;Thus we fully expect that you&amp;rsquo;ll often be branching off the main Data home page to those technologies of specific interest to you, as that&amp;rsquo;s where we&amp;rsquo;ll be highlighting technology-specific content. The main Data page, for its part, will continue to be where we highlight cross-technology content. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Would You Like to Contribute?&lt;/h2&gt;
&lt;p&gt;Speaking of content, we&amp;rsquo;d like to extend an invitation to you&amp;mdash;the developer community&amp;mdash;to participate in content creation for All Things Data. We really love your creative ideas because while we may be the ones creating these technologies, you&amp;rsquo;re the ones using them to create great value for the many customers we are all trying to serve.&lt;/p&gt;
&lt;p&gt;So if you see opportunities to fill in gaps in the Data Developer Center content, please drop us both your suggestions as well as idea for articles, videos, etc., that you might like to produce. We can then work with you on that production (including technical and editorial review), and then find space on the Developer Center to share that content with the community and give you great exposure in return.&lt;/p&gt;
&lt;p&gt;We look forward to hearing from you! You can reach us through dpfback (at) microsoft.com.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kraig Brockschmidt&lt;br /&gt;Community Program Manager for the Data Developer Center&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10021119" width="1" height="1"&gt;</content><author><name>dmgblogs</name><uri>http://blogs.msdn.com/dmgblogs/ProfileUrlRedirect.ashx</uri></author><category term="XML" scheme="http://blogs.msdn.com/b/data/archive/tags/XML/" /><category term="MSXML" scheme="http://blogs.msdn.com/b/data/archive/tags/MSXML/" /><category term="SQLServer2005" scheme="http://blogs.msdn.com/b/data/archive/tags/SQLServer2005/" /><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="OLEDB" scheme="http://blogs.msdn.com/b/data/archive/tags/OLEDB/" /><category term="ODBC" scheme="http://blogs.msdn.com/b/data/archive/tags/ODBC/" /><category term="LINQ" scheme="http://blogs.msdn.com/b/data/archive/tags/LINQ/" /><category term="SQL Server" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server/" /><category term="Project Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Project+Astoria/" /><category term="Entity Framework" scheme="http://blogs.msdn.com/b/data/archive/tags/Entity+Framework/" /><category term="SQL Server 2008" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server+2008/" /><category term="WDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/WDAC/" /><category term="MDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/MDAC/" /><category term="Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Astoria/" /><category term="Data Services" scheme="http://blogs.msdn.com/b/data/archive/tags/Data+Services/" /><category term="PHP" scheme="http://blogs.msdn.com/b/data/archive/tags/PHP/" /><category term="ADO.NET Data Services" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET+Data+Services/" /><category term="OData" scheme="http://blogs.msdn.com/b/data/archive/tags/OData/" /><category term="SQL Server Modeling" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server+Modeling/" /></entry><entry><title>Data + XML + “Oslo” = “It’s All Data” (the new Data Developer Center)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/11/17/data-xml-oslo-it-s-all-data-the-new-data-developer-center.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/11/17/data-xml-oslo-it-s-all-data-the-new-data-developer-center.aspx</id><published>2009-11-17T18:05:00Z</published><updated>2009-11-17T18:05:00Z</updated><content type="html">&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;After some months of planning and execution, we’re delighted to present you with the newly redesigned and expanded &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/data" mce_href="http://msdn.microsoft.com/data"&gt;&lt;FONT size=3 face=Calibri&gt;Data Developer Center&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; on MSDN!&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;The expanded part here comes from the fact that the Data DevCenter is now home to what used to be two other separate centers, XML and “Oslo”. Actually, the XML DevCenter already joined with Data back in early October more or less intact. The former “Oslo” site, on the other hand, has merged with Data as of PDC 2009, a natural result of “Oslo” becoming SQL Server Modeling and taking a clear place within the larger ecosystem of data development technologies.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;The redesign part then really came up as the natural result of this merging. Back in early July, Elisa Flasko (the owner of the Data DevCenter at that time) and myself (owner of the “Oslo” DevCenter) started to explore how best to present all the diverse technologies that we’d be supporting on the merged DevCenter.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;The challenges were immediately apparent, as were the opportunities implicit in the solutions to those challenges. For one, the Data and XML DevCenters were very much oriented around currently shipping technologies, as well as ones with a multi-version history. SQL Server Modeling/“Oslo”, on the other hand, was 100% pre-release. But that gave us the clear opportunity to ground our presentation of SQL Server Modeling in the context of the most recently data technologies, like the ADO.NET Entity Framework, as well as the entire arc of data development technologies over the last two decades.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Second was the need to answer a perennial question: with all these different data development technologies, which one do you use for what purpose, and when? It’s a question I’ve been hearing over and over from developers, one that stems from the undeniable fact that after twenty-five years or so, Microsoft’s overall development platform is just plain big. Very, &lt;I style="mso-bidi-font-style: normal"&gt;very &lt;/I&gt;big! The opportunity, then, was to start exploring ways to help you—the developers who live and breathe MSDN—navigate your way through that bigness, by leading you through distinct steps that quickly reduce the overall surface area of what you need to think about and understand. What we’ve done on the Data DevCenter, which I’ll discuss more in a moment, is our first step.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;The third major challenge was to create a DevCenter structure that could continue to support the healthy developer communities that have grown up around the individual technologies while at the same time encourage the growth of an “It’s All Data” community. The opportunity here was to think beyond just having a single community stage—that is, a single aggregation of data-related community blogs—to create “mini-DevCenters” for main individual technologies along with really a “best of” aggregation on the Data DevCenter home page.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;And, of course, we had the challenge to do all this in time for PDC 2009, especially with the redesign of MSDN itself in mid-October that had serious implications where page layout was concerned.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;But truly, this was an opportunity both to keep ourselves focused and to reevaluate (by necessity!) how we utilized your screen real-estate.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Whew!&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Well, we hope that the new &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/data" mce_href="http://msdn.microsoft.com/data"&gt;&lt;FONT size=3 face=Calibri&gt;Data Developer Center&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; has met these challenges and created a framework upon which we can grow.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Now if you want to continue reading, the sections that follow go into a little more detail about what you’ll find on the site. But of course you’re wholly invited to just &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/data" mce_href="http://msdn.microsoft.com/data"&gt;&lt;FONT size=3 face=Calibri&gt;go there&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; yourself and start exploring!&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The Home, Community, and Support Pages&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Upon visiting the site, you’ll see that the &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/data" mce_href="http://msdn.microsoft.com/data"&gt;&lt;FONT size=3 face=Calibri&gt;home page&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; is designed to help you find your place in the overall data technology stack. Instead of a flat list of technologies, which assumes you already know what they’re used for, we’ve grouped them into .NET technologies, “native” (e.g. Win32) technologies, and the ever-available “future stuff” bucket, with direct, one-sentence descriptions. I also wanted to illustrate—literally, with diagrams—how the technologies within these groups relate to one another, a real act of self-discipline for one who loves to wordsmith. Thus was born the short &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/library/ee730344.aspx" mce_href="http://msdn.microsoft.com/library/ee730344.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;Data Development Technologies At-a-Glance&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; article (as well as individuals At-a-Glance topics for &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/aa937709.aspx" mce_href="http://msdn.microsoft.com/en-us/data/aa937709.aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;Entity Framework&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; and &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/aa937697.aspx" mce_href="http://msdn.microsoft.com/en-us/data/aa937697.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;Data Services&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;). As an expanded version, I also wanted to understand and illustrate how all these technologies developed over time, which you’ll find in &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/library/ee730343.aspx" mce_href="http://msdn.microsoft.com/library/ee730343.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;Data Development Technologies: Past, Present, and Future&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;. (My associates have described this as a real “archeological job,” for which I’m grateful to whoever ditched an old 1999 copy of &lt;I style="mso-bidi-font-style: normal"&gt;Inside SQL Server 7.0&lt;/I&gt; in one of the Microsoft mailrooms!)&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;We’re also happy to offer the much more detailed piece by Bob Beauchmin, &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/library/ee410782.aspx" mce_href="http://msdn.microsoft.com/library/ee410782.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;Guide to the Data Development Platform for .NET Developers&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;, as well as our &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/bb525059.aspx" mce_href="http://msdn.microsoft.com/en-us/data/bb525059.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;Top Ten Questions &amp;amp; Answers on Data&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Farther down the home page you’ll also find aggregations of our top team and community blogs—those we’ve hand-picked to feature—while on the main &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/aa937688.aspx" mce_href="http://msdn.microsoft.com/en-us/data/aa937688.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;Community page&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; you’ll find aggregations of &lt;I style="mso-bidi-font-style: normal"&gt;all &lt;/I&gt;the blogs we monitor. The main Community page is also home to training partners, an index of user groups, and the best data development books and community sites.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;And we should mention too that the main &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/aa937735.aspx" mce_href="http://msdn.microsoft.com/en-us/data/aa937735.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;Support page&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; is also an all-up gateway to all the different data development MSDN forums and the data development Connect sites.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The Learn Page&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;The main &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/aa937721.aspx" mce_href="http://msdn.microsoft.com/en-us/data/aa937721.aspx"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;Learn page&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; now is the one that we consider of top importance, second only to the home page. It’s really here that we hope newcomers will land when they really want to know what they should be investigating more deeply.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;What we’ve done on this page then, after providing links again to the &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/library/ee730344.aspx" mce_href="http://msdn.microsoft.com/library/ee730344.aspx"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;At-a-Glance&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;, &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/library/ee730343.aspx" mce_href="http://msdn.microsoft.com/library/ee730343.aspx"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;Past/Present/Future&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;, and &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/library/ee410782.aspx" mce_href="http://msdn.microsoft.com/library/ee410782.aspx"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;Guide for .NET Developer&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; articles, is offer the &lt;I style="mso-bidi-font-style: normal"&gt;Selection Guide &lt;/I&gt;section. This contains a decision tree based on four initial choices: Application Type, Release Timeframe, Storage Technology, and Learning Type. Each of these leads you into a second level of choices that finally present a list of those specific technologies that are really applicable to the choices you’ve made. Because we’ve invested quite a bit of thought into this guide, we’d really love to hear what you think!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Below the selection guide we continue to present the list of technologies we support on the Data DevCenter, organized into Current and Future columns. And rounding out the Learn page is a group of Learning Type links that will take you off to index pages for documentation, videos (shipping and pre-release), articles, samples, books, and more!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Individual Technology Pages (Mini-DevCenters)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Now when you’re on either the home page or the Learn page and click on the name of a technology, you’ll go to another page that helps you dive more deeply into that technology. In some cases, especially with the most mature technologies, those secondary pages are static. In others, especially the most recent and future technologies for which there is significant community buzz, we’ve creating something of the look-and-feel of a separate DevCenter.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;For shipping technologies, specifically &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/bb931106.aspx" mce_href="http://msdn.microsoft.com/en-us/data/bb931106.aspx"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;Data Services&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt; and &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/aa937723.aspx" mce_href="http://msdn.microsoft.com/en-us/data/aa937723.aspx"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3 face=Calibri&gt;ADO.NET Entity Framework&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;, these technology pages give you quick links to the necessary downloads, a sequenced Beginner’s Guide, a detailed Resources &amp;amp; Community page, and a futures page. Here you’ll also see technology-specific highlight along with team and community blog aggregations.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-bidi-font-size: 10.0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Those blog aggregations are repeated on the Resources &amp;amp; Community pages for the individual teachnologies, where you’ll also find feeds for the latest videos, articles, forum posts, and Connect feedback, along with links to samples, MSDN library content, product documentation, related technologies, and available hands-on-labs. In short, we designed these each of these Resources &amp;amp; Community pages to be the place where you’ll be spending most of your time once you are actively working with any given technology.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3 face=Calibri&gt;We’re doing a similar thing with pre-release technologies, such as those in the SQL Server Modeling CTP: &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/ee460940.aspx" mce_href="http://msdn.microsoft.com/en-us/data/ee460940.aspx"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3 face=Calibri&gt;the “M” language&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3 face=Calibri&gt;, &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/ee477952.aspx" mce_href="http://msdn.microsoft.com/en-us/data/ee477952.aspx"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;“Quadrant”&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3 face=Calibri&gt;, and &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/data/ee461169.aspx" mce_href="http://msdn.microsoft.com/en-us/data/ee461169.aspx"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;SQL Server Modeling Services&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;. In these cases we don’t have a separate Beginner’s Guide or—obviously—a “futures” page, because all of that is really folded into the individual Resources &amp;amp; Community pages.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;What’s to Come&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Well, the first thing I can think of, after writing everything to this point, is that I should sit down and do a video tour of the DevCenter! But as you might expect, many of us are going to be taking some well-deserved vacation after PDC…I, for one, am planning to hit the already-open ski slopes of Mount Hood outside Portland, Oregon, where I live. So I can’t promise a video right away.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;What we’ll be doing in the months ahead is really working to deliver new content for the various sections of the Data DevCenter as appropriate for the lifecycle stage of the individual technologies. For example, the Data Services and Entity Framework teams are ramping up their content plans in preparation for the imminent release of Visual Studio 2010 and .NET Framework 4. With a new SQL Server Modeling CTP just out the door, there are many good content opportunities to pursue there as well.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;So watch all those feeds we’ve dropped around the DevCenter, and more than that, do take the time to tell us what you think of this redesign, the Selection Guide on the Learn page, blogs you’d like to see included in our aggregations, and really anything else you can think of (including any glitches you see). “It’s All Data,” sure, but it’s really all about serving &lt;I style="mso-bidi-font-style: normal"&gt;you&lt;/I&gt;, to help you have the greatest successes you can—and enjoyment!—with Microsoft’s data development technologies. To this goal I and the rest of our whole Community team are completely committed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;You can reach us through dpfback (at) microsoft.com.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Kraig Brockschmidt&lt;BR&gt;Community Program Manager for the Data Developer Center&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9923715" width="1" height="1"&gt;</content><author><name>dmgblogs</name><uri>http://blogs.msdn.com/dmgblogs/ProfileUrlRedirect.ashx</uri></author><category term="XML" scheme="http://blogs.msdn.com/b/data/archive/tags/XML/" /><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="Entity Framework" scheme="http://blogs.msdn.com/b/data/archive/tags/Entity+Framework/" /><category term="SQL Server 2008" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server+2008/" /><category term="Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Astoria/" /><category term="Data Services" scheme="http://blogs.msdn.com/b/data/archive/tags/Data+Services/" /><category term="ADO.NET Data Services" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET+Data+Services/" /></entry><entry><title>Breaking Down ‘Data Silos’ – The Open Data Protocol (OData)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/11/17/breaking-down-data-silos-the-open-data-protocol-odata.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/11/17/breaking-down-data-silos-the-open-data-protocol-odata.aspx</id><published>2009-11-17T17:25:00Z</published><updated>2009-11-17T17:25:00Z</updated><content type="html">&lt;P&gt;This morning at PDC and on the &lt;A href="http://blogs.msdn.com/astoriateam/archive/2009/11/17/breaking-down-data-silos-the-open-data-protocol-odata.aspx"&gt;ADO.NET Data Services team blog&lt;/A&gt;, we announced the &lt;A href="http://www.odata.org/" mce_href="http://www.odata.org/"&gt;Open Data Protocol (OData)&lt;/A&gt;.&amp;nbsp; OData which was previously known informally as the "&lt;A href="http://msdn.microsoft.com/en-us/library/dd541188(PROT.10).aspx" mce_href="http://msdn.microsoft.com/en-us/library/dd541188(PROT.10).aspx"&gt;data services protocol&lt;/A&gt;",&amp;nbsp;is an open protocol for sharing data that provides a way to break down data silos and increase the shared value of data by creating an ecosystem in which data consumers can interoperate with data producers in a way that is far more powerful than currently possible, enabling more applications to make sense of a broader set of data. Every producer and consumer of data that participates in this ecosystem increases its overall value. This is similar in many ways to Microsoft’s efforts with ODBC, although applied to the Web environment and supporting a variety of data sources including (but not limited to) relational databases, file systems, content management systems, and traditional web sites.&lt;/P&gt;
&lt;P&gt;For more information on OData check out &lt;A href="http://www.odata.org/" mce_href="http://www.odata.org"&gt;OData.org&lt;/A&gt; and our &lt;A href="http://blogs.msdn.com/astoriateam/archive/2009/11/17/breaking-down-data-silos-the-open-data-protocol-odata.aspx"&gt;announcement on the team blog.&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9923687" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="ADO.NET Data Services" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET+Data+Services/" /><category term="OData" scheme="http://blogs.msdn.com/b/data/archive/tags/OData/" /></entry><entry><title>VS2010 and .NET Framework 4 Beta 2 Announced Today!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/10/19/vs2010-and-net-framework-4-beta-2-announced-today.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/10/19/vs2010-and-net-framework-4-beta-2-announced-today.aspx</id><published>2009-10-20T00:59:44Z</published><updated>2009-10-20T00:59:44Z</updated><content type="html">&lt;p&gt;Visual Studio 2010 and the .NET Framework 4 Beta 2 are now available for &lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx"&gt;download by MSDN subscribers&lt;/a&gt; and will available to the rest of the world on Wednesday. Beta 2 as well the VS2010 Launch date of March 22, 2010 were announced this morning on &lt;a href="http://blogs.msdn.com/somasegar/archive/2009/10/19/announcing-visual-studio-2010-and-net-fx-4-beta-2.aspx"&gt;Soma’s blog&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Included in Beta 2 are some great new features and updates for both the Entity Framework 4 and ADO.NET Data Services 4. For more information check out our post on the &lt;a href="http://blogs.msdn.com/adonet/archive/2009/10/19/vs2010-and-net-framework-beta-2-announced.aspx"&gt;ADO.NET team blog&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Thank you, &lt;/p&gt;  &lt;p&gt;Elisa Flasko    &lt;br /&gt;Program Manager,     &lt;br /&gt;Data &amp;amp; Modeling Group&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909583" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Microsoft wants to hear your opinion</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/10/02/microsoft-wants-to-hear-your-opinion.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/10/02/microsoft-wants-to-hear-your-opinion.aspx</id><published>2009-10-03T00:59:12Z</published><updated>2009-10-03T00:59:12Z</updated><content type="html">&lt;p&gt;It is this time of the year when our product team takes a step back, reviews the priorities and goals for the long term and identifies areas that we want to investment in.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;We view YOU and your organization as a key stakeholder in this process and would like to gather your inputs in this survey, which should take no more than 5 - 10 minutes, and a few other surveys that we will conduct in the next few months. The feedback you provide is very valuable and rest assured that each and every response will be read and will provide the background for some of the key decisions that will benefit our user community - developers, DBAs and all those who use SQL Server.&lt;/p&gt;  &lt;p&gt;This survey will be open for your submissions until October 21, 2009 and can be found at &lt;a href="https://www.surveymonkey.com/s.aspx?sm=ZyUzG1TqA30QaEgAS9FYuQ_3d_3d"&gt;https://www.surveymonkey.com/s.aspx?sm=ZyUzG1TqA30QaEgAS9FYuQ_3d_3d&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Thanks,&lt;/p&gt;  &lt;p&gt;Luiz Fernando Santos   &lt;br /&gt;Program Manager, Managed Providers&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9902599" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>ADO.NET Data Services v1.5 CTP2 available for download</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/09/01/ado-net-data-services-v1-5-ctp2-available-for-download.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/09/01/ado-net-data-services-v1-5-ctp2-available-for-download.aspx</id><published>2009-09-01T21:34:34Z</published><updated>2009-09-01T21:34:34Z</updated><content type="html">&lt;p&gt;ADO.NET Data Services v1.5 CTP2 is now available for &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a71060eb-454e-4475-81a6-e9552b1034fc&amp;amp;displaylang=en"&gt;download&lt;/a&gt;! This is the second tech preview release of the next version of ADO.NET Data Services.&amp;#160; This release (v1.5) will target the .NET Framework 3.5 SP1 &amp;amp; Silverlight 3 platforms and provide new client and server side features for data service developers.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;What’s included in CTP2?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This release includes updates to the features that were in the &lt;a href="http://blogs.msdn.com/astoriateam/archive/2009/03/16/ado-net-data-services-v1-5-ctp1-now-available-for-download.aspx"&gt;CTP1 release&lt;/a&gt; of ADO.NET Data Services v1.5 plus a few additional new features and a number of bug fixes including: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Projections&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Data Binding updates&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Feed Customization (aka &amp;quot;Web Friendly Feeds&amp;quot;) updates&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Server Driven Paging (SDP) client library support&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Enhanced BLOB Support client library support&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Request Pipeline&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt; &amp;quot;Data Service Provider&amp;quot; Interface updates&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For more information and to watch the Getting Started video check out the &lt;a href="http://blogs.msdn.com/astoriateam/archive/2009/08/31/ado-net-data-services-v1-5-ctp2-now-available-for-download.aspx"&gt;Announcement on the ADO.NET Data Services Team Blog.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Thank you,    &lt;br /&gt;Elisa Flasko    &lt;br /&gt;Program Manager, Data Programmability&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9890006" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Announcing the php toolkit for ado.net data services</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/08/21/announcing-the-php-toolkit-for-ado-net-data-services.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/08/21/announcing-the-php-toolkit-for-ado-net-data-services.aspx</id><published>2009-08-21T19:19:00Z</published><updated>2009-08-21T19:19:00Z</updated><content type="html">&lt;P&gt;This morning the Microsoft Interoperability team announced the release of a new project that bridges PHP and.NET: the PHP Toolkit for ADO.NET Data Services. The toolkit makes it easier for PHP developers to connect to and take advantage of services built using ADO.NET Data Services. The PHP Toolkit for ADO.NET Data Services is an open source project and is available today on Codeplex at &lt;A href="http://phpdataservices.codeplex.com/" mce_href="http://phpdataservices.codeplex.com/"&gt;phpdataservices.codeplex.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For an overview and quick demo of the toolkit check out the &lt;A href="http://channel9.msdn.com/posts/jccim/Consuming-data-over-the-web-between-PHP-and-NET-with-REST-and-ADONET-Data-Services/" mce_href="http://channel9.msdn.com/posts/jccim/Consuming-data-over-the-web-between-PHP-and-NET-with-REST-and-ADONET-Data-Services/"&gt;Channel9 video&lt;/A&gt; with Pablo Castro and Claudio Caldato, Senior Program Manager with the Interoperability Technical Strategy team.&lt;/P&gt;
&lt;P&gt;For more information on the toolkit check out the &lt;A href="http://blogs.msdn.com/interoperability/archive/2009/08/21/a-new-bridge-for-php-developers-to-net-through-rest-php-toolkit-for-ado-net-data-services.aspx" mce_href="http://blogs.msdn.com/interoperability/archive/2009/08/21/a-new-bridge-for-php-developers-to-net-through-rest-php-toolkit-for-ado-net-data-services.aspx"&gt;Interoperability Teams blog post&lt;/A&gt; and &lt;A href="http://phpdataservices.codeplex.com/" mce_href="http://phpdataservices.codeplex.com/"&gt;phpdataservices.codeplex.com&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;- Elisa Flasko &lt;BR&gt;Program Manager, Data Programmability&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9878898" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Astoria/" /><category term="PHP" scheme="http://blogs.msdn.com/b/data/archive/tags/PHP/" /><category term="ADO.NET Data Services" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET+Data+Services/" /></entry><entry><title>ODBC DM 3.80 in Windows 7 and Windows Server 2008 R2</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/07/06/odbc-dm-3-80-in-windows-7-and-windows-server-2008-r2.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/07/06/odbc-dm-3-80-in-windows-7-and-windows-server-2008-r2.aspx</id><published>2009-07-07T02:45:00Z</published><updated>2009-07-07T02:45:00Z</updated><content type="html">&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;We’re excited to announce that version 3.8 of the Microsoft ODBC DM (Driver Manager) will be released in Windows 7 and Windows Server 2008 R2.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;What’s New In Version 3.80?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Compared to ODBC 3.5x, there are four major improvements in ODBC 3.80. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;U&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Streamed Output Parameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;In ODBC 3.5x, applications can only use &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms710963(VS.85).aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#0000ff size=3&gt;SQLBindParameter&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt; to bind a buffer to an output parameter of a stored procedure.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;When working with large BLOB data objects, such as images, allocating an extremely large buffer may not be possible.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;ODBC 3.80 allows applications to retrieve BLOB output parameters in parts via &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms715441(VS.85).aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#0000ff size=3&gt;SQLGetData&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;U&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;ODBC C-Type Extensibility&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;The list of valid &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms714556(VS.85).aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;C-Types&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt; defined in the ODBC specification is the same for all ODBC drivers. Typically, data store manufacturers create new data types for new scenarios or new customer needs. Applications usually use the generic C-type &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; mso-bidi-language: HI"&gt;SQL_C_BINARY&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt; to work with these new data-source specific types.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;ODBC 3.80 allows driver manufacturers to define their own C-Types. This means that a driver can define its own client-side type conversion rule for its new driver-specific data type, and thus provide a better developer experience.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;U&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Asynchronous Connection Operation&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;Before ODBC 3.80, asynchronous mode was only supported on statement operations, such as &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms713611(VS.85).aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#0000ff size=3&gt;SQLExecDirect&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt; and &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms715441(VS.85).aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#0000ff size=3&gt;SQLGetData&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;. We extend this support to connection operations, such as &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms715433(VS.85).aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#0000ff size=3&gt;SQLDriverConnect&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt; and &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms716544(VS.85).aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;&lt;FONT color=#0000ff size=3&gt;SQLEndTran&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;. ODBC 3.80 also allows applications to cancel connection operations, just as with &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms714112(VS.85).aspx"&gt;&lt;FONT color=#0000ff&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'"&gt;SQLCancel&lt;/SPAN&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;on statement operations.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Asynchronous connection operations can significantly improve the performance of many large-scale, mission-critical applications, given the same amount of resources. For example, assume that you want to populate 100 connections in the pool at the application startup time so that all subsequence requests can be more efficiently served. Suppose it takes 1 second to make a connection to a remote server. You may be able to make 100 connections within a few seconds with asynchronous mode in a single-threaded application, compared to 100 seconds with the previous model! Interactive applications that take advantage of this new feature could, for example, render a progress bar, and also cancel long-running connection operations easily. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;U&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;Better Management In ODBC Connection Pooling &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;ODBC Drivers are now notified when the ODBC Driver Manager puts a connection into the connection pool.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This was previously opaque to the driver. Upon receiving the signal from the Driver Manager (via a newly introduced connection attribute &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; mso-bidi-language: HI"&gt;SQL_ATTR_RESET_CONNECTION&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;), a driver can reset some of its attributes to their default states. This can provide a more consistent behavior to an application when it reuses a connection from the pool.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: #1f497d; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;For more detail about each of the above new features, you can download the &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=F75F2CA8-C1E4-4801-9281-2F5F28F12DBD&amp;amp;displaylang=en"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1: RC&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT face=Calibri&gt;&lt;FONT size=3&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: #1f497d; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Why Update To Version 3.80?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Application compatibility was our highest priority when the ODBC 3.80 features were designed. Since the new features in ODBC 3.80 introduced new behavior, we upgraded the version to 3.80 from 3.5x (shipped on Windows Vista or Windows Server 2008). This guarantees that:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; mso-bidi-language: HI; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;-&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Existing ODBC drivers and applications (ODBC 2.0 or ODBC 3.x) will still work properly under Windows 7 and Windows Server 2008 R2.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; mso-bidi-language: HI; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;-&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;ODBC 3.80 is optional for new development of drivers and applications.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: #1f497d; FONT-SIZE: 12pt; mso-bidi-language: HI"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;When Can I Use These New Features?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;For ODBC driver writers, the release candidates of Windows 7 and Windows Server 2008 R2 have these features. Try out the Win7 RC bits &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/windows/windows-7/download.aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;today&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;For application developers, please read the SDK (link above) to better understand how these features may fit within your environment.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;At the moment, ODBC 3.80 drivers are not available; however, we are in contact with several driver vendors about supporting ODBC 3.80. Please work with your driver vendor to better understand their plan for ODBC 3.80 support.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: #1f497d; FONT-SIZE: 12pt; mso-bidi-language: HI"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Does SQLODBC Driver (Inside WDAC) Support ODBC 3.80?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;No. SQLODBC is now in maintenance mode. Its sole purpose is for backward compatibility.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;Pak-Ming Cheung&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: SimSun; FONT-SIZE: 12pt; mso-fareast-font-family: SimSun; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI"&gt;&lt;FONT size=3 face=Calibri&gt;Microsoft Developer, WDAC team, Data Programmability&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-bidi-language: HI; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9820973" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="ODBC" scheme="http://blogs.msdn.com/b/data/archive/tags/ODBC/" /><category term="WDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/WDAC/" /><category term="MDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/MDAC/" /></entry><entry><title>DataDirect Releases Beta Entity Framework Provider for Oracle</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/05/01/datadirect-releases-beta-entity-framework-provider-for-oracle.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/05/01/datadirect-releases-beta-entity-framework-provider-for-oracle.aspx</id><published>2009-05-01T20:27:52Z</published><updated>2009-05-01T20:27:52Z</updated><content type="html">&lt;p&gt;DataDirect has released the much anticipated Beta of their DataDirect Connect for ADO.NET Entity Framework provider for Oracle!&lt;/p&gt;  &lt;p&gt;DataDirect’s Beta release of its Entity Framework provider for Oracle offers:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;100% managed code architecture &lt;/li&gt;    &lt;li&gt;Superior performance and including integrated performance tunability wizards functional with the Entity Framework &lt;/li&gt;    &lt;li&gt;7 x 24 phone, email, and web-based technical support. &lt;/li&gt;    &lt;li&gt;Support for security features including Kerberos and SSL &lt;/li&gt;    &lt;li&gt;Supports reliability features including application failover and Oracle RAC &lt;/li&gt;    &lt;li&gt;Support for key Oracle features including schemas, REF CURSORs, and packages &lt;/li&gt;    &lt;li&gt;Extensive Oracle data type support including BLOB, BLOB, BINARY, and XML &lt;/li&gt;    &lt;li&gt;Provides interoperable platform for future DataDirect ADO.NET Entity Framework providers &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For more information or to download the Beta check out &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.datadirect.com/products/net/beta/index.ssp"&gt;http://www.datadirect.com/products/net/beta/index.ssp&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;-Elisa Flasko    &lt;br /&gt;Program Manager, Data Programmability&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9582663" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Database Diagramming Survey</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/04/21/database-diagramming-survey.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/04/21/database-diagramming-survey.aspx</id><published>2009-04-21T18:49:00Z</published><updated>2009-04-21T18:49:00Z</updated><content type="html">&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The Data Programmability Tools team is currently running a survey with the goal of prioritizing ‘value add’ features for a database designer.&amp;nbsp; If you’re interested in helping shape the future of MS database design tools, please take ten minutes and fill out the survey at the following link.&amp;nbsp; We’d appreciate your input!&lt;SPAN style="mso-ansi-language: PT" lang=PT&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: PT" lang=PT&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;A href="https://mscuillume.smdisp.net/Collector/Survey.ashx?Name=DBDiagramming&amp;amp;LoginId=" target=_blank&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;https://MSCUILLUME.smdisp.net/Collector/Survey.ashx?Name=DBDiagramming&amp;amp;LoginId=&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN style="mso-ansi-language: PT" lang=PT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: PT" lang=PT&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Thanks ,Tim Laverty&lt;SPAN style="mso-ansi-language: PT" lang=PT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Microsoft PM, Data Programmability Tools&lt;SPAN style="mso-ansi-language: PT" lang=PT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9559557" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="SQL Server" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server/" /><category term="Tools" scheme="http://blogs.msdn.com/b/data/archive/tags/Tools/" /><category term="Database Diagrams" scheme="http://blogs.msdn.com/b/data/archive/tags/Database+Diagrams/" /></entry><entry><title>Announcing Microsoft SQL Server JDBC Driver 2.0</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2009/03/31/announcing-microsoft-sql-server-jdbc-driver-2-0.aspx" /><id>http://blogs.msdn.com/b/data/archive/2009/03/31/announcing-microsoft-sql-server-jdbc-driver-2-0.aspx</id><published>2009-04-01T08:21:00Z</published><updated>2009-04-01T08:21:00Z</updated><content type="html">&lt;FONT face=Calibri&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;We are excited to announce the newest release of the Microsoft SQL Server JDBC Driver! This version of the JDBC driver provides support for the JDBC 4.0 API, including new national character set conversion methods, new metadata methods, and new data types like SQLXML, as well as a host of performance improvements and bug fixes. The latest version also enhances the tracing operation by logging the entry and exit points of public methods and by providing better distinction between the trace levels. Please feel free to &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&amp;amp;displaylang=en"&gt;download&lt;/A&gt; a copy and see for yourself!&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3&gt;- JDBC Team&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9525301" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="SQL Server" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server/" /><category term="JDBC" scheme="http://blogs.msdn.com/b/data/archive/tags/JDBC/" /></entry><entry><title>PDC 2008 - Los Angeles, CA - Oct. 27-30</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/09/12/pdc-2008-los-angeles-ca-oct-27-30.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/09/12/pdc-2008-los-angeles-ca-oct-27-30.aspx</id><published>2008-09-13T00:13:21Z</published><updated>2008-09-13T00:13:21Z</updated><content type="html">&lt;p&gt;Microsoft's premier developer event, the Professional Developer Conference, is almost here. PDC 2008 will feature more than &lt;a href="https://sessions.microsoftpdc.com/public/sessions.aspx"&gt;160 sessions&lt;/a&gt; covering a wide range of topics including a number of great sessions from the Data Programmability Team, including the ADO.NET Entity Framework, ADO.NET Data Services and Project &amp;quot;Velocity&amp;quot;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Developing Applications Using Data Services&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Presenter: Mike Flasko&lt;/p&gt;  &lt;p&gt;In the near future, applications will be developed using a combination of custom application code and online building block services, including data-centric services. In this session we discuss advancements in the Microsoft development platform and online service interfaces to enable seamless interaction with data services both on-premises (e.g., ADO.NET Data Services Framework over on-premises SQL Server) and in the cloud (e.g., SQL Server Data Services). Learn how you can leverage existing know-how related to LINQ (Language Integrated Query), data access APIs, data-binding, and more when building applications using online data.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Offline-Enabled Data Services and Desktop Applications&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Presenter: Pablo Castro&lt;/p&gt;  &lt;p&gt;The ADO.NET Data Services Framework (a.k.a. Project &amp;quot;Astoria&amp;quot;) introduced a way of creating and consuming flexible, data-centric REST services. By combining data services with the Microsoft Sync Framework, learn how to create offline-capable applications that have a local replica of their data, how to synchronize that replica with an online data service when a network connection becomes available, and how replicas can be used with the ADO.NET Entity Framework. Also, hear us talk about our plans, see the tools that help client- and server-side setup, and discuss the runtime components and APIs.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://sessions.microsoftpdc.com/public/sessions.aspx"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 5px; border-right-width: 0px" height="149" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/data/WindowsLiveWriter/PDC2008LosAngelesCAOct.2730_E626/clip_image002_3.gif" width="244" align="left" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Entity Framework Futures&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Presenter: Tim Mallalieu &lt;/p&gt;  &lt;p&gt;The next version of the Entity Framework adds scenarios in the areas of&amp;#160;&amp;#160; model driven development, domain driven development, simplicity, and integration. See a preview of production and prototype code for the next version of the Entity Framework as well as a candid discussion with members of the development team.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Project &amp;quot;Velocity&amp;quot;: A First Look&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Presenter: Murali Krishnaprasad&lt;/p&gt;  &lt;p&gt;It is predicted that all large applications will use a distributed data cache as the initial tier for all data access. This session presents an overview of &amp;quot;Velocity,&amp;quot; Microsoft's distributed in-memory cache, and shows how it works with IIS, ASP.NET, ADO.NET and SQL Server Data Services.&lt;/p&gt;  &lt;p&gt;Register at &lt;a title="http://microsoftpdc.com/Registration/" href="http://microsoftpdc.com/Registration/"&gt;http://microsoftpdc.com/Registration/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;See you there!!&lt;/p&gt;  &lt;p&gt;Elisa Flasko    &lt;br /&gt;Program Manager, Data Programmability&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8948167" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Announcing Entity Framework &amp; ADO.NET Data Services RTM!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/08/11/announcing-entity-framework-ado-net-data-services-rtm.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/08/11/announcing-entity-framework-ado-net-data-services-rtm.aspx</id><published>2008-08-11T19:11:00Z</published><updated>2008-08-11T19:11:00Z</updated><content type="html">&lt;P&gt;&lt;B&gt;Announcing Entity Framework &amp;amp; ADO.NET Data Services RTM!&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;We are excited to announce the RTM of the Visual Studio 2008 SP1 and the .NET Framework 3.5 SP1, including the RTM of the ADO.NET Entity Framework and ADO.NET Data Services, which raise the level of abstraction for database programming and supply both a new model-based paradigm and a rich, standards-based framework for creating data-oriented Web services. With this service pack, Visual Studio 2008 and the .NET Framework 3.5 also support SQL Server 2008, making the Microsoft platform the most comprehensive environment for database application development. &lt;/P&gt;
&lt;P&gt;“The ASP.NET AJAX improvements and new capabilities like ADO.NET Entity Framework and ADO.NET Data Services meant we didn’t have to worry about any of the underlying plumbing and could simply focus on building a highly responsive and interactive experience for users,” says Galen Murdock, President and CEO at Veracity Solutions. (&lt;A class="" href="http://www.microsoft.com/presspass/press/2008/aug08/08-11NETFXPR.mspx" mce_href="http://www.microsoft.com/presspass/press/2008/aug08/08-11NETFXPR.mspx"&gt;Link to Official Press Release&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;For more information or to download check out&amp;nbsp;&lt;A href="http://msdn.microsoft.com/data" mce_href="http://msdn.microsoft.com/data"&gt;http://msdn.microsoft.com/data&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Elisa Flasko &lt;BR&gt;Program Manager, Data Programmability&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8848356" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="Project Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Project+Astoria/" /><category term="Entity Framework" scheme="http://blogs.msdn.com/b/data/archive/tags/Entity+Framework/" /><category term="Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Astoria/" /><category term="Data Services" scheme="http://blogs.msdn.com/b/data/archive/tags/Data+Services/" /><category term="Visual Studio 2008 SP1" scheme="http://blogs.msdn.com/b/data/archive/tags/Visual+Studio+2008+SP1/" /></entry><entry><title>XML Technology and Tools Survey</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/07/01/xml-technology-and-tools-survey.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/07/01/xml-technology-and-tools-survey.aspx</id><published>2008-07-02T00:37:00Z</published><updated>2008-07-02T00:37:00Z</updated><content type="html">&lt;P&gt;The Data Programmability XML Tools team is conducting a survey focused on XML technology and tools usage over the coming weeks.&amp;nbsp; The survey takes about 15 minutes to complete and we’d appreciate it if you would take the time to respond to it.&amp;nbsp; We plan to use the survey results to help drive prioritization of features over the coming releases of Visual Studio and SQL Server.&lt;/P&gt;
&lt;P&gt;The survey can be found here:&amp;nbsp; &lt;A href="https://mscuillume.smdisp.net/Collector/Survey.ashx?Name=XMLTools" mce_href="https://mscuillume.smdisp.net/Collector/Survey.ashx?Name=XMLTools"&gt;https://mscuillume.smdisp.net/Collector/Survey.ashx?Name=XMLTools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks, &lt;BR&gt;Tim Laverty &lt;BR&gt;PM, XML Tools&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8678764" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="XML" scheme="http://blogs.msdn.com/b/data/archive/tags/XML/" /></entry><entry><title>Announcing Project Codename "Velocity"</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/06/02/announcing-project-codename-velocity.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/06/02/announcing-project-codename-velocity.aspx</id><published>2008-06-03T06:53:00Z</published><updated>2008-06-03T06:53:00Z</updated><content type="html">&lt;P&gt;The advances in processors, memory, storage, and connectivity have paved the way for next-generation applications that are data-driven, whose data could reside anywhere (i.e. on the desktops, mobile devices, servers, and in the cloud) and that require access from anywhere (i.e. local, remote, over the network, from mobile devices, in connected and disconnected mode). This trend has led to the development of distributed, multi-tiered, and composite application architectures for the web and for the enterprise. A typical enterprise application accesses data from multiple data sources, integrates that data, re-shapes (or transforms) that data into a form most suitable for the application (typically into object form like C# or Java object), and writes application logic. The same is true of web applications – consider social networking apps or mashups – they access data from multiple web sources, over the internet, aggregate it, execute application logic, and generate pages for web interaction. As these styles of multi-tiered web and enterprise application are becoming main stream, the demand for application performance and scale is increasing. End users become less tolerant and more frustrated when a web application cannot respond in milliseconds; web applications that cannot scale, as the number of concurrent accesses increase, lose traffic and thereby business. Fundamentally, we have all begun to expect high performance and scale from every application. And let’s not forget application availability. For similar reasons to those I describe above, an application cannot be down. We cannot imagine the MSN portal or the Amazon web site, or the corporate SAP financial application being down when we need it. We expect to access our personal information on MSN at any time; consumers do business with Amazon at any time and from anywhere. Fundamentally, applications need to be available all the time to support access at any time, and from anywhere. Another major expectation, especially from application developers and from application hosters is that of scalable and available applications at a low cost. A decade ago, only mission-critical businesses could afford to invest in large and expensive infrastructure (both hardware and software) to support scale and availability of their applications. But, now with web hosting, everyone expects and demands high scale and availability at low cost. Extending this even further, not only developers want cheap scalable and available applications, they want the ability to develop (and deploy) such applications very rapidly. &lt;/P&gt;
&lt;P&gt;To cope with competitive pressure, both from an innovation and a deployment perspective, rapid development and deployment of these applications is critical for application vendors.&amp;nbsp; In turn, application developers are looking for application infrastructure that enables them to build highly performant, scalable, and available applications using commodity hardware and software, at a rapid pace. Traditional application platforms like the .NET and Java platforms, which are known for rapid multi-tier application development and deployment, are required to provide the scalability and availability infrastructure.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Distributed cache is becoming the key application platform component for providing scalability and high availability. In-memory caching has been traditionally used primarily for meeting the high performance requirements of applications. By fusing caches on multiple nodes into a single unified cache however, the distributed caches offer not only high performance, but also scale. By maintaining copies of data on multiple cache nodes (in a mutually consistent manner), the distributed cache can also offer high availability to applications. Distributed caches are especially ideal for applications with the following characteristics:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;There is a considerable number of data requests that are mostly read (e.g. product catalogs) 
&lt;UL&gt;
&lt;LI&gt;Large concurrent access to such data can be provided by replicating the catalog data on multiple cache nodes. Since updates are infrequent to such data, maintaining consistency (synchronously or asynchronously) is not very expensive&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Applications that can tolerate some staleness of data 
&lt;UL&gt;
&lt;LI&gt;Such applications can provide better performance and scale by not requiring immediate updates ore refreshing of caches&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Applications that can work with highly partitioned data (e.g. session data, shopping cart) 
&lt;UL&gt;
&lt;LI&gt;High scale and performance can be supported by partitioning and distributing data across multiple cache nodes, and thereby distributing data processing across the cache nodes &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Applications that can work well with eventual consistency 
&lt;UL&gt;
&lt;LI&gt;Consider a flight inventory application, which must satisfy a large number of concurrent read/writes to the inventory of seats. To support large scale, the distributed cache may replicate the inventory value on multiple nodes; however, the inventory values on different nodes have to be made consistent in some fashion.&amp;nbsp; Requiring immediate (also known as strong) consistency will require updates to be synchronously propagated to all the copies. Such action would impact the overall performance and scale of the application. However, instead of immediately making the copies consistent, allowing them to eventually (in an asynchronous manner) become consistent will provide low latency, high performance access to inventory.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;As distributed caches become more widely deployed, I believe over the next few years, distributed cache will be used as the first tier of all data access. Multi-tier application architecture will include the cache tier as a data access tier between the application server tier and the backend data tier. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Today, Microsoft is announcing the first CTP of a distributed caching product to provide the .NET application platform support for developing highly performant, scalable, and highly available applications. The project code named “Velocity” is a distributed cache that allows any type of data (CLR object, XML document, or binary data) to be cached. “Velocity” fuses large numbers of cache nodes in a cluster into a single unified cache and provides transparent access to cache items from any client connected to the cluster.&lt;/STRONG&gt; &lt;STRONG&gt;The Data Platform Developer Center at &lt;/STRONG&gt;&lt;A href="http://msdn.microsoft.com/data" mce_href="http://msdn.microsoft.com/data"&gt;&lt;STRONG&gt;http://msdn.microsoft.com/data&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; and the Velocity Team Blog at &lt;A href="http://blogs.msdn.com/velocity"&gt;http://blogs.msdn.com/velocity&lt;/A&gt; provides additional information about project code named “Velocity” as well as links to download our first CTP.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Distributed caches are not new – during the last couple of years several caching products have emerged to address the performance and scalability needs of applications. Most of these products are point products, primarily supporting key-based access. Other than memcached, which is an open source technology, most others target enterprises and enterprise workloads and scale. I think the web workloads require considerably large scale, with 1000s of cache nodes in a cluster. The web scale distributed caches not only require mechanisms that can scale and provide availability in very large clusters, they must be easy to manage or self-managed. In the Future, “Velocity” envisions being an integral part of the .NET application stack targeting both enterprise and web workloads (and scale). As applications start using the caches for data access, I also believe, they will demand richer data services like query, transactions, analytics, synchronization etc. For example, we believe .NET applications will require LINQ queries on the distributed cache, the same way they query the backend SQL Server database. We envision “Velocity” becoming such a comprehensive distributed caching platform. The performance, scale, and availability functionality of “Velocity” along with its rich data services will allow for rich web and enterprise applications development and deployment.&lt;/P&gt;
&lt;P&gt;Anil Nori &lt;BR&gt;Microsoft Distinguished Engineer&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8570877" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="Distributed Cache" scheme="http://blogs.msdn.com/b/data/archive/tags/Distributed+Cache/" /><category term="Project Velocity" scheme="http://blogs.msdn.com/b/data/archive/tags/Project+Velocity/" /><category term="ASP.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ASP-NET/" /></entry><entry><title>Software Development Engineer in Test opening in Data Programmability</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/05/23/software-development-engineer-in-test-opening-in-data-programmability.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/05/23/software-development-engineer-in-test-opening-in-data-programmability.aspx</id><published>2008-05-24T03:55:00Z</published><updated>2008-05-24T03:55:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;The SQL Server JDBC team is running at full speed working on the next JDBC driver for SQL Server.&amp;nbsp; We are looking for people to share in our excitement about the future of data access for SQL Server and to manage the quality of our next deliverables.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Are&amp;nbsp;you passionate about working with data, the powerful query capabilities of T-SQL, the power of Object Oriented programming languages like Java, C#,&amp;nbsp;C++? Are&amp;nbsp;you &lt;/FONT&gt;&lt;FONT face=Calibri size=3&gt;interested in designing the next set of API’s for data and want to work for a team that’s focused on shipping technologies and having fun? &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;We are interested in hearing from you.&amp;nbsp; Drop us a line through the team blog or directly to me and we’ll get back to you.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&lt;/FONT&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Uwa Agbonile&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;SQL Server JDBC/SNAC/PHP Teams&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;A href="mailto:Uwa.Agbonile@microsoft.com"&gt;&lt;FONT face=Calibri color=#0000ff size=3&gt;Uwa.Agbonile@microsoft.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8543027" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Interested in working on the ADO.NET Data Services Framework (aka "Astoria") or XML?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/05/20/interested-in-working-on-the-ado-net-data-services-framework-aka-astoria-or-xml.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/05/20/interested-in-working-on-the-ado-net-data-services-framework-aka-astoria-or-xml.aspx</id><published>2008-05-20T19:13:00Z</published><updated>2008-05-20T19:13:00Z</updated><content type="html">&lt;P&gt;Do you want to work on the next generation of data access APIs for the web?&amp;nbsp; If so, the Astoria and XML teams are hiring.&amp;nbsp; If you want to get a feel for the types of problems our team thinks about the solutions we build, check out the earlier posts on this blog as well as &lt;/P&gt;
&lt;P&gt;&lt;A title=http://msdn.microsoft.com/data href="http://msdn.microsoft.com/data"&gt;http://msdn.microsoft.com/data&lt;/A&gt; and &lt;A href="http://msdn.microsoft.com/xml"&gt;http://msdn.microsoft.com/xml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We have a range of job openings across disciplines (Development, Developer in Test and Program Management) available on the Astoria and XML teams.&amp;nbsp; If you are interested in any of these positions, please send myself (&lt;A href="mailto:mike.flasko@microsoft.com"&gt;mike.flasko@microsoft.com&lt;/A&gt;) and Andy Conrad (&lt;A href="mailto:aconrad@microsoft.com"&gt;aconrad@microsoft.com&lt;/A&gt;) email.&lt;/P&gt;
&lt;P&gt;For more details on each of the open positions, please see:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=E74B95C5-C877-478F-B8F3-F8AA6143315E"&gt;ADO.NET Data Services PM&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=851313AA-C4D3-4E52-9F8E-40F50CE5C7F9"&gt;XML PM&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=4463B2A8-5FCF-49E2-9812-F44DA2E5C515"&gt;XML PM&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=4504C920-ACF4-4887-8D46-FB88DEACAAC1"&gt;ADO.NET Data Services SDE&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=5C6C3BD2-3E25-4536-A9C9-3B282D0AC4FD"&gt;ADO.NET Data Services SDE&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=2DBD3CBE-0F2F-49DC-9180-587A4C5FCCB3"&gt;XML SDE&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=38E00CE7-ECDA-4DA2-B1BD-F712E2FA15AA"&gt;ADO.NET Data Services SDE/T&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=AC221AE1-86B3-4D8A-8E96-03A85F253C65"&gt;ADO.NET Data Services SDE/T&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://members.microsoft.com/careers/search/details.aspx?JobID=258827D7-1573-4F54-8A89-225552CFBDD5"&gt;XML SDE/T&lt;/A&gt; 
&lt;P&gt;We look forward to talking with you... 
&lt;P&gt;Thanks, 
&lt;P&gt;Mike Flasko : ADO.NET Data Services ("Astoria"), Program Manager &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8523665" width="1" height="1"&gt;</content><author><name>Elisa Flasko - MSFT</name><uri>http://blogs.msdn.com/elisaj/ProfileUrlRedirect.ashx</uri></author><category term="XML" scheme="http://blogs.msdn.com/b/data/archive/tags/XML/" /><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="Project Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Project+Astoria/" /></entry><entry><title>Entity Framework &amp; Data Services Available in VS2008 SP1 Beta</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/05/11/entity-framework-data-services-available-in-vs2008-sp1-beta.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/05/11/entity-framework-data-services-available-in-vs2008-sp1-beta.aspx</id><published>2008-05-12T07:30:00Z</published><updated>2008-05-12T07:30:00Z</updated><content type="html">&lt;FONT face=Calibri size=3&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;We are very excited about .NET 3.5 SP1 and Visual Studio 2008 &amp;nbsp;SP1 and what this update means for developers who use ADO.NET for data development. &amp;nbsp;This beta marks the entry of the ADO.NET Entity Framework and ADO.NET Data Services (aka project Astoria) as part of the overall &lt;A class="" href="http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx" mce_href="http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx"&gt;.NET/Visual Studio&lt;/A&gt; beta install. This public release is also the final beta before the RTM of these two technologies. In addition, we have a revision of LINQ to SQL &amp;nbsp;that introduces the new date time functions for SQL Server 2008.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;In the space of a few short months developers have been able to experience a wave of innovation in the .NET data programming space. We began with the introduction of LINQ in .NET Framework 3.5 for providing a compile time query experience over in-memory objects, XML and relational data, and now we’re adding the Entity Framework runtime and graphical entity designer into the mix.&amp;nbsp; The Entity Framework extends the reach of ADO.NET, providing a new data model that will be the foundation for a range of data services moving forward. We’ve also enhanced the common ADO.NET provider model enabling a LINQ programming experience against 3&lt;SUP&gt;rd&lt;/SUP&gt; party databases.&amp;nbsp; The Entity Framework designer in Visual Studio works with 3&lt;SUP&gt;rd&lt;/SUP&gt; party databases as well and enables developers to visualize the data model being used by the application. &lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Over the last year or so we’ve seen a growing trend in the way people build services.&amp;nbsp; They tend to either be operation-centric with a focus on actions occurring on either side or they are resource-centric, where the focus is on working with the data or resource on either side.&amp;nbsp; For operation-centric services the Windows Communication Foundation (WCF) and Windows Workflow (WF) teams have done a bunch of work in .NET 3.5 to make it easier to build these action oriented service interfaces as a workflow.&amp;nbsp; On the data-centric side, the Data Programmability team has been working with the WCF team to deliver ADO.NET Data Services.&amp;nbsp; This is one of the most exciting new additions to the platform in some time, providing the foundation for building the next generation of data-driven applications and services today. These data services build on the WCF classes to provide an end-to-end experience for building data-centric REST based services in .NET.&amp;nbsp; They have a REST based query model, a means of exchanging metadata (in terms of the Entity Data Model) and client and mid-tier API’s that let people build rich data services and clients in a way that is easier than ever before. Developers can start with the Entity Framework and expose relational data via the Data Services Framework, they can expose non-relational data using a custom provider, or they can use some of the existing services that already expose these protocols.&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="" href="http://dev.live.com/appdata/default.aspx" mce_href="http://dev.live.com/appdata/default.aspx"&gt;Live App Storage&lt;/A&gt; &lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="" href="http://dev.live.com/spaces/photos/default.aspx" mce_href="http://dev.live.com/spaces/photos/default.aspx"&gt;Live Spaces Photos&lt;/A&gt; &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;BR&gt;In summary, it is an exciting time to be working with data on the .NET platform. &amp;nbsp;The team is looking forward to your feedback.&amp;nbsp; We invite you all to download this beta&amp;nbsp;and start using these technologies today.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A class="" href="http://go.microsoft.com/?linkid=8835250" mce_href="http://go.microsoft.com/?linkid=8835250"&gt;Visual Studio 2008 SP1 Beta&lt;/A&gt;&lt;/o:p&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A class="" href="http://go.microsoft.com/?linkid=8835251" mce_href="http://go.microsoft.com/?linkid=8835251"&gt;.NET 3.5 SP1 Beta&lt;/A&gt; &lt;/o:p&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Sam Druker&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;General Manager, Data Programmability&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8491707" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="Project Astoria" scheme="http://blogs.msdn.com/b/data/archive/tags/Project+Astoria/" /><category term="Entity Framework" scheme="http://blogs.msdn.com/b/data/archive/tags/Entity+Framework/" /><category term="Visual Studio 2008" scheme="http://blogs.msdn.com/b/data/archive/tags/Visual+Studio+2008/" /></entry><entry><title>Program Manager openings in Data Programmability in 2008</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/04/16/program-manager-openings-in-data-programmability-in-2008.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/04/16/program-manager-openings-in-data-programmability-in-2008.aspx</id><published>2008-04-17T03:43:00Z</published><updated>2008-04-17T03:43:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;We’re gearing up for the next release of the SQL Server, and we are looking for people that have a passion for building great data access technologies and frameworks to help with the effort.&amp;nbsp; We have been very busy recently releasing:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&amp;amp;DisplayLang=en"&gt;&lt;FONT face="Times New Roman" color=#0000ff size=3&gt;Microsoft .NET Framework 3.5&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt; (includes .NET Framework Data Provider for SQL Server aka SqlClient)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d68de3c9-60a9-49c9-a28c-5c46bbc3356f&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d68de3c9-60a9-49c9-a28c-5c46bbc3356f&amp;amp;DisplayLang=en"&gt;&lt;FONT face="Times New Roman" color=#0000ff size=3&gt;Microsoft SQL Server 2008 Feature Pack CTP, February 2008&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt; (includes Microsoft SQL Server 2008 Native Client)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=85f99a70-5df5-4558-991f-8aee8506833c&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=85f99a70-5df5-4558-991f-8aee8506833c&amp;amp;DisplayLang=en"&gt;&lt;FONT face="Times New Roman" color=#0000ff size=3&gt;SQL Server 2005 Driver for PHP Community Technology Preview (February 2008)&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c47053eb-3b64-4794-950d-81e1ec91c1ba&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c47053eb-3b64-4794-950d-81e1ec91c1ba&amp;amp;DisplayLang=en"&gt;&lt;FONT face="Times New Roman" color=#0000ff size=3&gt;Microsoft SQL Server 2005 JDBC Driver 1.2&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;FONT face="Times New Roman" size=3&gt;If you are interested in designing the next set of API’s and tackling challenging technical subjects across all our SQL Server data access stacks and want to work for a team who is focused on shipping great technologies, we’re interested in hearing from you. Drop me a line directly at &lt;/FONT&gt;&lt;A href="mailto:ddove@microsoft.com" mce_href="mailto:ddove@microsoft.com"&gt;&lt;FONT face="Times New Roman" color=#0000ff size=3&gt;ddove@microsoft.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN style="mso-ansi-language: EN"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;Debra Dove &lt;BR&gt;Lead Program Manager&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8400123" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /></entry><entry><title>Connecting to Pre-Release Versions of SQL Server 2008 – Part Deux</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/04/07/connecting-to-pre-release-versions-of-sql-server-2008-part-deux.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/04/07/connecting-to-pre-release-versions-of-sql-server-2008-part-deux.aspx</id><published>2008-04-07T21:26:00Z</published><updated>2008-04-07T21:26:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Since posting on the topic of design-time and runtime connectivity to pre-release versions of SQL Server 2008 on the &lt;SPAN style="COLOR: #1f497d"&gt;&lt;A href="http://blogs.msdn.com/data/archive/2007/11/26/connecting-to-pre-release-versions-of-sql-server-2008.aspx" mce_href="http://blogs.msdn.com/data/archive/2007/11/26/connecting-to-pre-release-versions-of-sql-server-2008.aspx"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;Data blog&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; in November, the set of affected clients (applications, runtimes, and operating systems) have been officially released: Microsoft Visual Studio 2008, Microsoft .NET Framework v3.5, Microsoft Vista Service Pack 1, and Microsoft Windows 2008. Runtime connectivity from a client system configured with any of these released products to SQL Server 2008 November CTP or later provides full runtime access to the following features (for design-time functionality, see below):&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l1 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Table-Valued Parameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l1 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;New date/time data types&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l1 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Large user-defined types&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l1 level1 lfo1"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Support for very large FILESTREAM-attributed column data&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 10pt 0in 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Design-Time Connectivity Between Visual Studio and SQL Server 2008&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Developers using Visual Studio 2005 or Visual Studio 2008 design tools will receive an error when trying to open a database on any pre-release instance of SQL Server 2008 without installing a Visual Studio patch. Pre-release patches for Visual Studio 2008 and Visual Studio 2005 enable the following Visual Studio functionality for SQL Server 2008: &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 54.75pt; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l0 level1 lfo2"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Server Explorer successfully connects to SQL Server 2008, and database objects such as stored procedures and table data can be viewed and edited.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 1.25in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l0 level3 lfo2"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN; mso-fareast-font-family: 'Courier New'"&gt;&lt;SPAN style="mso-list: Ignore"&gt;o&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Note that table schemas still cannot be viewed or edited in this release.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l2 level1 lfo3"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;SQL CLR projects that target SQL Server 2008 can be created and deployed to the server. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l2 level1 lfo3"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;T-SQL and SQL CLR debugging are now enabled for SQL Server 2008. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; LINE-HEIGHT: normal; mso-list: l2 level1 lfo3"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-ansi-language: EN; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Data binding features in Client and Web Projects are enabled.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Pre-release versions of the design-time patches are currently available: the Visual Studio 2008 CTP patch is available for download &lt;SPAN style="COLOR: #1f497d"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a999c84f-0fe5-4926-a1bf-4730d1caa98c&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a999c84f-0fe5-4926-a1bf-4730d1caa98c&amp;amp;DisplayLang=en"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;here&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; and the Visual Studio 2005 CTP patch is available for download &lt;SPAN style="COLOR: #1f497d"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e1109aef-1aa2-408d-aa0f-9df094f993bf&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e1109aef-1aa2-408d-aa0f-9df094f993bf&amp;amp;DisplayLang=en"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;here&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;. Final versions of the patches will be available in the near future. For more information please see the &lt;A class="" href="http://msdn2.microsoft.com/en-us/library/cc440724.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/cc440724.aspx"&gt;"&lt;/A&gt;&lt;/FONT&gt;&lt;FONT face=Calibri&gt;&lt;A class="" href="http://msdn2.microsoft.com/en-us/library/cc440724.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/cc440724.aspx"&gt;Connecting to Microsoft SQL Server 2008 from Microsoft Visual Studio 2005 and 2008"&lt;/A&gt; whitepaper on MSDN.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Debra Dove&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-bottom-alt: auto"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Program Manager Lead, Data Programmability&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8366108" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="ADO.NET" scheme="http://blogs.msdn.com/b/data/archive/tags/ADO-NET/" /><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="VisualStudio2005" scheme="http://blogs.msdn.com/b/data/archive/tags/VisualStudio2005/" /><category term="Visual Studio 2008" scheme="http://blogs.msdn.com/b/data/archive/tags/Visual+Studio+2008/" /><category term="SQL Server 2008" scheme="http://blogs.msdn.com/b/data/archive/tags/SQL+Server+2008/" /></entry><entry><title>64-bit OLEDB Provider for ODBC (MSDASQL) Is Now Available For Windows Server 2003</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/data/archive/2008/04/07/64-bit-oledb-provider-for-odbc-msdasql-is-now-available-for-windows-server-2003.aspx" /><id>http://blogs.msdn.com/b/data/archive/2008/04/07/64-bit-oledb-provider-for-odbc-msdasql-is-now-available-for-windows-server-2003.aspx</id><published>2008-04-07T18:51:00Z</published><updated>2008-04-07T18:51:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;We’re pleased to announce that 64-bit MSDASQL for Windows Server 2003 is now available for download at &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=000364db-5e8b-44a8-b9be-ca44d18b059b"&gt;&lt;FONT color=#0000ff size=3&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=000364db-5e8b-44a8-b9be-ca44d18b059b&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;. This update will also be available through “Windows Update” soon.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;FONT face=Calibri&gt;What is MSDASQL?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;FONT face=Calibri&gt;MSDASQL is an OLEDB/ODBC ‘bridge’ that allows applications built on OLEDB and ADO (which uses OLEDB internally) to access data sources through ODBC drivers. MSDASQL ships with the Windows Operating System, and Windows Server 2008 and Windows Vista SP1 are the first Windows releases to include a 64-bit version of MSDASQL.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;FONT face=Calibri&gt;Isn’t MSDASQL Deprecated?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 5.5pt; TEXT-INDENT: -5.5pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;FONT face=Calibri&gt;Previous messaging on MSDN indicated that a 64-bit version of MSDASQL would not be available. However, we have received numerous requests from customers for this technology and we are making it available on the following Windows operating systems:&amp;nbsp; Windows Server 2003, Windows Vista SP1 and Windows Server 2008. Microsoft has no plan yet to deprecate this technology currently. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-language: ZH-CN"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: left" align=left&gt;&lt;FONT face=Calibri&gt;&lt;SPAN lang=EN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN; mso-ansi-language: EN"&gt;Mo Lin&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: SimSun; mso-fareast-language: ZH-CN; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: left" align=left&gt;&lt;SPAN lang=EN style="FONT-SIZE: 11pt; COLOR: #1f497d; mso-fareast-language: ZH-CN; mso-ansi-language: EN"&gt;&lt;FONT face=Calibri&gt;Program Manager, Data Programmability&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: SimSun; mso-fareast-language: ZH-CN; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8365687" width="1" height="1"&gt;</content><author><name>dpblogs</name><uri>http://blogs.msdn.com/dpblogs/ProfileUrlRedirect.ashx</uri></author><category term="Data" scheme="http://blogs.msdn.com/b/data/archive/tags/Data/" /><category term="OLEDB" scheme="http://blogs.msdn.com/b/data/archive/tags/OLEDB/" /><category term="ODBC" scheme="http://blogs.msdn.com/b/data/archive/tags/ODBC/" /><category term="MSDASQL" scheme="http://blogs.msdn.com/b/data/archive/tags/MSDASQL/" /><category term="WDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/WDAC/" /><category term="MDAC" scheme="http://blogs.msdn.com/b/data/archive/tags/MDAC/" /></entry></feed>