<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Ask Paula!</title>
        <link>http://geekswithblogs.net/AskPaula/Default.aspx</link>
        <description>...bringing you notes from the field...</description>
        <language>en-US</language>
        <copyright>Paula DiTallo  2007-2009 All Rights Reserved</copyright>
        <managingEditor>plditallo@ieee.org</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Ask Paula!</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/AskPaula/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>How do I create an Index that is NOT the primary on my tables?</title>
            <category>Artificial Intelligence</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/11/02/135954.aspx</link>
            <description>&lt;p&gt;To create a index on a single column, do this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;CREATE INDEX  IDX_FERC ON FERC(FercName)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In some cases, you may have a need to combine columns to hasten known unique combinations. This is knonw as a composite key. An example:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font color="#808000"&gt;CREATE INDEX IDX_OperatingCompanyFERC ON FERC(OpCompanyID,FercName)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135954"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135954" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/135954.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/11/02/135954.aspx</guid>
            <pubDate>Mon, 02 Nov 2009 20:07:16 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/135954.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/11/02/135954.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/135954.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/135954.aspx</trackback:ping>
        </item>
        <item>
            <title>How do I convert an integer to a string in SQL Server?</title>
            <category>SQL </category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/08/07/133968.aspx</link>
            <description>&lt;br /&gt;
If you want to reformat data, use the function convert as shown:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-style: italic; color: rgb(255, 102, 0); font-weight: bold;"&gt;select convert(varchar, cast(18 as integer)) as 'a number'&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133968"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133968" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/133968.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/08/07/133968.aspx</guid>
            <pubDate>Fri, 07 Aug 2009 17:21:48 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/133968.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/08/07/133968.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/133968.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/133968.aspx</trackback:ping>
        </item>
        <item>
            <title>SQL Server: Why do I get "multi-part identifier could not be bound" ?</title>
            <category>SQL </category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/08/06/133952.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Let's say you've developed a stored procedure that assigns a count value to a variable which looks like this:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;SELECT @HasDefaultShipTo = count(*)&lt;br /&gt;
  FROM &lt;em&gt;StakeHolderLoc_Assoc&lt;/em&gt; &lt;br /&gt;
    WHERE assoc.StakeHldrID = @StkhldrID&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;When you execute to compile you will see the error:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993300"&gt;&lt;strong&gt;Msg 4104,&lt;/strong&gt; Level 16, State 1, Procedure MetroDevETL_1, Line 80&lt;br /&gt;
The multi-part identifier "assoc.StakeHldrID" could not be bound.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;The reason this error appears is because you have forgotten to associate/bind the table to "assoc". The corrected SQL will look like this:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;SELECT @HasDefaultShipTo = count(*)&lt;br /&gt;
  FROM &lt;em&gt;&lt;strong&gt;&lt;font color="#ff6600"&gt;StakeHolderLoc_Assoc assoc&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
    WHERE assoc.StakeHldrID = @StkhldrID&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133952"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133952" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/133952.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/08/06/133952.aspx</guid>
            <pubDate>Fri, 07 Aug 2009 04:13:59 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/133952.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/08/06/133952.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/133952.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/133952.aspx</trackback:ping>
        </item>
        <item>
            <title>How do I cycle through a Collection?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/06/16/132861.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;Here are the 2 common patterns in .NET:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#993300" size="3"&gt;GIVEN:&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#993300" size="3"&gt;PATTERN #1:&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#993300"&gt;Note:&lt;/font&gt; &lt;font color="#993300"&gt;this method will work with collections that are typed, but not necessarily defined in a class which manages  enumeration&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;font size="2"&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;string&lt;/font&gt; itemName;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;for&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; index = 0; index &amp;lt; OrderList.Count;index++)&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;    itemName = OrderList[index].ItemName;&lt;/p&gt;
&lt;p&gt;  &lt;font color="#339966"&gt; // do stuff here&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;font color="#993300" size="3"&gt;&lt;strong&gt;&lt;em&gt;PATTERN  #2&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;font size="2"&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;using System;&lt;br /&gt;
using System.Collections.Generic;&lt;br /&gt;
using System.Text;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;namespace AskPaulaExamples&lt;br /&gt;
{&lt;br /&gt;
    public class Whine&lt;br /&gt;
    {&lt;br /&gt;
     &lt;font color="#339966"&gt;  // define AND dub the collection with something&lt;/font&gt;&lt;br /&gt;
       &lt;font color="#3366ff"&gt;List&amp;lt;string&amp;gt;&lt;/font&gt; OrderList = &lt;font color="#0000ff"&gt;new List&amp;lt;string&amp;gt;&lt;/font&gt;() &lt;font color="#993300"&gt;{"Gloves","Purse","Hat","Skirt","Gown"};&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;       &lt;font color="#0000ff"&gt;static void&lt;/font&gt; Main()&lt;br /&gt;
       {&lt;br /&gt;
           &lt;font color="#0000ff"&gt;Whine&lt;/font&gt; wailAbout = &lt;font color="#0000ff"&gt;new Whine&lt;/font&gt;();&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;           wailAbout.StuffForMe();&lt;br /&gt;
           &lt;br /&gt;
       }&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;       public void StuffForMe()&lt;br /&gt;
       {&lt;br /&gt;
           &lt;font color="#3366ff"&gt;IList&amp;lt;string&amp;gt;&lt;/font&gt; MyDemands = OrderList.AsReadOnly();&lt;br /&gt;
           &lt;font color="#3366ff"&gt;foreach (string&lt;/font&gt; Item i&lt;font color="#3366ff"&gt;n&lt;/font&gt; MyDemands)&lt;br /&gt;
           {&lt;br /&gt;
               &lt;font color="#3366ff"&gt;Console&lt;/font&gt;.WriteLine&lt;font color="#993300"&gt;("What I want for my BIRTHDAY: "&lt;/font&gt; + Item.ToString());&lt;br /&gt;
           }&lt;br /&gt;
       }&lt;br /&gt;
        &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;     }&lt;br /&gt;
}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132861"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132861" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/132861.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/06/16/132861.aspx</guid>
            <pubDate>Tue, 16 Jun 2009 21:57:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/132861.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/06/16/132861.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/132861.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/132861.aspx</trackback:ping>
        </item>
        <item>
            <title>Why Can't I compile my LINQ code?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/06/09/132720.aspx</link>
            <description>&lt;p&gt;If you're getting this message:&lt;/p&gt;
