<?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-US"><title type="html">SQL Server Manageability Team Blog</title><subtitle type="html" /><id>http://blogs.msdn.com/sqlrem/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/sqlrem/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-03-28T17:24:00Z</updated><entry><title>Where is SAC tool?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/02/29/where-is-sac-tool.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/02/29/where-is-sac-tool.aspx</id><published>2008-03-01T02:55:00Z</published><updated>2008-03-01T02:55:00Z</updated><content type="html">Surface Area Configuration (SAC) tool will be removed in SQL 2008 release. This tool exposed two major functionalities. Surface Area Configuration for Services and Connections Surface Area Configuration for Features A. In SQL 2008, starting CTP5 release, the functionality of Surface Area Configuration for Services and Connections can now be performed using SQL CM. SQL Configuration Manager (SQL CM) will be the GUI tool to (Video to demo this will be here soon.) Configure Remote access for Database...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/02/29/where-is-sac-tool.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7966789" width="1" height="1"&gt;</content><author><name>gopsdwarak</name><uri>http://blogs.msdn.com/members/gopsdwarak.aspx</uri></author></entry><entry><title>Some nodes in OE do not have "Policies" context menu - But I need them to author policies !</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/02/29/some-nodes-in-oe-do-not-have-policies-context-menu-why.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/02/29/some-nodes-in-oe-do-not-have-policies-context-menu-why.aspx</id><published>2008-03-01T02:50:00Z</published><updated>2008-03-01T02:50:00Z</updated><content type="html">I am assuming most of you must be familiar with jargons Facets, conditions and polices by now, if you are hands-on over policy-based management framework. If you traverse to the facets node under Management-&amp;gt;Policy Management in Object explorer you will see bunch of facets listed there. For eg. Let us pick Database Facet. This facet will give you the luxury and the power to author policies against Database entities on the server. However, there are some of the entities on server like ServerRole,...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/02/29/some-nodes-in-oe-do-not-have-policies-context-menu-why.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7966709" width="1" height="1"&gt;</content><author><name>gopsdwarak</name><uri>http://blogs.msdn.com/members/gopsdwarak.aspx</uri></author></entry><entry><title>Uploaded Demo Scripts for TechNet Webcast - Using the New Policy-Based Management Framework in SQL Server 2008</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/02/26/demo-scripts-from-technet-webcast-using-the-new-policy-based-management-framework-in-sql-server-2008.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="11464" href="http://blogs.msdn.com/sqlrem/attachment/7897581.ashx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/02/26/demo-scripts-from-technet-webcast-using-the-new-policy-based-management-framework-in-sql-server-2008.aspx</id><published>2008-02-26T03:26:00Z</published><updated>2008-02-26T03:26:00Z</updated><content type="html">Thanks for those who have attended this presentation. I have attached the demo policies and the demo script as promised. Note that the policy files only work for SQL Server 2008 CTP6 and above. Cheers, Hongfei...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/02/26/demo-scripts-from-technet-webcast-using-the-new-policy-based-management-framework-in-sql-server-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7897581" width="1" height="1"&gt;</content><author><name>HongfeiG</name><uri>http://blogs.msdn.com/members/HongfeiG.aspx</uri></author><category term="SQL Server Management Studio" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Management+Studio/default.aspx" /><category term="DMF" scheme="http://blogs.msdn.com/sqlrem/archive/tags/DMF/default.aspx" /><category term="Policy-based management" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Policy-based+management/default.aspx" /><category term="SQL Server 2008" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+2008/default.aspx" /></entry><entry><title>The Wizard's Wand to Partitioning! Creating Staging Tables - adroitly simple</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/02/22/the-wizard-s-wand-to-partitioning-creating-staging-tables-adroitly-simple.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/02/22/the-wizard-s-wand-to-partitioning-creating-staging-tables-adroitly-simple.aspx</id><published>2008-02-22T10:43:00Z</published><updated>2008-02-22T10:43:00Z</updated><content type="html">Making a superb coffee wending machine is great and we can write volumes on how to use it. Trust me, it wouldnt appeal if you dont quickly write about any feature of the machine that solves a day to day problem for a coffee drinker / Seller. This is exactly what this write up on the wizard is about. Creation of staging table is about dealing with lots of TSQL. The complexity of creating a staging table is linearly , or sometimes exponentially proportional to the complexity of the parent table. This...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/02/22/the-wizard-s-wand-to-partitioning-creating-staging-tables-adroitly-simple.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7845944" width="1" height="1"&gt;</content><author><name>vindy-MSFT</name><uri>http://blogs.msdn.com/members/vindy-MSFT.aspx</uri></author><category term="Switch Out" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Switch+Out/default.aspx" /><category term="Staging Table" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Staging+Table/default.aspx" /><category term="Manage Partition" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Manage+Partition/default.aspx" /><category term="Switch In" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Switch+In/default.aspx" /></entry><entry><title>The Wizard's Wand to Partitioning!  Series Prelude</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/02/21/the-wizard_2700_s-wand-to-partitioning-series-prelude.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/02/21/the-wizard_2700_s-wand-to-partitioning-series-prelude.aspx</id><published>2008-02-21T10:14:00Z</published><updated>2008-02-21T10:14:00Z</updated><content type="html">Hello Everybody! Its a pleasure to start blogging on this wonderful sunny morning at Seattle when the morning mist says good bye and the sun is happy to shine right above us. Everyone is smiling as the weather just turned from wet to pleasant. This is the exact feeling one will get when they see the partitioning wizard in SQL Server 2008 Management studio. Understanding to partition a table based on certain business requirement has always been a tough thing. Just when the business decision has been...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/02/21/the-wizard_2700_s-wand-to-partitioning-series-prelude.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7832682" width="1" height="1"&gt;</content><author><name>vindy-MSFT</name><uri>http://blogs.msdn.com/members/vindy-MSFT.aspx</uri></author><category term="SQL Server 2008" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+2008/default.aspx" /><category term="Partitioning" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Partitioning/default.aspx" /><category term="Partitioning Wizard" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Partitioning+Wizard/default.aspx" /></entry><entry><title>Webcast - SQL Server 2008 Policy-Based Management (formerly known as DMF)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/02/18/webcast-sql-server-2008-policy-based-management-formerly-known-as-dmf.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/02/18/webcast-sql-server-2008-policy-based-management-formerly-known-as-dmf.aspx</id><published>2008-02-18T20:31:00Z</published><updated>2008-02-18T20:31:00Z</updated><content type="html">What is Policy-Based Management? How does it make SQL Server administration easier? What are the main components? What is the technology behind it? Join my webcast presentation (300 level) to learn this feature inside out with tons of demos. Don’t miss the opportunity of live Q&amp;amp;A with the experts. Attendee Registration URL: http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032360210&amp;amp;Culture=en-US Cheers, Hongfei Hongfei Guo PhD | Program Manager | SQL Server Manageability Team |...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/02/18/webcast-sql-server-2008-policy-based-management-formerly-known-as-dmf.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7777091" width="1" height="1"&gt;</content><author><name>HongfeiG</name><uri>http://blogs.msdn.com/members/HongfeiG.aspx</uri></author><category term="SQL Server management" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+management/default.aspx" /><category term="DMF" scheme="http://blogs.msdn.com/sqlrem/archive/tags/DMF/default.aspx" /><category term="SQL Server 2008 Feature" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+2008+Feature/default.aspx" /><category term="Policy-based management" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Policy-based+management/default.aspx" /></entry><entry><title>Multiple Server Query Execution in SQL Server 2008</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/02/04/multiple-server-query-execution-in-sql-server-2008.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/02/04/multiple-server-query-execution-in-sql-server-2008.aspx</id><published>2008-02-05T01:16:00Z</published><updated>2008-02-05T01:16:00Z</updated><content type="html">SQL Server 2008 SSMS introduces a new feature, Multiple Server Query Execution, in Query Editor. This feature intends to increase the productivity of running same query against multiple servers at once. Some of useage include: · Configure group of servers or server farm · Generate report or document from multiple servers · Analyze result from multiple servers · or Run any sql query against multiple servers Pre-requisite To deploy or test Multiple Server Query Execution, you need to setup SSMS in...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/02/04/multiple-server-query-execution-in-sql-server-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7448639" width="1" height="1"&gt;</content><author><name>erickang</name><uri>http://blogs.msdn.com/members/erickang.aspx</uri></author><category term="SQL Server" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server/default.aspx" /><category term="SQL Server Management Studio" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Management+Studio/default.aspx" /><category term="Query Editor" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Query+Editor/default.aspx" /><category term="NovCTP" scheme="http://blogs.msdn.com/sqlrem/archive/tags/NovCTP/default.aspx" /><category term="Multiple Server Query Execution" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Multiple+Server+Query+Execution/default.aspx" /></entry><entry><title>Ken Henderson – We Will Always Remember You</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/01/28/ken-henderson-we-will-always-remember-you.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/01/28/ken-henderson-we-will-always-remember-you.aspx</id><published>2008-01-29T02:46:00Z</published><updated>2008-01-29T02:46:00Z</updated><content type="html">We are mourning the loss of Ken Henderson who passed away this Sunday evening. We don’t know any details at this time, but we will let the community know as we learn more. It was great being around Ken and feeling his passion and learning from him over the years. We will miss him. Bill Ramos and the SQL Manageability Team...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/01/28/ken-henderson-we-will-always-remember-you.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7294220" width="1" height="1"&gt;</content><author><name>billramo</name><uri>http://blogs.msdn.com/members/billramo.aspx</uri></author></entry><entry><title>SQL Server 2005 Best Practices Analyzer (January 2008) -- Now Available!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/01/18/sql-server-2005-best-practices-analyzer-january-2008-now-available.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/01/18/sql-server-2005-best-practices-analyzer-january-2008-now-available.aspx</id><published>2008-01-19T00:39:05Z</published><updated>2008-01-19T00:39:05Z</updated><content type="html">It's a new year and, with it, we come bearing gifts! We have a pretty significant update to SQL Server 2005 Best Practices Analyzer . It contains many new and updated rules for Analysis Services, a few important rules for the Relational Engine, a couple bug fixes for the UI and command line tools. And all of these rules have rich documentation telling you what need to know. Here is the official announcement: http://blogs.msdn.com/sqlcat/archive/2008/01/18/sql-server-2005-best-practices-analyzer-january-2008-now-available.aspx...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/01/18/sql-server-2005-best-practices-analyzer-january-2008-now-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7153362" width="1" height="1"&gt;</content><author><name>PaulMest</name><uri>http://blogs.msdn.com/members/PaulMest.aspx</uri></author><category term="SQL Server Best Practices Analyzer Tool" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Best+Practices+Analyzer+Tool/default.aspx" /><category term="SQL Server" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Performance Data Collector  for SQL Server 2008 - Revealed</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/01/17/performance-studio-for-sql-server-2008-revealed.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/01/17/performance-studio-for-sql-server-2008-revealed.aspx</id><published>2008-01-18T07:37:00Z</published><updated>2008-01-18T07:37:00Z</updated><content type="html">I’ve been getting many requests on what is this new Performance Data Collector tool and how does it work. First off, Performance Data Collector is simply a component as one of the tools in Management Studio (SSMS) involved in performance troubleshooting. These tools include the new Data Collector, System Collection Sets, the Management Data Warehouse, and historical reports for the collection sets. It also includes the ever popular tools like Profiler, DTA, Graphical Showplan, Activity Monitor, Client...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/01/17/performance-studio-for-sql-server-2008-revealed.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7146025" width="1" height="1"&gt;</content><author><name>billramo</name><uri>http://blogs.msdn.com/members/billramo.aspx</uri></author><category term="Webcasts" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Webcasts/default.aspx" /><category term="SQL Server Management Studio" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Management+Studio/default.aspx" /><category term="NovCTP" scheme="http://blogs.msdn.com/sqlrem/archive/tags/NovCTP/default.aspx" /><category term="Performance Studio" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Performance+Studio/default.aspx" /></entry><entry><title>November CTP News: Workaround fix for query execution issue</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2008/01/15/november-ctp-news-workaround-fix-for-query-execution-issue.aspx" /><link rel="enclosure" type="application/vnd.openxmlformats-officedocument.word" length="177539" href="http://blogs.msdn.com/sqlrem/attachment/7119085.ashx" /><id>http://blogs.msdn.com/sqlrem/archive/2008/01/15/november-ctp-news-workaround-fix-for-query-execution-issue.aspx</id><published>2008-01-15T20:03:00Z</published><updated>2008-01-15T20:03:00Z</updated><content type="html">SQL Server 2008 November CTP (CTP5) has a known issue that any query execution hangs indefinitely. Fortunately, there is a quick and simple workaround to fix the issue. Cause &amp;amp; Problem: User changes the default setup directory to a custom one during the initial setup. Query Editor hangs indefinitely when user execute any query, even a simple query such as SELECT 1. Workaround Solution: In November CTP, there is a setup issue in SQL Compact Edition (SQLCE) that incorrectly handles the setup directory...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2008/01/15/november-ctp-news-workaround-fix-for-query-execution-issue.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7119085" width="1" height="1"&gt;</content><author><name>erickang</name><uri>http://blogs.msdn.com/members/erickang.aspx</uri></author><category term="SQL Server" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server/default.aspx" /><category term="SQL Server Management Studio" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Management+Studio/default.aspx" /><category term="Query Editor" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Query+Editor/default.aspx" /><category term="NovCTP" scheme="http://blogs.msdn.com/sqlrem/archive/tags/NovCTP/default.aspx" /></entry><entry><title>SQL Server 2005 Best Practices Analyzer (July 2007) is available</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2007/07/04/sql-server-2005-best-practices-analyzer-july-2007-is-available.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2007/07/04/sql-server-2005-best-practices-analyzer-july-2007-is-available.aspx</id><published>2007-07-04T22:14:00Z</published><updated>2007-07-04T22:14:00Z</updated><content type="html">This week we celebrate independence.  No, I'm not referring to Independence Day in the United States.  I'm announcing the official release of SQL Server 2005 Best Practices Analyzer as an independently serviceable tool.

