<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Swiss IT Professional and TechNet Blog : SQL Server</title><link>http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx</link><description>Tags: SQL Server</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>What's New for SQL Server 2008 R2 Editions</title><link>http://blogs.technet.com/chitpro-en/archive/2009/11/03/what-s-new-for-sql-server-2008-r2-editions.aspx</link><pubDate>Tue, 03 Nov 2009 22:52:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3291224</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3291224.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3291224</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3291224</wfw:comment><description>&lt;p&gt;At the PASS summit, the Editions of SQL Server 2008 R2 were announced. Pricing was also announced.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;SQL Server 2008 R2 is planned for release in the first half of calendar year 2010&lt;/li&gt;    &lt;li&gt;2 New Editions were announced: Datacenter and &lt;a href="http://www.microsoft.com/madison" target="_blank"&gt;Parallel Data Warehouse&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Application and Multi-Server Management&lt;/li&gt;    &lt;li&gt;Support for up to 256 logical processors&lt;/li&gt;    &lt;li&gt;Backup Compression will now also be a feature of SQL Server 2008 R2 standard edition&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The November Community Technology Preview (CTP) of Microsoft SQL Server 2008 R2 is now also &lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx" target="_blank"&gt;available&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/R2-editions.aspx" target="_blank"&gt;http://www.microsoft.com/sqlserver/2008/en/us/R2-editions.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3291224" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Beta/default.aspx">Beta</category></item><item><title>SQL Server 2008 R2 August CTP – What’s new for the DBA?</title><link>http://blogs.technet.com/chitpro-en/archive/2009/10/05/sql-server-2008-r2-august-ctp-what-s-new-for-the-dba.aspx</link><pubDate>Mon, 05 Oct 2009 19:35:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3284900</guid><dc:creator>robreu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3284900.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3284900</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3284900</wfw:comment><description>&lt;p&gt;SQL Server 2008 R2 will be a BI-refresh (“&lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/madison.aspx"&gt;Madison Overview&lt;/a&gt;”/”&lt;a href="http://technet.microsoft.com/en-us/library/ee210692(SQL.105).aspx"&gt;Gemini Overview&lt;/a&gt;”) and comes out as a Minor-Release (SQL Server Version 10.50). But there are several interesting features and topics which are interesting for DBAs. In this post I’ll list some options you can already test out in the actual August CTP. Additional enhancements will ship with the next CTP which will be available somewhere around middle of November 2009.&lt;/p&gt;  &lt;h3&gt;SQL Server Stand-Alone “SysPrep” &lt;/h3&gt;  &lt;p&gt;The „SysPrep“-feature will also be available for standalone installations, where you can pre deploy your binaries and finish the configuration after the rollout. The „Advanced” Tab on the Setup Landing Page gives you the opportunity to prepare an Image of a SQL Server instance. Instance-ID, Root-Directory, and Features can be selected and pre deployed, but it is also possible to add or remove features by completing the setup. The services and their configuration settings (Security Settings, Paths) will be also configured within the completing procedure. You’ll find additional information on&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee210664(SQL.105).aspx"&gt;How To Install SQL Server 2008 R2 Using SysPrep&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;SQL Server SysPrep is supported for Database Engine and Reporting Services in a Stand-Alone installation for all editions. Management Tools and Shared Services like Browser Service or SQL Server Writer will be automatically deployed during the initial setup. Failover Cluster can be prepared and configured with “Advanced Cluster Preparation/Completion” as it was with SQL Server 2008.&lt;/p&gt;  &lt;h3&gt;Unicode Compression&lt;/h3&gt;  &lt;p&gt;SQL Server 2008 R2 has the ability to compress Unicode datatypes like NCHAR and NVARCHAR and brings you huge space savings for a large number of application databases which work with Unicode datatypes. The Simple Compression Scheme for Unicode Data (SCSU, Standard Compression Scheme &lt;a href="http://unicode.org/reports/tr6/"&gt;http://unicode.org/reports/tr6/&lt;/a&gt; ) has a compression ratio of 50% for English and the most European Languages! Unicode Compression will be enabled as part of ROW or PAGE compression. If you already use the data-compression-feature, it is necessary to rebuild the indexes of the compressed table. But if you add new datasets or change an existing the Unicode compression will be enabled automatically.&lt;/p&gt;  &lt;p&gt;There are some interesting information regarding Unicode compression and SAP in the blog post of Juergen Thomas: &lt;a href="http://blogs.msdn.com/saponsqlserver/archive/2009/09/16/sql-server-2008-r2-ucs2-compression-what-is-it-impact-on-sap-systems.aspx"&gt;http://blogs.msdn.com/saponsqlserver/archive/2009/09/16/sql-server-2008-r2-ucs2-compression-what-is-it-impact-on-sap-systems.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In Books online you’ll also find additional information on &lt;a href="http://technet.microsoft.com/en-us/library/ee240835(SQL.105).aspx"&gt;Unicode Compression Implementation&lt;/a&gt;.&lt;/p&gt;  &lt;h3&gt;SQL Server Utility – Application- and Multiservermanagement&lt;/h3&gt;  &lt;p&gt;SQL Server 2008 R2 introduces new management tools to help improve IT efficiency and productivity. Investments in application and multi-server management will help organizations proactively manage database environments efficiently at scale through centralized visibility into resource utilization. Such investments can help streamline consolidation and upgrade initiatives across the application lifecycle—all with tools that make it fast and easy. The &lt;a href="http://technet.microsoft.com/en-us/library/ee364757.aspx"&gt;Application- and Multiservermanagement Whitepaper&lt;/a&gt; explains the new terms and the configuration. The basic idea is to give DBAs the opportunity to deploy databases (data-tier applications) in a standardized way. The next CTP will bring more advantages in this topic. This blog keeps you updated. &lt;/p&gt;  &lt;p&gt;There are no advantages or changes planned in the area of High-Availability and Datatypes.&lt;/p&gt;  &lt;p&gt;Before you test SQL Server 2008 R2, please be prepared that the physical database version number will be updated (SQL Server 2008 RTM/SP1 655). This means, that it’s not possible to restore a SQL Server 2008 R2 database back to a SQL Server 2008 RTM/SP1 instance (backup/restore or detach/attach). Compatibility level remains “100”, whereas “90” for SQL 2005 and “80” for SQL 2000 are still supported.&lt;/p&gt;  &lt;p&gt;You can get your database version number with following query:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;SELECT &lt;/font&gt;&lt;/em&gt;&lt;i&gt;     &lt;br /&gt;&lt;font color="#0000ff"&gt;&lt;em&gt;DATABASEPROPERTY ('YourDBName','Version') &lt;/em&gt;        &lt;br /&gt;&lt;em&gt;GO&lt;/em&gt;&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Get the SQL Server 2008 R2 CTP from &lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx"&gt;http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3284900" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Swiss SQL Server Saturday - 19th September 2009 - Digicomp Academy (Zurich) - Free Event</title><link>http://blogs.technet.com/chitpro-en/archive/2009/08/25/swiss-sql-server-saturday-19th-september-2009-digicomp-academy-z-rich-free-event.aspx</link><pubDate>Tue, 25 Aug 2009 21:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3276778</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3276778.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3276778</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3276778</wfw:comment><description>&lt;P&gt;Swiss SQL Server Saturday is an opportunity to connect with other Database and BI professionals to learn from Database, Application Development and BI experts about topics that you’ll immediately be able to put into use. &lt;BR&gt;&lt;BR&gt;With 15 great sessions covering topics from Silverlight to Datamining, Clustering to Performance Tuning, SSIS to Gemini you’ll find that your Saturday is put to excellent use! &lt;BR&gt;&lt;BR&gt;The event is FREE to attend, organised by the Swiss PASS Chapter and supported by Quest, Microsoft and Digicomp. To register go to &lt;A href="http://www.sqlsaturday.ch/" target=_blank mce_href="http://www.sqlsaturday.ch"&gt;http://www.sqlsaturday.ch&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3276778" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Business+Intelligence/default.aspx">Business Intelligence</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Switzerland/default.aspx">Switzerland</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Training/default.aspx">Training</category></item><item><title>SQL Server 2008 R2 August CTP Availability</title><link>http://blogs.technet.com/chitpro-en/archive/2009/08/10/sql-server-2008-r2-august-ctp-availability.aspx</link><pubDate>Mon, 10 Aug 2009 18:23:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3272121</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3272121.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3272121</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3272121</wfw:comment><description>&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/SQLServer2008R2PublicCTP2Availability_A1EF/SQL%20Server%202008%20R2_2.png" mce_href="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/SQLServer2008R2PublicCTP2Availability_A1EF/SQL%20Server%202008%20R2_2.png"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="SQL Server 2008 R2" border=0 alt="SQL Server 2008 R2" src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/SQLServer2008R2PublicCTP2Availability_A1EF/SQL%20Server%202008%20R2_thumb.png" width=364 height=72 mce_src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/SQLServer2008R2PublicCTP2Availability_A1EF/SQL%20Server%202008%20R2_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Interested in what new features will be in SQL Server 2008 R2, or maybe you want to test your existing application?&lt;/P&gt;
&lt;P&gt;Today we &lt;A href="http://blogs.technet.com/dataplatforminsider/archive/2009/08/10/download-sql-server-2008-r2-august-ctp-today.aspx" target=_blank mce_href="http://blogs.technet.com/dataplatforminsider/archive/2009/08/10/download-sql-server-2008-r2-august-ctp-today.aspx"&gt;announced&lt;/A&gt; that on from today, TechNet and MSDN subscribers will be able to download SQL Server 2008 R2 August CTP. If you are not a subscriber, you can download it from&amp;nbsp;Wednesday 12 August from &lt;A href="http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx" target=_blank mce_href="http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;What new features can I expect? Have a look &lt;A href="http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx" target=_blank mce_href="http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3272121" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Beta/default.aspx">Beta</category></item><item><title>Microsoft Connection Days</title><link>http://blogs.technet.com/chitpro-en/archive/2009/08/03/microsoft-connection-days.aspx</link><pubDate>Mon, 03 Aug 2009 11:46:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3270239</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3270239.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3270239</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3270239</wfw:comment><description>&lt;p&gt;At five locations in Switzerland from 28 September up to 8. October 2009, &lt;a href="https://partner.microsoft.com/switzerland-de/40078667" target="_blank"&gt;Microsoft Connection Days&lt;/a&gt; (ex Partner Days), an event for Partners and IT professionals will be held.&lt;/p&gt;  &lt;p&gt;This year, Microsoft Partners and now IT Professionals will have the opportunity, under one roof, to network and make interesting contacts. Five IT professional topics will be available for you to obtain the latest information about cloud computing&amp;#160; (key note), Windows 7, Office/Exchange 2010, Windows Server R2 and Hyper-V R2, SQL Server and Online Services (BPOS).&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3270239" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Switzerland/default.aspx">Switzerland</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Microsoft+Event/default.aspx">Microsoft Event</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Azure/default.aspx">Azure</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/cloud+computing/default.aspx">cloud computing</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Office+System/default.aspx">Office System</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Exchange+Server/default.aspx">Exchange Server</category></item><item><title>New White Papers for SQL Server Published</title><link>http://blogs.technet.com/chitpro-en/archive/2009/06/08/new-white-papers-for-sql-server-published.aspx</link><pubDate>Mon, 08 Jun 2009 15:55:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3251871</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3251871.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3251871</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3251871</wfw:comment><description>&lt;p&gt;A number of new white papers have been published relating to SQL Server and Microsoft or 3rd Party Applications:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd890507.aspx" target="_blank"&gt;&lt;strong&gt;Configure disaster recovery across SharePoint farms by using SQL Server log shipping&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;Create a disaster recovery farm in a geographically distributed data center for SharePoint&lt;br&gt;&amp;nbsp; &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd758814.aspx" target="_blank"&gt;&lt;strong&gt;Disk Partition Alignment Best Practices for SQL Server&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;This paper documents performance for aligned and nonaligned storage and why nonaligned partitions can negatively impact I/O performance&lt;br&gt;&amp;nbsp; &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd894051.aspx" target="_blank"&gt;&lt;strong&gt;Data Compression: Strategy, Capacity Planning and Best Practices&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;The data compression feature in SQL Server 2008 helps compress the data inside a database, and it can help reduce the size of the database. Apart from the space savings, data compression provides another benefit: Because compressed data is stored in fewer pages, queries need to read fewer pages from the disk, thereby improving the performance of I/O intensive workloads.&lt;br&gt;&amp;nbsp; &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b5bb47a4-5ece-4a2a-a9b5-5435264f627d&amp;amp;DisplayLang=en" target="_blank"&gt;&lt;strong&gt;Improving Microsoft CRM Performance and Securing Data with SQL Server 2008&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;This paper provides an overview, benchmark results, and recommendations for implementing selected Microsoft SQL Server 2008 features that can improve the performance of Microsoft Dynamics CRM 4.0 and secure the CRM database.&lt;br&gt;&amp;nbsp; &lt;li&gt;&lt;a href="http://download.microsoft.com/download/9/F/4/9F4B4F2B-3853-4AE6-BD80-DF2D37F5C59F/SQL_Server_2008_with_Oracle_Applications.docx" target="_blank"&gt;&lt;strong&gt;SQL Server 2008 with Siebel, PeopleSoft and JD Edwards Applications&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;This white paper describes why SQL Server is the optimal data platform to use with JD Edwards, PeopleSoft, and Siebel applications that run on the Microsoft platform&lt;br&gt;&amp;nbsp; &lt;li&gt;&lt;a href="http://download.microsoft.com/download/6/9/D/69D1FEA7-5B42-437A-B3BA-A4AD13E34EF6/WhyNotOracleRAC.docx" target="_blank"&gt;&lt;strong&gt;Competitive Review of Oracle Real Application Clusters (RAC)&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;This white paper examines the main reasons why customers might not want to implement Oracle Real Application Clusters (RAC) in their database solutions. &lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3251871" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Reference+Guide/default.aspx">Reference Guide</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>SQL Server Failover Cluster on Hyper-V</title><link>http://blogs.technet.com/chitpro-en/archive/2009/05/19/sql-server-failover-cluster-on-hyper-v.aspx</link><pubDate>Tue, 19 May 2009 09:36:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3243068</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3243068.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3243068</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3243068</wfw:comment><description>&lt;P&gt;It was announced at Tech Ed USA last week that building a failover cluster, comprising of Hyper-V guests, with SQL Server 2005 and 2008 installed, and clustered on the guest is now supported.&lt;/P&gt;
&lt;P&gt;Up till now, clustering the hosts was only supported.&lt;/P&gt;
&lt;P&gt;The KB article got updated yesterday.&lt;BR&gt;&lt;A href="http://support.microsoft.com/?id=956893" target=_blank mce_href="http://support.microsoft.com/?id=956893"&gt;http://support.microsoft.com/?id=956893&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3243068" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>SQL Server 2008 for the Oracle DBA – Free online training</title><link>http://blogs.technet.com/chitpro-en/archive/2009/05/13/sql-server-2008-for-the-oracle-dba-free-online-training.aspx</link><pubDate>Wed, 13 May 2009 10:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3239823</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3239823.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3239823</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3239823</wfw:comment><description>&lt;P&gt;This free 15 module, level 300 course provides students with the knowledge and skills to capitalize on their skills and experience as an Oracle DBA to manage a Microsoft SQL Server 2008 system. This workshop provides a quick start for the Oracle DBA to map, compare, and contrast the realm of Oracle database management to SQL Server database management.&lt;/P&gt;
&lt;P&gt;You can view the series from here: &lt;A href="http://technet.microsoft.com/en-us/sqlserver/dd548020.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/sqlserver/dd548020.aspx"&gt;http://technet.microsoft.com/en-us/sqlserver/dd548020.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3239823" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Practical PowerShell Videos</title><link>http://blogs.technet.com/chitpro-en/archive/2009/05/12/practical-powershell-videos.aspx</link><pubDate>Tue, 12 May 2009 18:12:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3239818</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3239818.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3239818</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3239818</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.powershell.com/" target="_blank"&gt;PowerShell.com&lt;/a&gt; and Idera have created a 5 part video series on &lt;a href="http://www.microsoft.com/PowerShell" target="_blank"&gt;PowerShell&lt;/a&gt;. How you use Powerhell together with Microsoft Server and Client Products.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Part 1: Getting to Know PowerShell&lt;br&gt;Part 2: PowerShell for Active Directory&lt;br&gt;Part 3: PowerShell for Exchange Server 2007&lt;br&gt;Part 4: PowerShell for SQL Server 2008&lt;br&gt;Part 5: PowerShell for Windows Servers and Clients&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;To view the series, visit &lt;a href="http://www.idera.com/Promo/Practical-PowerShell/" target="_blank"&gt;http://www.idera.com/Promo/Practical-PowerShell/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3239818" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Exchange+Server/default.aspx">Exchange Server</category></item><item><title>Disk Partition Alignment Best Practices for SQL Server</title><link>http://blogs.technet.com/chitpro-en/archive/2009/05/12/disk-partition-alignment-best-practices-for-sql-server.aspx</link><pubDate>Tue, 12 May 2009 17:06:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3239773</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3239773.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3239773</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3239773</wfw:comment><description>&lt;p&gt;The SQL Server Customer Advisory Team (SQLCAT) have published a white paper on the topic “Disk Partition Alignment”.&amp;nbsp; &lt;/p&gt; &lt;p&gt;“Disk partition alignment is a powerful tool for improving SQL Server performance. Configuring optimal disk performance is often viewed as much art as science. A best practice that is essential yet often overlooked is disk partition alignment. Windows Server 2008 attempts to align new partitions out-of-the-box, yet disk partition alignment remains a relevant technology for partitions created on prior versions of Windows.”&lt;/p&gt; &lt;p&gt;Download the white paper from &lt;a href="http://sqlcat.com/whitepapers/archive/2009/05/11/disk-partition-alignment-best-practices-for-sql-server.aspx" target="_blank"&gt;http://sqlcat.com/whitepapers/archive/2009/05/11/disk-partition-alignment-best-practices-for-sql-server.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3239773" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>SQL Server User Group Meeting - Zurich</title><link>http://blogs.technet.com/chitpro-en/archive/2009/05/04/sql-server-user-group-meeting-zurich.aspx</link><pubDate>Mon, 04 May 2009 13:47:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3234792</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3234792.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3234792</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3234792</wfw:comment><description>&lt;p&gt;&lt;a title="http://www.sqlpass.ch" href="http://www.sqlpass.ch/" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SIG_Logo_Colour_sm_120x133" border="0" alt="SIG_Logo_Colour_sm_120x133" src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/SQLUserGroupMeetingZurich_A076/SIG_Logo_Colour_sm_120x133_3.gif" width="100" height="111"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The Swiss Chapter of PASS is holding a meeting on &lt;strong&gt;Tuesday 5 May&lt;/strong&gt; in Zurich. If you can’t get to Zurich, the sessions are also available via LiveMeeting&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Language: English&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Session 1:&amp;nbsp; [18:00 – 19:15]&lt;br&gt;&lt;strong&gt;Eliminate SQL Server Downtime – Even for maintenance&lt;br&gt;&lt;/strong&gt;No enterprise can afford to be down. Whether private or public, Fortune 100 or startup, the objective is the same: keep the business running, your customers and partners depend on it.&lt;br&gt;&lt;strong&gt;Presenter: David Tung (Solutions Architect, xkoto, Inc)&lt;br&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Session 2: [19:30 – 21:00]&lt;br&gt;&lt;strong&gt;Designing Effective Aggregations in Analysis Services 2008&lt;br&gt;&lt;/strong&gt;Building aggregations is one of the most important ways of improving query performance in Analysis Services, but simply running the Aggregation Design Wizard doesn't always result in useful aggregations being built.&lt;br&gt;&lt;strong&gt;Presenter: Chris Webb (Crossjoin Consulting)&lt;br&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Registration and further information on &lt;a href="http://www.sqlpass.ch"&gt;http://www.sqlpass.ch&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3234792" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/User+Group/default.aspx">User Group</category></item><item><title>Invitation to IT Pro Momentum</title><link>http://blogs.technet.com/chitpro-en/archive/2009/04/27/invitation-to-it-pro-momentum.aspx</link><pubDate>Mon, 27 Apr 2009 15:24:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3231061</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3231061.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3231061</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3231061</wfw:comment><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/Microsoft%20IT%20Pro%20Momentum_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Microsoft IT Pro Momentum" border="0" alt="Microsoft IT Pro Momentum" src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/Microsoft%20IT%20Pro%20Momentum_thumb.jpg" width="454" height="62"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;br&gt;Wanting to do Projects with New Technologies? It sounds exciting, but does have an element of risk.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;br&gt;Why does one want to be an Early-Adopter of new Technology?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Generally, new technologies have new, and marked improvements in features. In most cases, real-world problems and requirements are solved by a new version of software, and sometimes things are just easier and faster than in the past.&lt;/p&gt; &lt;p&gt;&lt;br&gt;&lt;strong&gt;How and we (Microsoft) help you?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The IT Pro Momentum Program was designed with that in mind. By Invite, you get access the the Project Portal where you can profile your projects, and have access to Exclusive Information, Training, Product Downloads and Support.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;Is such a program for me?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;It depends on how many of the following questions you can answer to your satisfaction:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Does new Technology Interest me?  &lt;li&gt;Do I want, and need Support during the Evaluation of the various Products?  &lt;li&gt;Am I not scared to try out the Products and Solutions (in a test environment at least) with Beta Products?  &lt;li&gt;Do I want to give feedback about the Products to the Development Teams (bugs, features and new ideas), and also my experiences in deploying the product?&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;br&gt;Target Audience&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Targeted with this program are Small and Medium Sized Business (SME) and Microsoft Partners that do not have regular and dedicated contact/support from Microsoft. For Large Enterprises, other programs like TAP (Technology Adoption Program) and RDP (Rapid Deployment Program) are more suitable, but do not exclude you from IT Pro Momentum.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;What will I as a participant get?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;It depends on the stage of you Project.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Evaluation Phase &lt;br&gt;You get access to technical content and dedicated forums. You also have access to Online Trainings.  &lt;li&gt;Planning Phase &lt;br&gt;You receive a 1 year subscription to TechNet Plus and access to the product setups.  &lt;li&gt;Pilot Phase&lt;br&gt;You have the opportunity to request free help from Microsoft Support up to a a maximum of 1 year for the product you are Piloting to help you quickly solve issues that you have.  &lt;li&gt;Deployment Phase&lt;br&gt;You project is virtually complete and here comes our ask of you.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/ITPROMomentum%20Phases_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ITPROMomentum Phases" border="0" alt="ITPROMomentum Phases" src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/ITPROMomentum%20Phases_thumb.png" width="464" height="117"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/ITPROMomentum%20Benefits_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ITPROMomentum Benefits" border="0" alt="ITPROMomentum Benefits" src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/ITPROMomentum%20Benefits_thumb.png" width="464" height="44"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;What do we (Microsoft) gain from this?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Firstly, we want to hear from and about you and your Projects you are planning to, or currently working on, and help you where possible. For some, it may be very interesting to be profiled, either on a Blog or a Case Study, to show the world and your colleagues what you achieved. At the same time, share your experiences with the community and prove your competency.&lt;br&gt;Secondly, we have customers who have deployed, and are happily using our Products!&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Products and Technologies for the Year 2009 in IT Pro Momentum&lt;/strong&gt; (Not product shipping dates and is subject to change)&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/ITPROMomentum%20Technologies%202009_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ITPROMomentum Technologies 2009" border="0" alt="ITPROMomentum Technologies 2009" src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/ITPROMomentum%20Technologies%202009_thumb.png" width="469" height="271"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;How do I get invited (or have questions)?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Contact Michael Epprecht, IT Pro Evangelist, Microsoft Switzerland via e-mail or the &lt;a href="http://blogs.technet.com/chitpro-en/contact.aspx" target="_blank"&gt;Contact Form&lt;/a&gt;. &lt;br&gt;If you are not based in Switzerland or Lichtenstein, we will pass your request onto the responsible IT Pro Evangelist in your region if IT Pro Momentum is offered in your region.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/michael%20dot%20epprecht%20at%20microsoft%20dot%20com%20e-mail%20image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="michael dot epprecht at microsoft dot com e-mail image" border="0" alt="michael dot epprecht at microsoft dot com e-mail image" src="http://blogs.technet.com/blogfiles/chitpro-en/WindowsLiveWriter/ITProMomentum_92F8/michael%20dot%20epprecht%20at%20microsoft%20dot%20com%20e-mail%20image_thumb.png" width="244" height="28"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3231061" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/OCS/default.aspx">OCS</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Switzerland/default.aspx">Switzerland</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Beta/default.aspx">Beta</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Unified+Communications/default.aspx">Unified Communications</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/IT+Pro+Momentum+Program/default.aspx">IT Pro Momentum Program</category></item><item><title>SQL Server 2008 SP1 – Which CUs are included?</title><link>http://blogs.technet.com/chitpro-en/archive/2009/04/16/sql-server-2008-sp1-which-cus-are-included.aspx</link><pubDate>Thu, 16 Apr 2009 07:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3225478</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3225478.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3225478</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3225478</wfw:comment><description>&lt;P&gt;SQL Server 2008 SP1 states that Cumulative Updates 1 to 3 are included in it. For those customers who have CU4 already installed, you need to know how it affects you. Have a look on the CSS blog: &lt;A href="http://blogs.msdn.com/psssql/archive/2009/04/09/sql-server-2008-sp1-and-cumulative-updates-explained.aspx" target=_blank mce_href="http://blogs.msdn.com/psssql/archive/2009/04/09/sql-server-2008-sp1-and-cumulative-updates-explained.aspx"&gt;http://blogs.msdn.com/psssql/archive/2009/04/09/sql-server-2008-sp1-and-cumulative-updates-explained.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;CU 1 for SQL Server 2008 SP1 will cover all the fixes included in SQL Server 2008 RTM CU 4. CU1 for SQL Server 2008 SP1 was just released and is available &lt;A href="http://support.microsoft.com/kb/969099" target=_blank mce_href="http://support.microsoft.com/kb/969099"&gt;http://support.microsoft.com/kb/969099&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;[Edit 2009-04-16 10:00. Added Link to CU1]&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3225478" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>SQL Server 2008 Service Pack 1 Released</title><link>http://blogs.technet.com/chitpro-en/archive/2009/04/08/sql-server-2008-service-pack-1-released.aspx</link><pubDate>Wed, 08 Apr 2009 08:01:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3223818</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3223818.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3223818</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3223818</wfw:comment><description>&lt;p&gt;Today Microsoft Released Service Pack 1 for SQL Server 2008&lt;/p&gt; &lt;p&gt;Some of the changes include:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;SQL Server 2008 SP1 has made it easier and more efficient to deploy and manage service packs. By adding the ability to Slipstream, SQL Server 2008 and SP1 can be installed simultaneously. This decreases the total time for an installation, including a fewer number of reboots.  &lt;li&gt;Service Pack Uninstall allows administrators to uninstall the service pack separately from the database release.  &lt;li&gt;Report Builder 2.0 Click-Once deployment. Up till now, Report Builder 2.0 was only available as a separate install on the client machines. Now .NET’s Click-Once technology is used so that users can run Report Builder without having to install it first through a setup file locally.  &lt;li&gt;In addition to the a roll-up of previous cumulative updates, SP1 includes quick fix engineering updates and minor fixes in response to requests reported through the SQL Server community. There are no new feature updates in this service pack. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;SQL Server 2008 SP1 has in total 300 fixes included, with the majority being minor tweaks. If you compare this to the SQL Server 2005 SP1, which contained 2’500 fixes, you really see that SQL Server 2008 is a very stable release.&lt;/p&gt; &lt;p&gt;You can download the Service Pack from &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19" target="_blank"&gt;here&lt;/a&gt;. The build number is 10.00.2531&lt;/p&gt; &lt;p&gt;The Knowledge Base Article can be viewed &lt;a href="http://support.microsoft.com/kb/968369" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3223818" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>White Paper – SQL Server Consolidation at Microsoft</title><link>http://blogs.technet.com/chitpro-en/archive/2009/03/11/white-paper-sql-server-consolidation-at-microsoft.aspx</link><pubDate>Wed, 11 Mar 2009 21:49:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3211774</guid><dc:creator>mepprecht</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/chitpro-en/comments/3211774.aspx</comments><wfw:commentRss>http://blogs.technet.com/chitpro-en/commentrss.aspx?PostID=3211774</wfw:commentRss><wfw:comment>http://blogs.technet.com/chitpro-en/rsscomments.aspx?PostID=3211774</wfw:comment><description>&lt;P&gt;A new white paper has been published on how Microsoft IT has used Virtualization (naturally Hyper-V) and consolidation to reduce cost, server sprawl and at the same time improve scalability, standardization and uptime in the SQL Server environments.&lt;/P&gt;
&lt;P&gt;It is an interesting read, with some really detailed designs and metrics, that you can base your designs on. &lt;/P&gt;
&lt;P&gt;You can find the white paper here: &lt;A href="http://technet.microsoft.com/en-us/library/dd557540.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/library/dd557540.aspx"&gt;http://technet.microsoft.com/en-us/library/dd557540.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;One key take-away is that the underlying storage really must perform well. Storage performance is one of those topics that has been highlighted many times in the past, but never receives the attention it deserves. No matter how good your design, unless the storage performs optimally, you will never good SQL Server performance.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3211774" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/chitpro-en/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/patterns/default.aspx">patterns</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/practices/default.aspx">practices</category><category domain="http://blogs.technet.com/chitpro-en/archive/tags/Virtualization/default.aspx">Virtualization</category></item></channel></rss>