&lt;p&gt;&lt;font size="3" face="Arial"&gt;&lt;em&gt;&lt;font color="#993300"&gt;The type &lt;strong&gt;'System.Data.Linq&lt;/strong&gt;&lt;span style="font-weight: bold;"&gt;.DataContext' is defined in an assembly &lt;/span&gt;&lt;strong style="font-weight: bold;"&gt;that is not referenced. You must add a reference to assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral&lt;/strong&gt;, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\pldital\My Documents\Visual Studio 2008\Projects\PatentableServices\Transform\PetabyteCompression.svc.cs&lt;/font&gt;&lt;/em&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;...&lt;font size="4"&gt; add...  &lt;span style="font-weight: bold;"&gt;System.Data.Linq&lt;/span&gt; as a reference to your project.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I still get bit every once in awhile (read: pasting together a poc) when I include a LINQ project in a solution were I've got a dependency ! &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/cry_smile.gif" alt="" /&gt; &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;br /&gt;
&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132720"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132720" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/132720.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/06/09/132720.aspx</guid>
            <pubDate>Wed, 10 Jun 2009 05:52:42 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/132720.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/06/09/132720.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/132720.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/132720.aspx</trackback:ping>
        </item>
        <item>
            <title>A 'Get it Done Now!' Approach for transforming SQL Server Data to XML Data</title>
            <category>SQL </category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132496.aspx</link>
            <description>&lt;br /&gt;
