<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Tips, Tricks, and General Info on the Msft BI Platform : DB Engine</title><link>http://blogs.msdn.com/jbasilico/archive/tags/DB+Engine/default.aspx</link><description>Tags: DB Engine</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Upgrading SQL Server 2000/2005 Databases to SQL Server 2008</title><link>http://blogs.msdn.com/jbasilico/archive/2008/05/30/upgrading-sql-server-2000-2005-databases-to-sql-server-2008.aspx</link><pubDate>Fri, 30 May 2008 18:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8563449</guid><dc:creator>jbasilico</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jbasilico/comments/8563449.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jbasilico/commentrss.aspx?PostID=8563449</wfw:commentRss><description>&lt;P&gt;Here at the NY Microsoft Technology Center (NY MTC), we recently ran a series of SQL Server Upgrade/Application Compatibility Labs with various customers and ISVs.&lt;/P&gt;
&lt;P&gt;To learn more about the labs, watch this video blog entry&amp;nbsp;shot&amp;nbsp;during one of the actual labs: &lt;A class="" href="http://blogs.msdn.com/mtcny/pages/sql-server-2008-upgrade-lab-april-2008.aspx" target=_blank mce_href="http://blogs.msdn.com/mtcny/pages/sql-server-2008-upgrade-lab-april-2008.aspx"&gt;http://blogs.msdn.com/mtcny/pages/sql-server-2008-upgrade-lab-april-2008.aspx&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The two tools used in these labs were SQL Server Upgrade Advisor and SQL Server Upgrade Assistant.&lt;/P&gt;
&lt;P&gt;SQL Server Upgrade Advisor helps you prepare for upgrades to SQL Server 2008. Upgrade Advisor analyzes installed components from earlier versions of SQL Server, and then generates a report that identifies issues to fix either before or after you upgrade. Additional information on the Upgrade Advisor can be found here: &lt;A class="" href="http://msdn.microsoft.com/en-us/library/ms144256(SQL.100).aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/library/ms144256(SQL.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms144256(SQL.100).aspx&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;SQL Server Upgrade Assistant (SSUA) is a tool made available as a free download from Scalability Experts. The tool can be downloaded at the following link: &lt;A class="" href="http://www.scalabilityexperts.com/default.asp?action=article&amp;amp;ID=43" target=_blank mce_href="http://www.scalabilityexperts.com/default.asp?action=article&amp;amp;ID=43"&gt;http://www.scalabilityexperts.com/default.asp?action=article&amp;amp;ID=43&lt;/A&gt; . SSUA uses traces to allow an IT professional to evaluate the behavior of an application on different versions, service pack levels, editions, or configurations of SQL Server. The tool can even be used to test the behavior of different version of an application release when a hotfix or service pack is installed on SQL Server.&amp;nbsp; SQL Server Upgrade Assistant currently supports upgrading SQL Server 7.0 and SQL Server 2000 to SQL Server 2005, as well as supports SQL Server 2000 and SQL Server 2005 to SQL Server 2008.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8563449" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jbasilico/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://blogs.msdn.com/jbasilico/archive/tags/DB+Engine/default.aspx">DB Engine</category><category domain="http://blogs.msdn.com/jbasilico/archive/tags/Upgrade/default.aspx">Upgrade</category></item><item><title>Analyze DW/DM Performance Activity with Performance Dashboard Reports</title><link>http://blogs.msdn.com/jbasilico/archive/2008/05/09/analyze-dw-dm-performance-acitivity-with-performance-dashboard-reports.aspx</link><pubDate>Fri, 09 May 2008 16:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8480061</guid><dc:creator>jbasilico</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jbasilico/comments/8480061.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jbasilico/commentrss.aspx?PostID=8480061</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;Are you a DBA&amp;nbsp;tasked&amp;nbsp;with keeping a SQL Server 2005 based data warehouse/datamart performing properly?&amp;nbsp; Are you looking for a no-cost method to analyze performance metrics of your server(s)?&amp;nbsp; If so, the&amp;nbsp;SQL Server 2005 Performance Dashboard Reports are for you!&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;The SQL Server 2005 Performance Dashboard Reports are Reporting Services report files designed to be used with the Custom Reports feature introduced in the SP2 release of SQL Server Management Studio. The reports allow a database administrator to quickly identify whether there is a current bottleneck on their system, and if a bottleneck is present, capture additional diagnostic data that may be necessary to resolve the problem. For example, if the system is experiencing waits for disk IO the dashboard allows the user to quickly see which sessions are performing the most IO, what query is running on each session and the query plan for each statement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;Common performance problems that the dashboard reports may help to resolve include:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;- CPU bottlenecks (and what queries are consuming the most CPU)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;- IO bottlenecks (and what queries are performing the most IO).&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;- Index recommendations generated by the query optimizer (missing indexes)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;- Blocking&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;- Latch contention&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;The information captured in the reports is retrieved from SQL Server's dynamic management views. There is no additional tracing or data capture required, which means the information is always available and this is a very inexpensive means of monitoring your server.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt"&gt;&lt;FONT face=Verdana size=2&gt;Reporting Services is not required to be installed to use the Performance Dashboard Reports.&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;To download the performance reports, you can find the install files here: &lt;A href="http://www.microsoft.com/downloads/info.aspx?na=90&amp;amp;p=&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=1d3a4a0d-7e0c-4730-8204-e419218c1efc&amp;amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f0%2f6%2fe%2f06ebef2e-2cc0-4b7a-a81a-deb4eec607d7%2fSQLServer2005_PerformanceDashboard.msi" mce_href="http://www.microsoft.com/downloads/info.aspx?na=90&amp;amp;p=&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=1d3a4a0d-7e0c-4730-8204-e419218c1efc&amp;amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f0%2f6%2fe%2f06ebef2e-2cc0-4b7a-a81a-deb4eec607d7%2fSQLServer2005_PerformanceDashboard.msi"&gt;&lt;FONT color=#0000ff&gt;http://www.microsoft.com/downloads/info.aspx?na=90&amp;amp;p=&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=1d3a4a0d-7e0c-4730-8204-e419218c1efc&amp;amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f0%2f6%2fe%2f06ebef2e-2cc0-4b7a-a81a-deb4eec607d7%2fSQLServer2005_PerformanceDashboard.msi&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8480061" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jbasilico/archive/tags/Management/default.aspx">Management</category><category domain="http://blogs.msdn.com/jbasilico/archive/tags/DB+Engine/default.aspx">DB Engine</category></item></channel></rss>