<?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>SQL Server Engine Tips : Announcements</title><link>http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx</link><description>Tags: Announcements</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>SQL Server 2005 SP2 Re-release and post fixes</title><link>http://blogs.msdn.com/sqltips/archive/2007/04/11/sql-server-2005-sp2-re-release-and-post-fixes.aspx</link><pubDate>Thu, 12 Apr 2007 00:21:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2091488</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/2091488.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=2091488</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=2091488</wfw:comment><description>&lt;p&gt;Bob Ward from PSS has a wonderful blog article that explains the details about the re-release of SQL Server 2005 SP2 and fixes posted later. This is a must read for anyone deploying SQL Server 2005 SP2 to understand the various hotfixes, GDRs and procedures. Please visit his link for more details.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/psssql/archive/2007/04/06/post-sql-server-2005-service-pack-2-sp2-fixes-explained.aspx"&gt;SQL Server 2005 SP2 Re-release and post fixes&lt;/a&gt;&lt;/p&gt; &lt;p&gt;-- Umachandar&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2091488" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>New MSDN Books Online search functionality</title><link>http://blogs.msdn.com/sqltips/archive/2007/03/30/new-msdn-books-online-search-functionality.aspx</link><pubDate>Fri, 30 Mar 2007 21:53:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1995359</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/1995359.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=1995359</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=1995359</wfw:comment><description>&lt;p&gt;&lt;/p&gt; &lt;p&gt;Check out the new&amp;nbsp;Books Online search functionality online. The link below provides&amp;nbsp; a&amp;nbsp;scoped search of Books Online that returns a more precise and targeted result set. You can use it to search Books Online content quickly.  &lt;p&gt;&lt;a href="http://search.live.com/macros/sql_server_user_education/booksonline"&gt;http://search.live.com/macros/sql_server_user_education/booksonline&lt;/a&gt;  &lt;p&gt;Please direct your feedback to &lt;a href="mailto:SQLServerUE@hotmail.com"&gt;SQLServerUE@hotmail.com&lt;/a&gt;.  &lt;p&gt;-- Umachandar&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1995359" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>SQL Server 2005 Performance Dashboard Reports</title><link>http://blogs.msdn.com/sqltips/archive/2007/03/29/sql-server-2005-performance-dashboard-reports.aspx</link><pubDate>Thu, 29 Mar 2007 22:22:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1990192</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/1990192.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=1990192</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=1990192</wfw:comment><description>&lt;p&gt;&lt;/p&gt; &lt;p&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 SQL Server 2005 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;p&gt;Common performance problems that the dashboard reports may help to resolve include:&lt;br&gt;- CPU bottlenecks (and what queries are consuming the most CPU)&lt;br&gt;- IO bottlenecks (and what queries are performing the most IO).&lt;br&gt;- Index recommendations generated by the query optimizer (missing indexes)&lt;br&gt;- Blocking&lt;br&gt;- Latch contention  &lt;p&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;p&gt;Reporting Services is not required to be installed to use the Performance Dashboard Reports.  &lt;p&gt;Check out these reports and experiment with them to troubleshoot your performance problems. You can find the reports at:  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1d3a4a0d-7e0c-4730-8204-e419218c1efc&amp;amp;DisplayLang=en"&gt;SQL Server 2005 Performance Dashboard Reports&lt;/a&gt;  &lt;p&gt;&amp;nbsp;  &lt;p&gt;--  &lt;p&gt;Umachandar&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1990192" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/SQL+Server+2005/default.aspx">SQL Server 2005</category><category domain="http://blogs.msdn.com/sqltips/archive/tags/Performance+-+Engine/default.aspx">Performance - Engine</category><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>SQL Server Performance Engineering Team Blog</title><link>http://blogs.msdn.com/sqltips/archive/2007/02/27/sql-server-performance-engineering-team-blog.aspx</link><pubDate>Wed, 28 Feb 2007 03:16:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1771400</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/1771400.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=1771400</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=1771400</wfw:comment><description>&lt;p&gt;I would like to announce the blog from my team - SQL Server Performance Engineering. Feel free to visit our blog at &lt;a href="http://blogs.msdn.com/sqlperf"&gt;http://blogs.msdn.com/sqlperf&lt;/a&gt; for your performance related questions and needs. Use the email link in the home page to share your feedback on performance and topics of interest.&lt;/p&gt; &lt;p&gt;--&lt;/p&gt; &lt;p&gt;Umachandar Jayachandran&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1771400" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category><category domain="http://blogs.msdn.com/sqltips/archive/tags/Performance+Troubleshooting/default.aspx">Performance Troubleshooting</category></item><item><title>SQL Server 2005 SP2 has been released...</title><link>http://blogs.msdn.com/sqltips/archive/2007/02/19/sql-server-2005-sp2-has-been-released.aspx</link><pubDate>Tue, 20 Feb 2007 01:24:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1719170</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/1719170.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=1719170</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=1719170</wfw:comment><description>&lt;p&gt;SQL Server 2005 Service Pack 2 has been released. You can find more information from the &lt;a href="http://www.microsoft.com/sql/sp2.mspx"&gt;service pack 2 page&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;This service pack extends the functionality of SQL Server in many ways. The &lt;a href="http://download.microsoft.com/download/2/b/5/2b5e5d37-9b17-423d-bc8f-b11ecd4195b4/WhatsNewSQL2005SP2.htm"&gt;What's New&lt;/a&gt; document highlights the major changes in the Database Engine, Analysis Services, Integration Services and others. The service pack also has performance and manageability enhancements that will be of interest to lot of developers and&amp;nbsp;database administrators.&lt;/p&gt; &lt;p&gt;Please download the latest service pack and test your database applications with it to see the benefits.&lt;/p&gt; &lt;p&gt;--&lt;/p&gt; &lt;p&gt;Umachandar Jayachandran&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1719170" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Database Applications Profile Survey in http://connect.microsoft.com/sqlserver</title><link>http://blogs.msdn.com/sqltips/archive/2007/02/04/database-applications-profile-survey-in-http-connect-microsoft-com-sqlserver.aspx</link><pubDate>Sun, 04 Feb 2007 22:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1598846</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/1598846.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=1598846</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=1598846</wfw:comment><description>&lt;DIV&gt;My team (Data &amp;amp; SQL Storage Performance Team) is conducting a survey on &lt;A href="http://connect.microsoft.com/sqlserver"&gt;http://connect.microsoft.com/sqlserver&lt;/A&gt; to better understand SQL Server workloads. The connect link below will take you directly to the survey:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://connect.microsoft.com/SQLServer/Survey/Survey.aspx?SurveyID=2226"&gt;https://connect.microsoft.com/SQLServer/Survey/Survey.aspx?SurveyID=2226&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please consider providing your workload characteristics and hardware configuration to help us better understand the workloads that run on SQL Server. This is a detailed survey so we are hoping to determine more than what SQM or SQLH2 or other mechanisms offer today. Thanks for participating.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;--&lt;BR&gt;Umachandar Jayachandran&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1598846" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>SQL Server 2005 SP2 December CTP is available for download</title><link>http://blogs.msdn.com/sqltips/archive/2006/12/19/sql-server-2005-sp2-december-ctp-is-available-for-download.aspx</link><pubDate>Wed, 20 Dec 2006 04:37:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1327757</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/1327757.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=1327757</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=1327757</wfw:comment><description>&lt;p&gt;SQL Server 2005 Service Pack 2 December CTP is available now for download. You can download it from:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d2da6579-d49c-4b25-8f8a-79d14145500d&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=d2da6579-d49c-4b25-8f8a-79d14145500d&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Note that the December CTP has been published to the same location as the November CTP so if you come from the &lt;a href="http://www.microsoft.com/sql/ctp.mspx"&gt;SQL Server 2005 CTP Home Page&lt;/a&gt; and get to December CTP don't be confused.&lt;/p&gt; &lt;p&gt;Please take this opportunity to test your applications with the new service pack and provide feedback on the new features or bugs that you encounter.&lt;/p&gt; &lt;p&gt;Next week, I will be posting series of articles that highlight some of the new features in SQL Server 2005 SP2 release.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Thanks&lt;/p&gt; &lt;p&gt;Umachandar&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1327757" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Download SQL Server 2005 SP2 CTP</title><link>http://blogs.msdn.com/sqltips/archive/2006/11/08/download-sql-server-2005-sp2-ctp.aspx</link><pubDate>Thu, 09 Nov 2006 00:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1039931</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/1039931.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=1039931</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=1039931</wfw:comment><description>&lt;P&gt;SQL Server 2005 Service Pack 2 (SP2) CTP has been released. You can provide feedback on the CTP release via &lt;A href="http://connect.microsoft.com/sqlserver" mce_href="http://connect.microsoft.com/sqlserver"&gt;http://connect.microsoft.com/sqlserver&lt;/A&gt;. The link for the various downloads is:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/sql/ctp.mspx" mce_href="http://www.microsoft.com/sql/ctp.mspx"&gt;http://www.microsoft.com/sql/ctp.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;SQL Server 2005 SP2 CTP contains some new features in the database engine (vardecimal data types, object_name function enhancement, logon triggers, Common Criteria Compliance, sys.dm_exec_text_query_plan DMV, plan cache improvements among others). The list of bugs fixed in the release can be found at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b921896"&gt;http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b921896&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if you have questions regarding the new features. For any issues with setup or bugs in the CTP release please use the connect feedback mechanism or post in the SQL Server MSDN forums.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1039931" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Top 5 relational data warehouse performance improvements you would like to see in next version of SQL Server</title><link>http://blogs.msdn.com/sqltips/archive/2006/09/20/TOP-5-DW-PERF-IMP-NEXT-SQL.aspx</link><pubDate>Thu, 21 Sep 2006 02:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:763985</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>13</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/763985.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=763985</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=763985</wfw:comment><description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello Everyone, 
&lt;P&gt;We are currently looking at top performance issues for various workloads and how we can improve those in next version of SQL Server. We are collecting feedback from various customer sources. I would like to extend an invitation to readers here for feedback on top 5&amp;nbsp;relational data warehouse&amp;nbsp;performance improvements you would like to see in SQL Server. 
&lt;P&gt;Please bear the following in mind: 
&lt;P&gt;1. Briefly describe the relational data warehouse workload or scenario or application. More details you can provide for us the better. 
&lt;P&gt;2. Prioritize the list of performance improvements in order of importance or impact to your workload. You can also just highlight the top 5 performance problems with running your relational data warehouse workload in SQL Server 
&lt;P&gt;3. Feel free to suggest any feature(s) that will help in improving the performance of the particular&amp;nbsp;data warehouse&amp;nbsp;workload or scenario 
&lt;P&gt;I will consolidate the feedback and post summary version of it as a link in this post. 
&lt;P&gt;Thanks&lt;BR&gt;Umachandar &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=763985" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Top 5 OLTP performance improvements you would like to see in the next version of SQL Server</title><link>http://blogs.msdn.com/sqltips/archive/2006/09/20/TOP-5-OLTP-PERF-IMP-NEXT-SQL.aspx</link><pubDate>Thu, 21 Sep 2006 02:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:763983</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>31</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/763983.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=763983</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=763983</wfw:comment><description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;We are currently looking at top performance issues for various workloads and how we can improve those in next version of SQL Server. We are collecting feedback from various customer sources. I would like to extend an invitation to readers here for feedback on top 5 OLTP performance improvements you would like to see in SQL Server.&lt;/P&gt;
&lt;P&gt;Please bear the following in mind:&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;1. Briefly describe the OLTP workload or scenario or application. More details you can provide for us the better&lt;/P&gt;
&lt;P&gt;2. Prioritize the list of performance improvements in order of importance or impact to your workload. You can also just highlight the top 5 performance problems with running your OLTP workload in SQL Server&lt;/P&gt;
&lt;P&gt;3. Feel free to suggest any feature(s) that will help in improving the performance of the particular OLTP workload or scenario or application&lt;/P&gt;
&lt;P&gt;I will consolidate the feedback and post summary version of it as a link in this post.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR&gt;Umachandar&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=763983" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Using catalog views in SQL Server 2005</title><link>http://blogs.msdn.com/sqltips/archive/2006/09/06/743068.aspx</link><pubDate>Wed, 06 Sep 2006 21:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:743068</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/743068.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=743068</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=743068</wfw:comment><description>&lt;DIV&gt;Did you know that the catalog views in SQL Server 2005 exposes metadata for various objects in a database and at the server-level? This is the preferred method of accessing metadata. It is a much richer&amp;nbsp;mechanism that doesn't require access to system tables or undocumented columns or status bits. If you want standard and portable access to metadata then you can still use the INFORMATION_SCHEMA views but it is limited to standard specific features, data types and views.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I have posted several topics in the past that shows how to use the information in various catalog views. And the Books Online Documentation has a topic that has answers to several frequently asked questions. It shows you how to use the catalog views to get answers to following questions for example:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms345522.aspx#_FAQ14"&gt;How do I find the LOB data types of a specified table?&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms345522.aspx#_FAQ25"&gt;How do I find the CHECK constraints that depend on a specified CLR user-defined type?&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms345522.aspx#_FAQ8"&gt;How do I find the dependencies on a specified function?&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms345522.aspx#_FAQ2"&gt;How do I find all the owners of entities contained in a specified schema?&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You can find the topic using the links below:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Books Online in MSDN: &lt;SPAN&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms345522.aspx"&gt;&lt;U&gt;http://msdn2.microsoft.com/en-us/library/ms345522.aspx&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Books Online Client: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/ca202580-c37e-4ccd-9275-77ce79481f64.htm&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;
&lt;DIV&gt;Please check it out and send your feedback using the Books Online feedback mechanism if you want to see additional questions. You can also post such questions here and I will write the queries using the catalog views.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Umachandar&lt;/SPAN&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=743068" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Catalog+Views/default.aspx">Catalog Views</category><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>New whitepapers on physical database storage and tempdb...</title><link>http://blogs.msdn.com/sqltips/archive/2006/06/22/643306.aspx</link><pubDate>Fri, 23 Jun 2006 00:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:643306</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/643306.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=643306</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=643306</wfw:comment><description>&lt;DIV&gt;Below are links to two new whitepapers from the storage engine team. Please check it out to get better understanding of the new features in SQL Server 2005 and enhancements.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Working with TempDB&lt;BR&gt;&lt;A href="http://download.microsoft.com/download/4/f/8/4f8f2dc9-a9a7-4b68-98cb-163482c95e0b/WorkingWithTempDB.doc"&gt;http://download.microsoft.com/download/4/f/8/4f8f2dc9-a9a7-4b68-98cb-163482c95e0b/WorkingWithTempDB.doc&lt;/A&gt;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;Physical Database Storage&lt;BR&gt;&lt;A href="http://download.microsoft.com/download/4/f/8/4f8f2dc9-a9a7-4b68-98cb-163482c95e0b/PhysDBStor.doc"&gt;http://download.microsoft.com/download/4/f/8/4f8f2dc9-a9a7-4b68-98cb-163482c95e0b/PhysDBStor.doc&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=643306" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Performance tips...</title><link>http://blogs.msdn.com/sqltips/archive/2006/02/14/532159.aspx</link><pubDate>Wed, 15 Feb 2006 02:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:532159</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>15</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/532159.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=532159</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=532159</wfw:comment><description>&lt;DIV&gt;I recently moved to the Central Performance Team in the SQL Server product group. My group is responsible for box-wide performance, benchmark and scalability. Given my new role I will be posting more of performance tips and techniques. I will be covering the following topics:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Query performance tips&lt;/LI&gt;
&lt;LI&gt;Engine features that improve performance&lt;/LI&gt;
&lt;LI&gt;Troubleshooting performance problems using new SQL Server 2005 features&lt;/LI&gt;
&lt;LI&gt;Differences between SQL Server 2000 and SQL Server 2005 with respect to certain features or behavior changes that might affect performance&lt;/LI&gt;&lt;/UL&gt;
&lt;DIV&gt;Please comment to this post if you would like some specific topics to be covered.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;
&lt;DIV&gt;Umachandar&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=532159" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Top 5 features you would like to see in the next version of SQL Server</title><link>http://blogs.msdn.com/sqltips/archive/2005/10/07/Top-5-Features-Request.aspx</link><pubDate>Sat, 08 Oct 2005 01:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:478411</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>82</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/478411.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=478411</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=478411</wfw:comment><description>&lt;P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Here is an opportunity to discuss about the top 5 features that you would like to see in the next version of SQL Server. It would be nice if you can include a sentence for each feature explaining why it is required. Please use features of SQL Server 2005 as starting point meaning do not ask for those which are already in SQL Server 2005. And the features should be restricted to the query language (SQL) and the programming language (TSQL) only. Examples include enhancements to DDLs, new relational features, new programming capabilities or data types.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Lastly, note that this is just an informal request from me. This doesn't mean that these features will get into the next version of SQL Server. But I will take these requests and file them along with existing suggestions/sqlwish emails that&amp;nbsp;many&amp;nbsp;in our team&amp;nbsp;maintain. And it can help prioritize the list for the product eventually.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Thanks&lt;/FONT&gt; &lt;BR&gt;&lt;FONT face=Arial size=2&gt;Umachandar&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;--&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Summary of the responses received so far can be found at &lt;A href="http://umachandar.members.winisp.net/files/top_5_features_summary.htm"&gt;http://umachandar.members.winisp.net/files/top_5_features_summary.htm&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=478411" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Request for topics...</title><link>http://blogs.msdn.com/sqltips/archive/2005/09/22/473101.aspx</link><pubDate>Fri, 23 Sep 2005 05:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:473101</guid><dc:creator>SQL Server Engine Team</dc:creator><slash:comments>28</slash:comments><comments>http://blogs.msdn.com/sqltips/comments/473101.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sqltips/commentrss.aspx?PostID=473101</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sqltips/rsscomments.aspx?PostID=473101</wfw:comment><description>&lt;DIV&gt;Please post requests for topics or features that you would like to know about. This can be any of the SQL/TSQL language features or programmability in general. There are so many things to discuss about wrt SQL Server 2005 so it will be good to gauge interest of database developers/DBAs out there. Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;--&lt;/DIV&gt;
&lt;DIV&gt;Umachandar&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=473101" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sqltips/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/sqltips/archive/tags/Announcements/default.aspx">Announcements</category></item></channel></rss>