First, for all of the MS SQL Server database purists out there that will complain vehemently against this method of extraction/formatting because of the special characters (SEE: &lt;span style="font-weight: bold;"&gt;http://www.webmonkey.com/reference/Special_Characters&lt;/span&gt;) that may (will likely) surface and need to be escaped, or that there's a better way to do this such as utilizing the XML Schema Collection/XML Explicit features available with SQL Server, etc. -- I recognize your concern, however, you'll have to admit, this is still (low-tech/mid-90's as it is) one of the fastest and most easily understood ways of simply selecting data out of existing tables and into an XML file with commonly available tools! &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-style: italic; color: rgb(153, 51, 0);"&gt;&lt;span style="font-weight: bold;"&gt;This method is intended for a one-time only conversion process. Anything else will require further examination of XML Explicit/XML Schema collection conversion processing&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;font size="4" style="font-weight: bold;"&gt;..For that one-time conversion....here's what to do....&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;span style="font-weight: bold;"&gt;Let's say this is the XSD schema you have for storing Sales Agent data in XML:&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;&amp;lt;xsd:schema id="NewDataSet" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;  &amp;lt;xsd:element name="SalesRep"&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;    &amp;lt;xsd:complexType&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;      &amp;lt;xsd:sequence&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="First" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Last" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Email" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Mobile" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Phone" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Fax" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Address1" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Address2" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="City" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="State" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Country" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="CountryName" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Postal" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="Territory" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element name="TerritoryState" type="xsd:string" minOccurs="0" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;      &amp;lt;/xsd:sequence&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;    &amp;lt;/xsd:complexType&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;  &amp;lt;/xsd:element&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;  &amp;lt;xsd:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true"&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;    &amp;lt;xsd:complexType&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;      &amp;lt;xsd:choice minOccurs="0" maxOccurs="unbounded"&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;        &amp;lt;xsd:element ref="SalesRep" /&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;      &amp;lt;/xsd:choice&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;    &amp;lt;/xsd:complexType&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;  &amp;lt;/xsd:element&amp;gt;&lt;/span&gt;&lt;br style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;" /&gt;
&lt;span style="font-style: italic; color: rgb(51, 153, 102); font-weight: bold;"&gt;&amp;lt;/xsd:schema&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3" style="font-weight: bold;"&gt;.... take a close look at the elements, then frame the elements for each row in a SELECT statement...&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;span style="font-weight: bold;"&gt;(Here's how you would write that statement)&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;SELECT &lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;SalesRep&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;First&amp;gt;' + first + '&amp;lt;/First&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;Last&amp;gt;' + last + '&amp;lt;/Last&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;Email&amp;gt;' + email + '&amp;lt;/Email&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;  case&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Mobile is null then '&amp;lt;Mobile&amp;gt;&amp;lt;/Mobile&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Mobile = '' then '&amp;lt;Mobile&amp;gt;&amp;lt;/Mobile&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    else '&amp;lt;Mobile&amp;gt;' + PhoneCode + '-' + Mobile + '&amp;lt;/Mobile&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   end&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; case&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Phone is null then '&amp;lt;Phone&amp;gt;&amp;lt;/Phone&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Phone = '' then '&amp;lt;Phone&amp;gt;&amp;lt;/Phone&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    else '&amp;lt;Phone&amp;gt;' + PhoneCode + '-' + Phone + '&amp;lt;/Phone&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   end&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;  case&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Fax is null then '&amp;lt;Fax&amp;gt;&amp;lt;/Fax&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Fax = '' then '&amp;lt;Fax&amp;gt;&amp;lt;/Fax&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    else '&amp;lt;Fax&amp;gt;' + PhoneCode + '-' + Fax + '&amp;lt;/Fax&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   end&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;Address1&amp;gt;' + Address1 + '&amp;lt;/Address1&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   case&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Address2 is null then '&amp;lt;Address2&amp;gt;&amp;lt;/Address2&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when Address2 = '' then '&amp;lt;Address2&amp;gt;&amp;lt;/Address2&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    else '&amp;lt;Address2&amp;gt;' + Address2 + '&amp;lt;/Address2&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   end&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   case&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when City is null then '&amp;lt;City&amp;gt;&amp;lt;/City&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when City = '' then '&amp;lt;City&amp;gt;&amp;lt;/City&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    else '&amp;lt;City&amp;gt;' + City + '&amp;lt;/City&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   end&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   case&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when State is null then '&amp;lt;State&amp;gt;&amp;lt;/State&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when State = '' then '&amp;lt;State&amp;gt;&amp;lt;/State&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    else '&amp;lt;State&amp;gt;' + State + '&amp;lt;/State&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   end&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;Country&amp;gt;' + Country + '&amp;lt;/Country&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;CountryName&amp;gt;' + CountryName + '&amp;lt;/CountryName&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;Postal&amp;gt;' + Postal + '&amp;lt;/Postal&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;Territory&amp;gt;' + Territory + '&amp;lt;/Territory&amp;gt;' +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   case&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when TerritoryState is null then '&amp;lt;TerritoryState&amp;gt;&amp;lt;/TerritoryState&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    when TerritoryState = '' then '&amp;lt;TerritoryState&amp;gt;&amp;lt;/TerritoryState&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;    else '&amp;lt;TerritoryState&amp;gt;' + TerritoryState + '&amp;lt;/TerritoryState&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt;   end&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; +&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; '&amp;lt;/SalesRep&amp;gt;'&lt;/span&gt;&lt;br style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;" /&gt;
&lt;span style="color: rgb(153, 51, 102); font-style: italic; font-weight: bold;"&gt; FROM Metro_SalesForce&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;span style="font-weight: bold;"&gt;This statement yields rows that will look like this:&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-style: italic; color: rgb(128, 128, 128); font-weight: bold;"&gt;&amp;lt;SalesRep&amp;gt;&amp;lt;First&amp;gt;Jack&amp;lt;/First&amp;gt;&amp;lt;Last&amp;gt;Sprat&amp;lt;/Last&amp;gt;&amp;lt;Email&amp;gt;Jack.Sprat@metro-design-dev.com&amp;lt;/Email&amp;gt;&amp;lt;Mobile&amp;gt;1-678-999-9999&amp;lt;/Mobile&amp;gt;&amp;lt;Phone&amp;gt;1-770-999-8888&amp;lt;/Phone&amp;gt;&amp;lt;Fax&amp;gt;&amp;lt;/Fax&amp;gt;&amp;lt;Address1&amp;gt;1313 Mockingbird Lane&amp;lt;/Address1&amp;gt;&amp;lt;Address2&amp;gt;&amp;lt;/Address2&amp;gt;&amp;lt;City&amp;gt;Conyers&amp;lt;/City&amp;gt;&amp;lt;State&amp;gt;GA&amp;lt;/State&amp;gt;&amp;lt;Country&amp;gt;USA&amp;lt;/Country&amp;gt;&amp;lt;CountryName&amp;gt;United States&amp;lt;/CountryName&amp;gt;&amp;lt;Postal&amp;gt;30013&amp;lt;/Postal&amp;gt;&amp;lt;Territory&amp;gt;Georgia&amp;lt;/Territory&amp;gt;&amp;lt;TerritoryState&amp;gt;GA&amp;lt;/TerritoryState&amp;gt;&amp;lt;/SalesRep&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;br /&gt;
....&lt;span style="font-weight: bold;"&gt;Once you've executed the statement in SQL Server here's what's next.&lt;/span&gt;... &lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;font size="2"&gt;1. Right click on the results grid to save the file in .csv format. &lt;br /&gt;
2. Open the file in Microsoft EXCEL. (Do NOT double click on the file to open Microsoft EXCEL.  Instead, open MS EXCEL first--then follow the dialog box with the format prompting to assure that you are using comma delimited, rather than fixed-length or tab formatting.)&lt;br /&gt;
3. In EXCEL, do a Find and &lt;span style="font-style: italic;"&gt;replace all  &lt;/span&gt;-- searching for any special characters such as '&amp;amp;', etc.&lt;br /&gt;
4. Save the file.&lt;br /&gt;
5. Copy the file -- but use the file type &lt;span style="font-weight: bold;"&gt;.xml&lt;/span&gt; instead of .csv&lt;br /&gt;
6. Wrap the XML you have with the appropriate utf header AND node to manage the recursion of the rows (e.g. &amp;lt;SalesReps&amp;gt; . In this example that would be:&lt;br /&gt;
&lt;/font&gt; &lt;br /&gt;
&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);"&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;&lt;/span&gt;&lt;br style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);" /&gt;
&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);"&gt;&amp;lt;SalesReps&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
7. End the management node at the tail end of the file. In this case that would be:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);"&gt;&amp;lt;/SalesReps&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
8. Save the file-- which would look like this:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);"&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;&lt;/span&gt;&lt;br style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);" /&gt;
&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);"&gt;&amp;lt;SalesReps&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-style: italic; color: rgb(128, 128, 128); font-weight: bold;"&gt;&amp;lt;SalesRep&amp;gt;&amp;lt;First&amp;gt;Jack&amp;lt;/First&amp;gt;&amp;lt;Last&amp;gt;Sprat&amp;lt;/Last&amp;gt;&amp;lt;Email&amp;gt;Jack.Sprat@metro-design-dev.com&amp;lt;/Email&amp;gt;&amp;lt;Mobile&amp;gt;1-678-999-9999&amp;lt;/Mobile&amp;gt;&amp;lt;Phone&amp;gt;1-770-999-8888&amp;lt;/Phone&amp;gt;&amp;lt;Fax&amp;gt;&amp;lt;/Fax&amp;gt;&amp;lt;Address1&amp;gt;1313 Mockingbird Lane&amp;lt;/Address1&amp;gt;&amp;lt;Address2&amp;gt;&amp;lt;/Address2&amp;gt;&amp;lt;City&amp;gt;Conyers&amp;lt;/City&amp;gt;&amp;lt;State&amp;gt;GA&amp;lt;/State&amp;gt;&amp;lt;Country&amp;gt;USA&amp;lt;/Country&amp;gt;&amp;lt;CountryName&amp;gt;United States&amp;lt;/CountryName&amp;gt;&amp;lt;Postal&amp;gt;30013&amp;lt;/Postal&amp;gt;&amp;lt;Territory&amp;gt;Georgia&amp;lt;/Territory&amp;gt;&amp;lt;TerritoryState&amp;gt;GA&amp;lt;/TerritoryState&amp;gt;&amp;lt;/SalesRep&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 51, 102);"&gt;&amp;lt;/SalesReps&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
9. Double click on the file to open it. If the file comes up in your default browser or IDE bench you're DONE! If not, check your XML header/trailer first. If it still won't come up check for other possible escape characters using EXCEL.&lt;br /&gt;
&lt;br /&gt;
&lt;font size="4"&gt;&lt;span style="font-weight: bold;"&gt;That's all there is to it!&lt;/span&gt;&lt;/font&gt; &lt;font size="3"&gt;(Really)&lt;/font&gt;  &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/shades_smile.gif" alt="" /&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132496"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132496" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/132496.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132496.aspx</guid>
            <pubDate>Fri, 29 May 2009 23:36:18 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/132496.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132496.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/132496.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/132496.aspx</trackback:ping>
        </item>
        <item>
            <title>SQL Update Statement - using SubSelect</title>
            <category>SQL </category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132495.aspx</link>
            <description>&lt;font size="3"&gt;&lt;br /&gt;