What do I mean by independently serviceable?
......(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2007/07/04/sql-server-2005-best-practices-analyzer-july-2007-is-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3692977" width="1" height="1"&gt;</content><author><name>PaulMest</name><uri>http://blogs.msdn.com/members/PaulMest.aspx</uri></author><category term="SQL Server Best Practices Analyzer Tool" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Best+Practices+Analyzer+Tool/default.aspx" /><category term="SQL Server" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Reducing Database Size by Using Vardecimal Storage Format</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2007/05/29/reducing-database-size-by-using-vardecimal-storage-format.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2007/05/29/reducing-database-size-by-using-vardecimal-storage-format.aspx</id><published>2007-05-29T22:36:00Z</published><updated>2007-05-29T22:36:00Z</updated><content type="html">In addition to the improvements to the management tools in Service Pack 2 that I've outlined on this blog, the engine team has introduced the VarDecimal storage format. They have just published a whitepaper on how to reduce your database size. Check it out: http://msdn2.microsoft.com/en-us/library/bb508963.aspx . Paul A. Mestemaker II Program Manager Microsoft SQL Server Manageability...(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2007/05/29/reducing-database-size-by-using-vardecimal-storage-format.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2973706" width="1" height="1"&gt;</content><author><name>PaulMest</name><uri>http://blogs.msdn.com/members/PaulMest.aspx</uri></author><category term="SQL Server" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server/default.aspx" /><category term="SQL Server 2005 - SP2" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+2005+-+SP2/default.aspx" /></entry><entry><title>How do you like to learn? *or* SQL Server Agent Proxy Accounts</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2007/04/10/how-to-sql-server-agent-proxy-accounts.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2007/04/10/how-to-sql-server-agent-proxy-accounts.aspx</id><published>2007-04-11T00:29:00Z</published><updated>2007-04-11T00:29:00Z</updated><content type="html">One of my favorite parts of my job as a Program Manager is evangelizing our products.  I love teaching people how to be more effective by introducing them to new features or tying many existing features together in an end-to-end scenario.

I like to learn about technology and I'd imagine that the majority of my readers are also technology enthusiasts by profession.  The problem I have now is that I do not have enough time in the day to learn about everything that could be cool and figure out how it could be useful.  I recently watched a video by Brian Knight from JumpStart TV on SQL Server Agent Proxy Accounts.  I thought it was a great way to quickly learn about one piece of SQL Server Agent without reading lots of documentation.

To reach the broadest audience most effectively, I'm considering putting together short videos like the folks at JumpStart TV to give you an overview of how to use our features.  My questions to you are......(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2007/04/10/how-to-sql-server-agent-proxy-accounts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1995605" width="1" height="1"&gt;</content><author><name>PaulMest</name><uri>http://blogs.msdn.com/members/PaulMest.aspx</uri></author><category term="SQL Server" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server/default.aspx" /><category term="SQL Server Management Studio" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Management+Studio/default.aspx" /></entry><entry><title>SQL Connections 2007 (Orlando, FL) -- Follow-up</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/sqlrem/archive/2007/03/28/sql-connections-follow-up.aspx" /><id>http://blogs.msdn.com/sqlrem/archive/2007/03/28/sql-connections-follow-up.aspx</id><published>2007-03-29T03:24:00Z</published><updated>2007-03-29T03:24:00Z</updated><content type="html">After one heck of a trip to Orlando, FL for SQL Connections, I'm back in Redmond.  Here is a quick re-cap of my sessions and links to session content......(&lt;a href="http://blogs.msdn.com/sqlrem/archive/2007/03/28/sql-connections-follow-up.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1982459" width="1" height="1"&gt;</content><author><name>PaulMest</name><uri>http://blogs.msdn.com/members/PaulMest.aspx</uri></author><category term="SQL Server Best Practices Analyzer Tool" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Best+Practices+Analyzer+Tool/default.aspx" /><category term="SQL Server" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server/default.aspx" /><category term="SQL Server Management Studio" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Management+Studio/default.aspx" /><category term="SQL Server 2005 - SP2" scheme="http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+2005+-+SP2/default.aspx" /><category term="Conferences" scheme="http://blogs.msdn.com/sqlrem/archive/tags/Conferences/default.aspx" /></entry></feed>