<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.NET Thoughts and Ideas</title>
	<atom:link href="http://xealcom.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://xealcom.co.uk</link>
	<description>Place to share and reflect ...</description>
	<lastBuildDate>Fri, 21 Jan 2011 14:53:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Windows 7 Explorer Refresh Bug</title>
		<link>http://xealcom.co.uk/2010/12/23/windows-7-explorer-refresh-bug/</link>
		<comments>http://xealcom.co.uk/2010/12/23/windows-7-explorer-refresh-bug/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 03:32:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/?p=140</guid>
		<description><![CDATA[Yes, I got &#8220;bitten&#8221; by this bug too If you google for &#8220;Windows 7 Explorer Refresh Bug&#8221;, you&#8217;ll get the picture. The problem seems to be very wide-spread. I, too, read many posts and tried different suggested solutions. In my case they just did not help. The way I solved this issue on my PC [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I got &#8220;bitten&#8221; by this bug too <img src='http://xealcom.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>If you google for <a title="Google search string" href="http://www.google.co.uk/#sclient=psy&amp;hl=en&amp;q=windows%207%20explorer%20refresh%20bug&amp;aq=&amp;aqi=&amp;aql=f&amp;oq=&amp;gs_rfai=&amp;pbx=1&amp;fp=de610b7113b09eab&amp;pf=p&amp;pdl=300" target="_blank">&#8220;Windows 7 Explorer Refresh Bug&#8221;</a>, you&#8217;ll get the picture. The problem seems to be very wide-spread. I, too, read many posts and tried different suggested solutions. In my case they just did not help.</p>
<p>The way I solved this issue on my PC (Windows 7 x64 Professional) was by deleting &#8220;Network Location&#8221; entries to places that are no longer accessible.</p>
<p><a class="highslide img_2" href="http://xealcom.co.uk/wp-content/uploads/2010/12/net-locations.jpg" onclick="return hs.expand(this)"><img class="alignnone size-medium wp-image-147" title="Network Locations" src="http://xealcom.co.uk/wp-content/uploads/2010/12/net-locations-300x258.jpg" alt="" width="300" height="258" /></a></p>
<p>On the above picture you can see that at some point I added two Network Location items to shares on the machine with IP address 192.168.2.3, the machine was on line at the time. Later, this machine went off-line and this caused Explorer not to refresh itself when folders were modified &#8211; created, deleted or re-named.</p>
<p>After I deleted the inaccessible locations, logged off and logged in, the problem got resolved.</p>
<p>Hope it will help somebody else.</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2010/12/23/windows-7-explorer-refresh-bug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Components Required to Enumerate Web References Are Not Installed</title>
		<link>http://xealcom.co.uk/2010/12/20/the-components-required-to-enumerate-web-references-are-not-installed/</link>
		<comments>http://xealcom.co.uk/2010/12/20/the-components-required-to-enumerate-web-references-are-not-installed/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 20:16:01 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/?p=121</guid>
		<description><![CDATA[I think that if you spend enough time writing code in Visual Studio, sooner or later you will come across this error. I got this error after changing WCF reference configuration to include generation of asynchronous methods Next time I went to update references, the error pops up. Cleaning up the solution or deleting all [...]]]></description>
			<content:encoded><![CDATA[<p>I think that if you spend enough time writing code in Visual Studio, sooner or later you will come across this error.</p>
<p><a class="highslide img_5" href="http://xealcom.co.uk/wp-content/uploads/2010/12/vs-error.jpg" onclick="return hs.expand(this)"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="vs-error" src="http://xealcom.co.uk/wp-content/uploads/2010/12/vs-error_thumb.jpg" border="0" alt="vs-error" width="244" height="94" /></a></p>
<p>I got this error after changing WCF reference configuration to include generation of asynchronous methods</p>
<p><a class="highslide img_6" href="http://xealcom.co.uk/wp-content/uploads/2010/12/config-wcf-reg-dlg.jpg" onclick="return hs.expand(this)"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="config-wcf-reg-dlg" src="http://xealcom.co.uk/wp-content/uploads/2010/12/config-wcf-reg-dlg_thumb.jpg" border="0" alt="config-wcf-reg-dlg" width="244" height="205" /></a></p>
<p>Next time I went to update references, the error pops up. Cleaning up the solution or deleting all temp files VS creates did not help. What actually solved this problem was starting IDE at the command prompt with ResetSkipPkgs switch like so:</p>
<pre class="brush:shell">devenv /ResetSkipPkgs</pre>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2010/12/20/the-components-required-to-enumerate-web-references-are-not-installed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Page_Load Even Fired Twice in Google Chrome</title>
		<link>http://xealcom.co.uk/2010/05/09/page_load-even-fired-twice-in-google-chrome/</link>
		<comments>http://xealcom.co.uk/2010/05/09/page_load-even-fired-twice-in-google-chrome/#comments</comments>
		<pubDate>Sun, 09 May 2010 12:47:22 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Client Side]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2010/05/09/PageLoadEvenFiredTwiceInGoogleChrome.aspx</guid>
		<description><![CDATA[I came across this issue on a fairly complex page &#8211; user controls added dynamically, UpdatePanels, plenty of AJAX&#8230; etc. It was one of the suggestions from StackOverflow that helped me solve this problem. In my case additional Page events firing twice was due to blank values for the &#8220;src&#8221; property of one of the [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this issue on a fairly complex page &#8211; user controls added dynamically, UpdatePanels, plenty of AJAX&#8230; etc.</p>
<p>It was one of the suggestions from <a href="http://stackoverflow.com/questions/2009092/page-loads-twice-in-google-chrome" target="_blank">StackOverflow</a> that helped me solve this problem. In my case additional Page events firing twice was due to blank values for the &#8220;src&#8221; property of one of the &#8220;img&#8221; elements in resulting HTML mark-up.</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2010/05/09/page_load-even-fired-twice-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Authentication Level for RDP in XP SP3</title>
		<link>http://xealcom.co.uk/2010/04/01/network-authentication-level-for-rdp-in-xp-sp3/</link>
		<comments>http://xealcom.co.uk/2010/04/01/network-authentication-level-for-rdp-in-xp-sp3/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:47:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2010/04/01/NetworkAuthenticationLevelForRDPInXPSP3.aspx</guid>
		<description><![CDATA[When you try to use RDP and get an error saying that &#8220;Network Authentication Level  is not supported by your computer&#8221;, enable CredSSP by following this KB http://support.microsoft.com/kb/951608/ Thanks go to SoonerAl and his post on dslreports site that I hit when searching for a solution.]]></description>
			<content:encoded><![CDATA[<p>When you try to use RDP and get an error saying that &#8220;Network Authentication Level  is not supported by your computer&#8221;, enable CredSSP by following this KB <a href="http://support.microsoft.com/kb/951608/">http://support.microsoft.com/kb/951608/</a></p>
<p>Thanks go to <a href="http://www.dslreports.com/profile/662411">SoonerAl</a> and his post on <a href="http://www.dslreports.com/profile/662411">dslreports site</a> that I hit when searching for a solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2010/04/01/network-authentication-level-for-rdp-in-xp-sp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up IIS on Windows 7</title>
		<link>http://xealcom.co.uk/2010/03/24/setting-up-iis-on-windows-7/</link>
		<comments>http://xealcom.co.uk/2010/03/24/setting-up-iis-on-windows-7/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 20:58:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[IIS 7]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2010/03/24/SettingUpIISOnWindows7.aspx</guid>
		<description><![CDATA[This is a &#8220;must-read&#8221; article that helped me understand how to set directory permissions when using new &#8220;pass-through authentication&#8221; Application Pool Identities. The most important part from my point of view was finding the name of the account used by an App Pool which is  &#8211; &#8220;IIS AppPool\DefaultAppPool&#8220;. You will need to change &#8220;DefaultAppPool&#8221; to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a &#8220;must-read&#8221; article that helped me understand how to set directory permissions when using new &#8220;pass-through authentication&#8221; <a href="http://learn.iis.net/page.aspx/624/application-pool-identities/">Application Pool Identities</a>.</p>
<p>The most important part from my point of view was finding the name of the account used by an App Pool<br />
which is  &#8211; &#8220;<strong>IIS AppPool\DefaultAppPool</strong>&#8220;.</p>
<p>You will need to change &#8220;DefaultAppPool&#8221; to the name of the appropriate application pool.</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2010/03/24/setting-up-iis-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 – Limit for Nonpaged Pool Allocations Error 2017</title>
		<link>http://xealcom.co.uk/2010/03/21/windows-7-limit-for-nonpaged-pool-allocations-error-2017/</link>
		<comments>http://xealcom.co.uk/2010/03/21/windows-7-limit-for-nonpaged-pool-allocations-error-2017/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 20:05:28 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2010/03/21/Windows7LimitForNonpagedPoolAllocationsError2017.aspx</guid>
		<description><![CDATA[I was syncing some data between my main machine Server 2003 x64 and Windows 7 x64 on my laptop using SyncBackSE. After the sync finished the log displayed plenty of errors. I checked Windows 7 event log &#8211; quite a few errors &#8220;The server was unable to allocate from the system nonpaged pool because the [...]]]></description>
			<content:encoded><![CDATA[<p>I was syncing some data between my main machine Server 2003 x64 and Windows 7 x64 on my laptop using SyncBackSE. After the sync finished the log displayed plenty of errors. I checked Windows 7 event log &#8211; quite a few errors</p>
<p>&#8220;The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.&#8221;</p>
<p>SyncBackSE, the program I use, was just copying my Dev directory to Win 7 laptop, yet Win 7 seemed to be &#8220;choking&#8221;.</p>
<p>A quick search brought me to a good post describing that Win 7 &#8220;needs to be told that it can act as a server&#8221; by changing a Registry setting.</p>
<p><a title="http://alan.lamielle.net/2009/09/03/windows-7-nonpaged-pool-srv-error-2017" href="http://alan.lamielle.net/2009/09/03/windows-7-nonpaged-pool-srv-error-2017">http://alan.lamielle.net/2009/09/03/windows-7-nonpaged-pool-srv-error-2017</a></p>
<p>I think the author was too nice <img src='http://xealcom.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Win 7 acts as a server out of the box, after all it allows you to share its resources. Perhaps in the pursuit for more &#8220;efficient&#8221; OS, the OS vendor decided to reduce the amount of resources allocated to &#8220;real needs&#8221; in favour of allocating them to &#8220;fancy things&#8221; like &#8220;aero desktop&#8221; and some media features?</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2010/03/21/windows-7-limit-for-nonpaged-pool-allocations-error-2017/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware 6.0 on Linux Memory Allocation Issue</title>
		<link>http://xealcom.co.uk/2008/08/21/vmware-6-0-on-linux-memory-allocation-issue/</link>
		<comments>http://xealcom.co.uk/2008/08/21/vmware-6-0-on-linux-memory-allocation-issue/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 19:40:49 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2008/08/21/VMware60OnLinuxMemoryAllocationIssue.aspx</guid>
		<description><![CDATA[This is just a quick note to let you know that Linux version of VMware 6.0 will not give you a warning message when you set a size of memory for a virtual machine higher than what your host has installed. So, when you start that virtual machine your host Linux OS will get hung [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick note to let you know that Linux version of VMware 6.0 will not give you a warning message when you set a size of memory for a virtual machine higher than what your host has installed.</p>
<p>So, when you start that virtual machine</p>
<ul>
<li>your host Linux OS will get hung</li>
<li>your vm will show &#8220;Unable to load profile &#8230;&#8221; error (assuming it runs Windows OS)</li>
<li>and you probably will have to &#8220;cold-boot&#8221; your box</li>
</ul>
<p>What led me to this outrageous experiment was the fact that Gnome Monitor was not showing reduction in RAM when I was running a virtual machine. Initially I thought that VMware was not using the host&#8217;s RAM at all creating a large page file instead. So, I bumped up the vm RAM beyond the physical RAM on host and it soon showed up.</p>
<p>Thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2008/08/21/vmware-6-0-on-linux-memory-allocation-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Project Location Is Not Trusted</title>
		<link>http://xealcom.co.uk/2007/09/08/the-project-location-is-not-trusted/</link>
		<comments>http://xealcom.co.uk/2007/09/08/the-project-location-is-not-trusted/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 05:30:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2007/09/08/TheProjectLocationIsNotTrusted.aspx</guid>
		<description><![CDATA[Like many other developers I came across this problem when running projects from network shares. Unfortunately following MSDN solution did not solve the problem for me However, Chris Dunaway (a member of MSDN Forums), posted this caspol line that worked just fine caspol -m -ag All_Code -url file://server/share/* FullTrust -n SecurityGroupName MSDN solution adds a [...]]]></description>
			<content:encoded><![CDATA[<p>Like many other developers I came across this problem when running projects from network shares. Unfortunately following <a href="http://msdn2.microsoft.com/en-us/library/bs2bkwxc%28vs.80%29.aspx">MSDN solution</a> did not solve the problem for me <img src='http://xealcom.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>However, <a href="http://forums.microsoft.com/MSDN/User/Profile.aspx?UserID=2777&amp;SiteID=1">Chris Dunaway</a> (a member of MSDN Forums), posted this <a href="http://msdn2.microsoft.com/en-us/library/cb6t8dtz%28VS.80%29.aspx">caspol</a> line that worked just fine</p>
<p><span style="color: #333399;"><span style="font-size: large;"><span style="background-color: transparent; font-family: Courier New; font-size: 11px;">caspol -m -ag All_Code -url file://server/share/* FullTrust -n SecurityGroupName</span></span></span></p>
<p>MSDN solution adds a new code group as a child of LocalIntranet_Zone, so this didn&#8217;t work for me. However, the line above adds a new code group to <strong>All_Code </strong>node and this I believe fixed the problem.</p>
<p>Now, whether I open a solution from a UNC path or a mapped network drive of the added <span style="color: black; background-color: transparent; font-family: Courier New; font-size: 11px;"><span style="color: #333399;">file://server/share/*</span> </span>path, I have no  &#8220;The Project Location Is Not Trusted&#8221; warning.</p>
<p>PS<br />
I was using VS2005 SP1 running on Vista Bussines Edition</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2007/09/08/the-project-location-is-not-trusted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SqlCacheDependency and CommandNotification Rule</title>
		<link>http://xealcom.co.uk/2007/08/23/sqlcachedependency-and-commandnotification-rule/</link>
		<comments>http://xealcom.co.uk/2007/08/23/sqlcachedependency-and-commandnotification-rule/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 21:10:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2007/08/23/SqlCacheDependencyAndCommandNotificationRule.aspx</guid>
		<description><![CDATA[Continuing with my study using AppDev.com course, I feel compelled to mention two crucial steps in setting up &#8220;Query Notification&#8221; when using database caching techniques. I spent almost two days trying to get this techique to work! Thanks to AppDev it works now. After adding &#60;%@ OutputCache SqlDependency="CommandNotification" Duration="9999999" VaryByParam="None" %&#62; there are two things [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing with my study using AppDev.com course, I feel compelled to mention two crucial steps in setting up &#8220;Query Notification&#8221; when using database caching techniques. I spent almost two days trying to get this techique to work! Thanks to AppDev it works now.</p>
<p>After adding</p>
<pre class="brush:xml">&lt;%@ OutputCache SqlDependency="CommandNotification" Duration="9999999" VaryByParam="None" %&gt;
</pre>
<p>there are two things that we must get right for this setup to work:<a href="http://msdn2.microsoft.com/en-us/library/ms181122.aspx"><br />
</a><br />
1. Establishing the target table and writing a correct query, as outlined in this <a href="http://msdn2.microsoft.com/en-us/library/ms181122.aspx">MSDN article.</a></p>
<p>2. Configuring Service Broker as listed below</p>
<blockquote><p><span style="color: black; background-color: transparent; font-family: Courier New; font-size: 11px;"><span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">USE</span> YourDatabaseName;</span></p>
<p><span style="color: teal; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8211; Ensure compatibility with SQL Server 2005</span><br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">EXECUTE</span> sp_dbcmptlevel <span style="color: red; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8216;Northwind&#8217;</span>,90;</p>
<p><span style="color: teal; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8211; Enable Service Broker</span><br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">IF</span> <span style="color: silver; background-color: transparent; font-family: Courier New; font-size: 11px;">NOT</span> <span style="color: silver; background-color: transparent; font-family: Courier New; font-size: 11px;">EXISTS</span> (<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">SELECT</span> * <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">FROM</span> sys.databases<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">WHERE</span> name = <span style="color: red; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8216;</span><span style="color: black; background-color: transparent; font-family: Courier New; font-size: 11px;">YourDatabaseName</span><span style="color: black; background-color: transparent; font-family: Courier New; font-size: 11px;"><span style="color: red; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8216;</span> <span style="color: silver; background-color: transparent; font-family: Courier New; font-size: 11px;">AND</span> is_broker_enabled = 1)<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">BEGIN</span><br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">ALTER</span> <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">DATABASE</span> Northwind <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">SET</span> ENABLE_BROKER<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">WITH</span> <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">ROLLBACK</span> AFTER 5 SECONDS;<br />
<span style="color: teal; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8211; Set Trustworthy</span><br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">ALTER</span> <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">DATABASE</span> Northwind <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">SET</span> TRUSTWORTHY <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">ON</span>;<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">END</span>;<br />
GO</span></p>
<p><span style="color: teal; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8211; Create an encryption key for Service Broker</span><br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">IF</span> <span style="color: silver; background-color: transparent; font-family: Courier New; font-size: 11px;">NOT</span> <span style="color: silver; background-color: transparent; font-family: Courier New; font-size: 11px;">EXISTS</span><br />
(<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">SELECT</span> * <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">FROM</span> sys.symmetric_keys<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">WHERE</span> symmetric_key_id = 101)<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">CREATE</span> MASTER <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">KEY</span> ENCRYPTION <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">BY</span> PASSWORD = N<span style="color: red; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8216;t0psecret&#8217;</span>;<br />
GO</p>
<p><span style="color: teal; background-color: transparent; font-family: Courier New; font-size: 11px;">&#8211; Create a Service Broker endpoint</span><br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">CREATE</span> ENDPOINT BrokerEndpoint<br />
STATE = STARTED<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">AS</span> TCP ( LISTENER_PORT = 4037 )<br />
<span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">FOR</span> SERVICE_BROKER ( AUTHENTICATION = WINDOWS );<br />
GO</p>
<p><span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">select</span> * <span style="color: blue; background-color: transparent; font-family: Courier New; font-size: 11px;">from</span> sys.dm_qn_subscriptions</p></blockquote>
<p>It&#8217;s easy when you know <img src='http://xealcom.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2007/08/23/sqlcachedependency-and-commandnotification-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools and Utilities</title>
		<link>http://xealcom.co.uk/2007/08/04/tools-and-utilities/</link>
		<comments>http://xealcom.co.uk/2007/08/04/tools-and-utilities/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 07:57:46 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://xealcom.co.uk/2007/08/04/ToolsAndUtilities.aspx</guid>
		<description><![CDATA[Here&#8217;s a couple of links to a bunch of useful tools and utilities: from Scott Hanselman from e-consultant.com My Personal Collection of Tools and Utilities Virtua Win - this is a very fast and reliable virtual desktop application for Windows. It is self-contained, so you don&#8217;t even need to install it. I just love it! I [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a couple of links to a bunch of useful tools and utilities:</p>
<p>from <a href="http://www.hanselman.com/blog/ScottHanselmans2005UltimateDeveloperAndPowerUsersToolList.aspx">Scott Hanselman</a><br />
from <a href="http://www.econsultant.com/i-want-freeware-utilities/index.html">e-consultant.com</a></p>
<h5>My Personal Collection of Tools and Utilities</h5>
<p><a title="VirtuaWin - Virtual Desktops for Windows" href="http://virtuawin.sourceforge.net/" target="_blank"><strong>Virtua Win</strong></a> - this is a very fast and reliable virtual desktop application for Windows. It is self-contained, so you don&#8217;t even need to install it. I just love it! I used an old Microdoft virtual desktop utility and it just kept crashing. Virtua Win haven&#8217;t crashed once.</p>
]]></content:encoded>
			<wfw:commentRss>http://xealcom.co.uk/2007/08/04/tools-and-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