This is a simple, but helpful example of changing a boolean or bit flag in a table to&lt;span style="font-weight: bold;"&gt; 'True'&lt;/span&gt; when the condition in the subSelect is met.  In this context, the SQL statement finds all the cases where a sales agent's email exists in the &lt;span style="color: rgb(153, 51, 102);"&gt;Metro_SalesForce&lt;/span&gt; table &lt;span style="font-style: italic;"&gt;and&lt;/span&gt; exists in the related table &lt;span style="color: rgb(153, 51, 102);"&gt;Metro_SalesForceMult&lt;/span&gt;. The&lt;span style="color: rgb(153, 51, 102);"&gt; Metro_SalesForceMult &lt;/span&gt;table contains the USA state assignments &lt;span style="font-style: italic;"&gt;only&lt;/span&gt; for sales agents representing &lt;span style="font-style: italic;"&gt;more than&lt;/span&gt; a single state.&lt;br /&gt;
&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br style="font-weight: bold;" /&gt;
&lt;font size="2" style="font-style: italic; color: rgb(153, 51, 102); font-weight: bold;"&gt;UPDATE Metro_SalesForce&lt;br /&gt;
 SET multipleStates = 'True'&lt;br /&gt;
WHERE Metro_SalesForce.email in&lt;br /&gt;
  ( &lt;br /&gt;
     Select x.email&lt;br /&gt;
       From Metro_SalesForce x, Metro_SalesForceMult y&lt;br /&gt;
        Where x.email = y.email&lt;br /&gt;
  )&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132495"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132495" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/132495.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132495.aspx</guid>
            <pubDate>Fri, 29 May 2009 22:34:23 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/132495.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132495.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/132495.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/132495.aspx</trackback:ping>
        </item>
        <item>
            <title>Where is my Host file on Windows?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132494.aspx</link>
            <description>usually your host file (DNS/ip addresses) can be found under:&lt;br /&gt;
&lt;br /&gt;
c:\windows\system32\drivers\etc&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132494"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132494" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/132494.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132494.aspx</guid>
            <pubDate>Fri, 29 May 2009 19:53:37 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/132494.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/05/29/132494.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/132494.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/132494.aspx</trackback:ping>
        </item>
        <item>
            <title>The Wrong Program is Active when I double Click on a File. How Do I Change it Back? (AKA: How do I change  My File Type Association?)</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/05/28/132471.aspx</link>
            <description>This can be a really irritating problem when suddenly the EXCEL file on your desktop you used to double-click on no longer gets viewed via Microsoft EXCEL, but instead gets viewed through the Microsoft Excel READER program instead! &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/angry_smile.gif" alt="" /&gt;  In essence, either a new program you've installed has reset the file association, or you are working on a new computer that may have different software--overall, this area has to do with File Management/File Extension types.&lt;br /&gt;
&lt;br /&gt;
Here's what to do:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: rgb(153, 51, 0); font-weight: bold;"&gt;In Windows XP:&lt;/span&gt;&lt;br /&gt;
1. Look for the '&lt;span style="font-weight: bold;"&gt;My Computer&lt;/span&gt;'  icon on your desktop (usually to the far left, near the top of your monitor)&lt;br /&gt;
2. Double-click on the icon. A window will appear. Go to &lt;span style="font-weight: bold;"&gt;'Tools&lt;/span&gt;'. Click on &lt;span style="font-weight: bold;"&gt;Folder Options&lt;/span&gt;...&lt;br /&gt;
3. Look to make sure the  '&lt;span style="font-style: italic; font-weight: bold;"&gt;Hide Extensions for known file types'&lt;/span&gt; box is unchecked. Click '&lt;span style="font-weight: bold;"&gt;Ok&lt;/span&gt;', &lt;br /&gt;
4. Go to the &lt;span style="font-weight: bold;"&gt;File Types&lt;/span&gt; tab.&lt;br /&gt;
5. Look for the File extension (e.g. XLS) you want to change.&lt;br /&gt;
6. Once found, highlight it and click on the&lt;span style="font-weight: bold;"&gt; Change&lt;/span&gt; button.&lt;br /&gt;
7. Under recommended programs, the one you want is probably there. Be sure the '&lt;span style="font-weight: bold; font-style: italic;"&gt;Always use the selected program to open this kind of file'&lt;/span&gt; is checked. Click OK.  (Note: If you can't find your program under recommended programs, continue to scroll until you find the one you want.) &lt;br /&gt;
&lt;br /&gt;
&lt;font size="4"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;
&lt;span style="font-weight: bold; color: rgb(153, 51, 0);"&gt;In Vista&lt;/span&gt;:&lt;br /&gt;
1. open &lt;span style="font-weight: bold;"&gt;Control Pane&lt;/span&gt;l. Go to &lt;span style="font-weight: bold;"&gt;Programs&lt;/span&gt;. Click on &lt;span style="font-style: italic; font-weight: bold;"&gt;Make a file type always open in a specific program&lt;/span&gt;. ( if you are in classic view, open &lt;span style="font-weight: bold;"&gt;Default Programs&lt;/span&gt;. Click &lt;span style="font-style: italic; font-weight: bold;"&gt;Associate a file type with a program&lt;/span&gt;.&lt;br /&gt;
2. Locate/highlight a file type in the &lt;span style="font-weight: bold;"&gt;Set Associations&lt;/span&gt; folder.&lt;br /&gt;
3. Click on the &lt;span style="font-weight: bold;"&gt;Change&lt;/span&gt; Program button.&lt;br /&gt;
4. The &lt;span style="font-weight: bold;"&gt;Set Associations &lt;/span&gt;window will show--pick your program--using the same advice in Step #7 above.&lt;br /&gt;
5. When you've selected the program, Click &lt;span style="font-weight: bold;"&gt;OK.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That should patch you right up! &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" alt="" /&gt;   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With that all that said:&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;If you do not find the program you are looking for, do not try to change the existing association for these files. First determine why the program you think is there no longer appears to be there.&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132471"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132471" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/132471.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/05/28/132471.aspx</guid>
            <pubDate>Thu, 28 May 2009 14:51:05 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/132471.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/05/28/132471.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/132471.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/132471.aspx</trackback:ping>
        </item>
        <item>
            <title>How do I select a value from a table into a variable in SQL Server?</title>
            <category>SQL </category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/03/26/130456.aspx</link>
            <description>&lt;p&gt;Here's an example...&lt;/p&gt;
&lt;p&gt;&lt;font color="#993300"&gt;&lt;strong&gt;DECLARE @LocID&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;SELECT &lt;font color="#993300"&gt;@LocID&lt;/font&gt; = &lt;font color="#993300"&gt;LocationID&lt;/font&gt;&lt;br /&gt;
 FROM Locations&lt;br /&gt;
  WHERE LocationName = 'WAREHOUSE X'&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130456"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130456" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/130456.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/03/26/130456.aspx</guid>
            <pubDate>Thu, 26 Mar 2009 19:13:01 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/130456.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/03/26/130456.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/130456.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/130456.aspx</trackback:ping>
        </item>
        <item>
            <title>Why do I get the error: "General failure. The URL was: [http text]. The system cannot find file specified"  When I click a link from an Outlook Message?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/03/13/130066.aspx</link>
            <description>&lt;p&gt;In a nutshell, this is a FireFox last release issue.  If Internet Explorer is not your default browser, go into the internet options page (under the gear icon in IE 7) , then go to the programs tab. Click on the 'Make Default' button, then 'Apply'.  Try clicking on the link from your email message again. The message should now be gone.&lt;/p&gt;
&lt;p&gt;Raymond @ &lt;a href="http://www.raymond.cc"&gt;www.raymond.cc&lt;/a&gt; has a GREAT detailed blog entry on this issue explaining all of the reasons and conditions. &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://www.raymond.cc/blog/archives/2008/03/25/fix-general-failure-when-open-link-or-url-from-outlook-and-windows-mail/"&gt;http://www.raymond.cc/blog/archives/2008/03/25/fix-general-failure-when-open-link-or-url-from-outlook-and-windows-mail/&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;He offers a different, more high tech solution--however, for those of you not interested in techie-stuff per se -- try the 'Easy Button(s)" approach first! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130066"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130066" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/130066.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/03/13/130066.aspx</guid>
            <pubDate>Fri, 13 Mar 2009 16:55:24 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/130066.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/03/13/130066.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/130066.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/130066.aspx</trackback:ping>
        </item>
        <item>
            <title>Does SQL server have an encryption function?</title>
            <category>SQL </category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/03/11/130024.aspx</link>
            <description>&lt;p&gt;Yes. The functions are PWENCRYPT and PWCOMPARE. This basically allows the ability to encrypt a value on an insert/update and offer a  comparison of the value on a select. There isn't a decryption function available. &lt;/p&gt;
&lt;p&gt;Here are a few T-SQL statements to illustrate how pwencrypt/pwcompare work: &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993300"&gt;&lt;em&gt;&lt;strong&gt;create table  #MetroTest &lt;br /&gt;
 ( &lt;br /&gt;
   UserLogIn varchar(10), &lt;br /&gt;
   UserPass  nvarchar(256)&lt;br /&gt;
 )&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993300"&gt;&lt;em&gt;&lt;strong&gt;insert  #MetroTest &lt;br /&gt;
  (UserLogIn,UserPass) values ( 'MaryMary', PWDENCRYPT('QuiteContrary'))&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993300"&gt;&lt;em&gt;&lt;strong&gt;select UserLogIn, password = 'QuiteContrary', PWDCOMPARE('QuiteContrary', UserPass, 0) from #MetroTest&lt;br /&gt;
select UserLogIn, password = 'QuietContrary', PWDCOMPARE('QuietContrary', UserPass, 0) from #MetroTest&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;It is possible to write user defined functions which will encrypt/decrypt and compare. An excellent example of this is Peter Larsson's RC4 hash:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=76258&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130024"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130024" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/130024.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/03/11/130024.aspx</guid>
            <pubDate>Wed, 11 Mar 2009 21:38:52 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/130024.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/03/11/130024.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/130024.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/130024.aspx</trackback:ping>
        </item>
        <item>
            <title>Why does my BlackBerry Storm keep shutting off?</title>
            <category>BlackBerry Storm</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/03/03/129815.aspx</link>
            <description>&lt;p&gt;The most likely answer if you are in the USA is that you have your network setting set to "Global".  Set it to "1XEV" -- pretty much most metro areas in the USA can default to that setting without the same struggle. To do this, follow these steps:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Go to options (wrench icon)&lt;/li&gt;
    &lt;li&gt;Go to Mobile Network&lt;/li&gt;
    &lt;li&gt;There are 3 settings; mobile network, network selection mode and network technology. If the button for Network Technology says Global or GSM/UMTS -- select 1XEV.&lt;/li&gt;
    &lt;li&gt;Recycle the device.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This should clear up the maddening recycling issue!  &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129815"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129815" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/129815.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2008 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/03/03/129815.aspx</guid>
            <pubDate>Tue, 03 Mar 2009 19:03:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/129815.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/03/03/129815.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/129815.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/129815.aspx</trackback:ping>
        </item>
        <item>
            <title>How can I stop calls going into "Mute" or "Speaker" mode when I'm on a BlackBerry Storm?</title>
            <category>BlackBerry Storm</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/03/03/129814.aspx</link>
            <description>&lt;p&gt;If you are an animated person when speaking on the phone, you've no doubt  inadvertantly tapped the touch pad with your cheek or chin. There is a SUPER 3rd party utility called:  TalkLock from Cellavant. I installed this on my device and have been grateful ever since! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cellavant.com/TalkLock"&gt;http://www.cellavant.com/TalkLock&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129814"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129814" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/129814.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2008 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/03/03/129814.aspx</guid>
            <pubDate>Tue, 03 Mar 2009 18:53:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/129814.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/03/03/129814.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/129814.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/129814.aspx</trackback:ping>
        </item>
        <item>
            <title>Why am I getting a binding error on an *.msi file for a re-deployment of a BizTalk application that doesn't contain any bindings?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/01/25/128964.aspx</link>
            <description>&lt;p&gt;When this &lt;em&gt;dreaded&lt;/em&gt; error crops up, its usually right in the midst of a fast and furious development effort. That's always been the case for me! To solve it in a hurry, I just dub the app with a higher version number, recompile and move on--at least that is what I did when I was a bts developer. Now that I'm a bts admin, I've delved into the topic more. Although the re-versioning scenario works, it is possible to re-deploy an *.msi package with the same version number using these few steps:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;em&gt;Go to &lt;strong&gt;\Documents and Settings\[deployment acct username]\Application Data\Microsoft\BizTalk Server\Deployment\BindingFiles&lt;/strong&gt;. (READ: you should see 2 on a reploy, one with a tilda [&lt;font color="#993300"&gt;&lt;strong&gt;~&lt;/strong&gt;&lt;/font&gt;]; 1 without)&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;Since a new app with a new version # creates a &lt;strong&gt;&lt;font color="#993300"&gt;BindingInfo xml&lt;/font&gt;&lt;/strong&gt; file on an initial deployment, rename the one you find there to something else. Get rid of the new one (file without the ~) that failed.&lt;/em&gt; &lt;/li&gt;
    &lt;li&gt;&lt;em&gt;Import/re-deploy the *.msi file again.&lt;/em&gt; &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;&lt;em&gt;Why &lt;/em&gt;do these steps  work?&lt;/strong&gt; It appears that new app deployments create the Binding.Info.xml file based on the initial assembly reflection which has the orchestrations, etc.  -- however -- when you redeploy an existing app, the binding file gets generated based on the details stored in the bts management database (BizTalkMgmt)  for that  existing assembly. The  binding file that gets generated from that process is the one  without the&lt;strong&gt;&lt;font color="#993300"&gt; ~.&lt;/font&gt;&lt;/strong&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;When you get rid of the base/initial bindings file, bts does not try to apply the bindings it expects to find  (even if there aren't any)  like it does the first time it recognizes the file.&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;These steps should solve the "ghost" bindings issue, but if not for some reason, there's always the tried and true re-versioning of the app!!  &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128964"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128964" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/128964.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2008 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/01/25/128964.aspx</guid>
            <pubDate>Mon, 26 Jan 2009 00:57:55 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/128964.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/01/25/128964.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/128964.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/128964.aspx</trackback:ping>
        </item>
        <item>
            <title>Why am I getting the error: CLSID_BizTalkPropertyBagFactory error in the BTS Admin console</title>
            <category>Practical Answers</category>
            <category>BizTalk</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/01/20/128825.aspx</link>
            <description>&lt;p&gt;Perhaps you've experienced the scenario where you hit the F5 key on the Group Overview in the BizTalk Admin console and instead of seeing your message queues, you see instead the very ugly (&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/devil_smile.gif" /&gt;) message:  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font color="#333399"&gt;Failed to create a CLSID_BizTalkPropertyBagFa&lt;wbr&gt;&lt;/wbr&gt;ctory COM component installed &lt;br /&gt;
with a BizTalk server. A dynamic link library (DLL) initialization routine &lt;br /&gt;
failed. (WinMgmt)&lt;/font&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Go to the event viewer and look for any COM/COM+ errors under applications. Chances are you will see a conflict with WMI services--perhaps a threading error. Since the SSO, BizTalk Admin Console, SCOM...(even event viewer) use WMI for the MMC console, one of the DLLs for WMI may have become unavailable. If WMI is not available, or the WMI service has crashed,  the console for the BizTalk Admin  can fail with this error message as its swan song (&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_down.gif" /&gt;).&lt;/p&gt;
&lt;p&gt;Aaron Tiensivu's blog offers a way to isolate WMI issues on svchost:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://blog.tiensivu.com/aaron/archives/294-Suspect-that-WMI-is-crashing-your-SVCHOST-Run-it-standalone..html"&gt;http://blog.tiensivu.com/aaron/archives/294-Suspect-that-WMI-is-crashing-your-SVCHOST-Run-it-standalone..html&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;There are 2 solutions that I know of, 1 radical and 1 less so...&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;restart the server [waaay radical, but effective]&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt; &lt;/li&gt;
    &lt;li&gt;restart the WMI windows service &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128825"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128825" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/128825.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2008 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/01/20/128825.aspx</guid>
            <pubDate>Tue, 20 Jan 2009 22:16:50 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/128825.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/01/20/128825.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/128825.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/128825.aspx</trackback:ping>
        </item>
        <item>
            <title>Why am I getting the error: SQL Network Interfaces: The Local Security Authority cannot be contacted.[SQL Native Client]Cannot generate SSPI context</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/01/20/128823.aspx</link>
            <description>&lt;p&gt;The full error message looks like this:&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;[&lt;em&gt;&lt;font color="#993300"&gt;SNAC] “[SQL Native Client]SQL Network Interfaces: &lt;strong&gt;The Local Security Authority cannot be contacted.[&lt;/strong&gt;SQL Native Client]Cannot generate SSPI context”&lt;br /&gt;
[MDAC] “Cannot generate SSPI context”;&lt;br /&gt;
[.Net1.0/2.0]” Failed System.Data.SqlClient.SqlException: Cannot generate SSPI context”&lt;/font&gt;&lt;/em&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;When this message occurs--especially when the same access 20 minutes ago worked, chances are you've logged off of your primary network. An example would be that at work you were using an ODBC connection to reverse engineer a database into a Visio diagram on a local MSSQL Express instance, then when you went to work on it after hours at home offline the connection fails with this error message. &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;In essence, your desktop/laptop with the local db  instance is disconnected from its domain.  The immediate solution in this case would be to VPN back into the network and keep moving forward!&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;There are other causes, and there are workarounds to the disconnected network roadblock that are explained exceptionally well in this MSDN blog:&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;font face="Arial"&gt;&lt;a href="http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx&lt;/a&gt;&lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128823"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128823" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/128823.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2008 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/01/20/128823.aspx</guid>
            <pubDate>Tue, 20 Jan 2009 21:54:11 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/128823.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/01/20/128823.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/128823.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/128823.aspx</trackback:ping>
        </item>
        <item>
            <title>Can I insert multiple rows with a single insert statement?</title>
            <category>SQL </category>
            <link>http://geekswithblogs.net/AskPaula/archive/2009/01/13/128632.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;&lt;font color="#ff6600" size="5"&gt;Yes!&lt;/font&gt;&lt;/strong&gt;&lt;font size="4"&gt; &lt;/font&gt;&lt;font size="3"&gt;.....(Now, we're not talking about&lt;em&gt; bulk&lt;/em&gt; inserts--which is a completely &lt;em&gt;different &lt;/em&gt;task... we're just talking about a small number of rows that need to get inserted into a relatively static table)..&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff6600" size="3"&gt;Typically folks do something like this to quickly add rows into a reference  table:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;em&gt;&lt;strong&gt;&lt;font color="#000080"&gt;INSERT INTO ReasonType&lt;br /&gt;
(DisplayName,Description)&lt;br /&gt;
VALUES&lt;br /&gt;
('Delay','Reason for a project delay')&lt;br /&gt;
GO&lt;br /&gt;
INSERT into ReasonType&lt;br /&gt;
(DisplayName,Description)&lt;br /&gt;
&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;font face="Arial" color="#000080"&gt;&lt;em&gt;&lt;strong&gt;VALUES&lt;br /&gt;
('Cancellation','Reaon for a project cancellation')&lt;br /&gt;
GO&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff6600" size="3"&gt;...but it is possible to do this instead...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#000080"&gt;&lt;strong&gt;&lt;em&gt;INSERT INTO ReasonType  (DisplayName, Description)&lt;br /&gt;
    SELECT  'Delay' ,'Reason for project delay'&lt;br /&gt;
    UNION ALL&lt;br /&gt;
SELECT  'Cancellation' ,'Reason for project cancellation'&lt;br /&gt;
    UNION ALL&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128632"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128632" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/128632.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2009/01/13/128632.aspx</guid>
            <pubDate>Tue, 13 Jan 2009 20:54:06 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/128632.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2009/01/13/128632.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/128632.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/128632.aspx</trackback:ping>
        </item>
        <item>
            <title>How do I view/see the PATH in a windows environment?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/12/18/128035.aspx</link>
            <description>&lt;p&gt;For those of you working with LINUX/UNIX and you've typed: &lt;/p&gt;
&lt;p&gt;c:&amp;gt; &lt;strong&gt;&lt;font color="#800080"&gt;echo $PATH&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;..in a command line expecting to see everything in your path on startup and saw only 'PATH', don't fret! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/confused_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;type this instead:&lt;/p&gt;
&lt;p&gt;c:&amp;gt; &lt;strong&gt;&lt;font color="#ff6600"&gt;echo %path%&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128035"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128035" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/128035.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/12/18/128035.aspx</guid>
            <pubDate>Thu, 18 Dec 2008 17:47:27 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/128035.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/12/18/128035.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/128035.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/128035.aspx</trackback:ping>
        </item>
        <item>
            <title>Why am I getting the "operation has been canceled"  message in Outllook? </title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/12/07/127722.aspx</link>
            <description>&lt;span class="value"&gt;
&lt;h1 class="titleHeader"&gt;&lt;font size="4"&gt;If you are getting the message...&lt;/font&gt;&lt;/h1&gt;
&lt;h1 class="titleHeader"&gt;&lt;font color="#993300" size="5"&gt;This operation has been &lt;span class="searchTerm"&gt;canceled&lt;/span&gt; &lt;span class="searchTerm"&gt;due&lt;/span&gt; to &lt;span class="searchTerm"&gt;restrictions&lt;/span&gt; in effect on this computer&lt;/font&gt;&lt;/h1&gt;
&lt;p class="titleHeader"&gt;&lt;font size="3"&gt;...whenever you try to click on a hyperlink in a mail message when you are in Outlook or in a Word document,  it is primarily because your default web browser has a 3rd-party setting that doesn't work and play well with Office products. For example if you are using the FireFox web browser, try changing the default web application to be Internet Explorer.&lt;/font&gt;&lt;/p&gt;
&lt;p class="titleHeader"&gt;&lt;strong&gt;To do this, follow these steps:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;
    &lt;div&gt;Start&amp;gt;Control Panel&amp;gt;Add Remove Programs&amp;gt;Set Program Access and Defaults&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Once you're in Program Access and Defaults, go to Custom&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Click on Internet Explorer; click on the Enable access to this program checkbox.&lt;/div&gt;
    &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Try the hyperlink again. If the problem still occurs after this, that means that there is a setting still active under Internet Explorer which is now your default. To bring back Internet Explorer to where it was before any 3rd-party tools (e.g. Google Toolbar, etc.) may have been installed, do the following:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt; In Internet Explorer, click on Options (if IE 7, go to Tools, Options) &lt;/li&gt;
    &lt;li&gt;Go to Advanced. &lt;/li&gt;
    &lt;li&gt;Click on Reset button. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;font color="#993300"&gt;&lt;strong&gt;Note:&lt;/strong&gt; Once you click on the reset button all your browser add ons will be disabled.&lt;/font&gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;Once you complete this, follow steps 1-3. This should eliminate this message from reappearing. &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/span&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127722"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127722" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/127722.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/12/07/127722.aspx</guid>
            <pubDate>Mon, 08 Dec 2008 01:44:52 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/127722.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/12/07/127722.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/127722.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/127722.aspx</trackback:ping>
        </item>
        <item>
            <title>Where Can I Find Remote Desktop?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/12/05/127615.aspx</link>
            <description>&lt;font size="4"&gt;&lt;span style="font-family: Arial;"&gt;Remote Desktop is actually called &lt;/span&gt;&lt;span style="font-weight: bold; font-family: Arial;"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;mstsc.exe&lt;/span&gt; &lt;/span&gt;&lt;span style="font-family: Arial;"&gt;and can be found under: %SystemRoot%\system32  (Usually C:\Windows\system32.&lt;/span&gt;&lt;br style="font-family: Arial;" /&gt;
&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127615"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127615" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/127615.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/12/05/127615.aspx</guid>
            <pubDate>Sat, 06 Dec 2008 08:28:30 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/127615.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/12/05/127615.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/127615.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/127615.aspx</trackback:ping>
        </item>
        <item>
            <title>Why does IE crash with this error "Microsoft Visual C++ Runtime Library Runtime error"/"R6025 pure virtual function call" ?</title>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/12/01/127508.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt;There are several possibilities, however one of the most common reasons is the combination of Internet Explorer version 7 and the Google Desktop/Toolbar. For some reason, the plugin does not seem to be compatible. Try removing the Google Desktop and/or Toolar. &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127508"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127508" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/127508.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/12/01/127508.aspx</guid>
            <pubDate>Tue, 02 Dec 2008 01:26:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/127508.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/12/01/127508.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/127508.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/127508.aspx</trackback:ping>
        </item>
        <item>
            <title>Why do I get the error "eznwupd.exe has stopped working" on bootup?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/12/01/127506.aspx</link>
            <description>&lt;p&gt;The eznwupd.exe program is an update program for the greater spyware program called eznorun.exe.  To get rid of this menace, do the following:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Go to c:\Program Files\ezn. Delete the directory. Empty the trash to actually remove it. &lt;/li&gt;
    &lt;li&gt;Go to run at the start menu and type: regedit. Search for and remove all keys, values, etc. to &lt;font style="BACKGROUND-COLOR: #ffcc00"&gt;eznorun.exe&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;Go to to run at the start menu and type: msconfig. Go to the Startup tab. Delete the eznorum.exe entry. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That should do it! You should no longer see this message appearing on your computer.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127506"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127506" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/127506.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/12/01/127506.aspx</guid>
            <pubDate>Tue, 02 Dec 2008 01:17:24 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/127506.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/12/01/127506.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/127506.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/127506.aspx</trackback:ping>
        </item>
        <item>
            <title>Why won't my old x86 (32b) ASP .NET Applications work on my New x64 (64bit) Server?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/11/26/127413.aspx</link>
            <description>&lt;p&gt;I can't answer that question in detail, but I can say that on Windows 2003 servers under x64 you must explicitly set up IIS to Allow Web Service Extensions for ASP xxxxx (32) applications. In a console window, type:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;cscript %SYSTEMDRIVE%\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Then proceed with the following steps:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Open IIS; Web Service Extensions &lt;/li&gt;
    &lt;li&gt;Click on Allow All Web Service extensions for a specific application &lt;/li&gt;
    &lt;li&gt;Choose ASP Net vX.Xxxxx (32) &lt;/li&gt;
    &lt;li&gt;Click OK &lt;/li&gt;
    &lt;li&gt;In a command window type IISRESET &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This should help get your application back online! &lt;img alt="" src="http://geekswithblogs.net/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/shades_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;Other references include:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://www.iisadmin.co.uk/?p=15#more-15"&gt;http://www.iisadmin.co.uk/?p=15#more-15&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127413"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127413" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/127413.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo  2007-2009 All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/11/26/127413.aspx</guid>
            <pubDate>Wed, 26 Nov 2008 21:19:13 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/127413.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/11/26/127413.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/127413.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/127413.aspx</trackback:ping>
        </item>
        <item>
            <title>Why Won't My Dell Latitude D820  Show Anything on My External Monitor?</title>
            <category>Practical Answers</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/11/19/127230.aspx</link>
            <description>&lt;p&gt;On your keyboard you'll see the function 8 key (&lt;strong&gt;F8&lt;/strong&gt;). This is the key that controls flip-flopping between lcd/crt. You'll also see another key near the control key [Ctrl] called &lt;strong&gt;FN&lt;/strong&gt;. FN is the function key.  &lt;/p&gt;
&lt;p&gt;Try this key sequence to invoke the second/external monior:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font size="3"&gt;FN + F8&lt;/font&gt;&lt;/strong&gt;   (click these at the same time).&lt;/p&gt;
&lt;p&gt;This should wake up the monitor! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127230"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127230" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/127230.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/11/19/127230.aspx</guid>
            <pubDate>Wed, 19 Nov 2008 16:15:58 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/127230.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/11/19/127230.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/127230.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/127230.aspx</trackback:ping>
        </item>
    </channel>
</rss>