<?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/"
	>

<channel>
	<title>Waiting Impatiently</title>
	<atom:link href="http://waitingimpatiently.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://waitingimpatiently.com</link>
	<description>Life and times of a networking programmer. .NET, TFS, Sharepoint and servers.</description>
	<pubDate>Wed, 25 Jan 2012 16:29:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find what w3sp is running what IIS site</title>
		<link>http://waitingimpatiently.com/index.php/2012/01/25/find-what-w3sp-is-running-what-iis-site/</link>
		<comments>http://waitingimpatiently.com/index.php/2012/01/25/find-what-w3sp-is-running-what-iis-site/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:29:57 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=85</guid>
		<description><![CDATA[http://abhijitjana.net/2010/07/15/identifying-worker-process-w3wp-exe-iis-6-0-and-iis-7-0-for-debugging-asp-net-application/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://abhijitjana.net/2010/07/15/identifying-worker-process-w3wp-exe-iis-6-0-and-iis-7-0-for-debugging-asp-net-application/">http://abhijitjana.net/2010/07/15/identifying-worker-process-w3wp-exe-iis-6-0-and-iis-7-0-for-debugging-asp-net-application/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2012/01/25/find-what-w3sp-is-running-what-iis-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change IP address of Microsoft Cluster</title>
		<link>http://waitingimpatiently.com/index.php/2011/10/20/change-ip-address-of-microsoft-cluster/</link>
		<comments>http://waitingimpatiently.com/index.php/2011/10/20/change-ip-address-of-microsoft-cluster/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 21:04:41 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/index.php/2011/10/20/change-ip-address-of-microsoft-cluster/</guid>
		<description><![CDATA[http://alipka.wordpress.com/2008/12/17/how-to-change-cluster-ip-address-or-move-the-default-cluster-group-in-windows-server-2008/
]]></description>
			<content:encoded><![CDATA[<p>http://alipka.wordpress.com/2008/12/17/how-to-change-cluster-ip-address-or-move-the-default-cluster-group-in-windows-server-2008/</p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2011/10/20/change-ip-address-of-microsoft-cluster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Check database table sizes</title>
		<link>http://waitingimpatiently.com/index.php/2010/10/19/check-database-table-sizes/</link>
		<comments>http://waitingimpatiently.com/index.php/2010/10/19/check-database-table-sizes/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 18:30:48 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/index.php/2010/10/19/check-database-table-sizes/</guid>
		<description><![CDATA[http://www.cryer.co.uk/brian/sqlserver/howto_list_table_sizes.htm
]]></description>
			<content:encoded><![CDATA[<p>http://www.cryer.co.uk/brian/sqlserver/howto_list_table_sizes.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2010/10/19/check-database-table-sizes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Truncate log file in 2008 (no backup)</title>
		<link>http://waitingimpatiently.com/index.php/2010/08/23/truncate-log-file-in-2008-no-backup/</link>
		<comments>http://waitingimpatiently.com/index.php/2010/08/23/truncate-log-file-in-2008-no-backup/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 18:16:03 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=77</guid>
		<description><![CDATA[ use [WSS_Content]
select * FROM sys.database_files
ALTER DATABASE [WSS_Content] SET RECOVERY SIMPLE WITH NO_WAIT
DBCC SHRINKFILE(WSS_Content_log, 1)
ALTER DATABASE [WSS_Content] SET RECOVERY FULL WITH NO_WAIT
]]></description>
			<content:encoded><![CDATA[<p> <span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small">use </span></span></span></span><span style="font-size: x-small;">[WSS_Content]</span></p>
<div><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small">select * </span></span></span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">FROM</span></span><span style="font-size: x-small;"> </span><span style="color: #008000; font-size: x-small;"><span style="color: #008000; font-size: x-small;">sys</span></span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">.</span></span><span style="color: #008000; font-size: x-small;"><span style="color: #008000; font-size: x-small;">database_files</span></span></div>
<p><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small">ALTER<span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"> </span></span></span></span></span></span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">DATABASE</span></span><span style="font-size: x-small;"> [WSS_Content] </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">SET</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">RECOVERY</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">SIMPLE</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">WITH</span></span><span style="font-size: x-small;"> NO_WAIT</span></p>
<p><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small">DBCC<span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"> </span></span></span></span></span></span></span><span style="font-size: x-small;">SHRINKFILE</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">(</span></span><span style="font-size: x-small;">WSS_Content_log</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">,</span></span><span style="font-size: x-small;"> 1</span><span style="color: #808080; font-size: x-small;"><span style="color: #808080; font-size: x-small;">)</span></span></p>
<p><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small"><span style="FONT-FAMILY: ; COLOR: #0000ff; FONT-SIZE: x-small">ALTER<span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;"> </span></span></span></span></span></span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">DATABASE</span></span><span style="font-size: x-small;"> [WSS_Content] </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">SET</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">RECOVERY</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">FULL</span></span><span style="font-size: x-small;"> </span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">WITH</span></span><span style="font-size: x-small;"> NO_WAIT</span></p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2010/08/23/truncate-log-file-in-2008-no-backup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hide all the SharePoint goodies when in anonymous mode</title>
		<link>http://waitingimpatiently.com/index.php/2009/12/11/hide-all-the-sharepoint-goodies-when-in-anonymous-mode/</link>
		<comments>http://waitingimpatiently.com/index.php/2009/12/11/hide-all-the-sharepoint-goodies-when-in-anonymous-mode/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 21:18:23 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=75</guid>
		<description><![CDATA[When you are in anonymous mode, published, you dont want any of the SharePoint scripts to be running like named.dll. The way to hide it is to wrapped the SharePoint scripts in a security tab. Thus security trimming the scripts and SharePoint overriding CSS classes.
 
&#60;Sharepoint:SPSecurityTrimmedControl PermissionsString=&#8221;BrowseDirectories&#8221; runat=&#8221;server&#8221;&#62;
  &#60;!&#8211;showing sharepoint scripts &#8211;&#62;
  &#60;SharePoint:ScriptLink name=&#8221;init.js&#8221; runat=&#8221;server&#8221;/&#62;
  &#60;Sharepoint:CssLink runat=&#8221;server&#8221;/&#62;
&#60;/Sharepoint:SPSecurityTrimmedControl&#62;
]]></description>
			<content:encoded><![CDATA[<p>When you are in anonymous mode, published, you dont want any of the SharePoint scripts to be running like named.dll. The way to hide it is to wrapped the SharePoint scripts in a security tab. Thus security trimming the scripts and SharePoint overriding CSS classes.</p>
<p> </p>
<p>&lt;Sharepoint:SPSecurityTrimmedControl PermissionsString=&#8221;BrowseDirectories&#8221; runat=&#8221;server&#8221;&gt;<br />
  &lt;!&#8211;showing sharepoint scripts &#8211;&gt;<br />
  &lt;SharePoint:ScriptLink name=&#8221;init.js&#8221; runat=&#8221;server&#8221;/&gt;<br />
  &lt;Sharepoint:CssLink runat=&#8221;server&#8221;/&gt;<br />
&lt;/Sharepoint:SPSecurityTrimmedControl&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2009/12/11/hide-all-the-sharepoint-goodies-when-in-anonymous-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This product requires ASP.NET v2.0 to be set to &#8216;Allow&#8217; in the list of IIS Web Server Extensions</title>
		<link>http://waitingimpatiently.com/index.php/2009/07/24/this-product-requires-aspnet-v20-to-be-set-to-allow-in-the-list-of-iis-web-server-extensions/</link>
		<comments>http://waitingimpatiently.com/index.php/2009/07/24/this-product-requires-aspnet-v20-to-be-set-to-allow-in-the-list-of-iis-web-server-extensions/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:11:00 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=73</guid>
		<description><![CDATA[I think there might be an issue with .NET 2.0 SP2 that causes my normal fix of &#8220;click the reinstall button on .NET 2.0&#8243; to fix this issue. i recently ran into this issue again and it didnt work. What did work is the commands below. Bascially it is uninstalling and reinstalling via regiis.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&#62;aspnet_regiis -u   [...]]]></description>
			<content:encoded><![CDATA[<p>I think there might be an issue with .NET 2.0 SP2 that causes my normal fix of &#8220;click the reinstall button on .NET 2.0&#8243; to fix this issue. i recently ran into this issue again and it didnt work. What did work is the commands below. Bascially it is uninstalling and reinstalling via regiis.</p>
<p>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&gt;aspnet_regiis -u   (uninstall)</p>
<p align="left">C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&gt;aspnet_regiis -i   (reinstall)</p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2009/07/24/this-product-requires-aspnet-v20-to-be-set-to-allow-in-the-list-of-iis-web-server-extensions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>the search service is currently offline. visit the services on server page in sharepoint central administration to verify whether the service is enabled. this might also be because an indexer move is in progress</title>
		<link>http://waitingimpatiently.com/index.php/2009/07/08/the-search-service-is-currently-offline-visit-the-services-on-server-page-in-sharepoint-central-administration-to-verify-whether-the-service-is-enabled-this-might-also-be-because-an-indexer-move-is/</link>
		<comments>http://waitingimpatiently.com/index.php/2009/07/08/the-search-service-is-currently-offline-visit-the-services-on-server-page-in-sharepoint-central-administration-to-verify-whether-the-service-is-enabled-this-might-also-be-because-an-indexer-move-is/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:08:09 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=71</guid>
		<description><![CDATA[Why did this happen? No idea. How did I fix it, read below.

Open central admin
Goto Operations
Goto Services on server and located your index server
On &#8220;Office SharePoint Server Search&#8221; click &#8220;Stop&#8221;. This deconfigures it.
Now click &#8220;start&#8221;
Then click &#8220;Shared Services Administration&#8221;, hover over the failing SSP and select edit.
You will notice now the indexer is not selected. [...]]]></description>
			<content:encoded><![CDATA[<p>Why did this happen? No idea. How did I fix it, read below.</p>
<ol>
<li>Open central admin</li>
<li>Goto Operations</li>
<li>Goto Services on server and located your index server</li>
<li>On &#8220;Office SharePoint Server Search&#8221; click &#8220;Stop&#8221;. This deconfigures it.</li>
<li>Now click &#8220;start&#8221;</li>
<li>Then click &#8220;Shared Services Administration&#8221;, hover over the failing SSP and select edit.</li>
<li>You will notice now the indexer is not selected. Select it from the drop down.</li>
<li>HERE IS THE IMPORTANT PART. The server you have selected is probably the same server as you used before. If it is, go to that server and locate the indexer files. It is in the textbox right below the drop down you just used. For me it was &#8220;F:\Program Files\Microsoft Office Servers\12.0\Data\Office Server\Applications&#8221;. In there you will find a folder with Guid name. At the end of that folder add &#8220;_old&#8221;. Now go back to your SSP and click OK. Wait 1 minute and the index will recreate the guid folder.</li>
<li>Tada, all fixed.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2009/07/08/the-search-service-is-currently-offline-visit-the-services-on-server-page-in-sharepoint-central-administration-to-verify-whether-the-service-is-enabled-this-might-also-be-because-an-indexer-move-is/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remove hiberfil.sys on Server 2008</title>
		<link>http://waitingimpatiently.com/index.php/2009/07/08/remove-hiberfilsys-on-server-2008/</link>
		<comments>http://waitingimpatiently.com/index.php/2009/07/08/remove-hiberfilsys-on-server-2008/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 17:59:03 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=69</guid>
		<description><![CDATA[For what ever reason server 2008 creates a file on the OS drive for hybrinating the same size as the RAM that is in the server. Not sure how many servers hybrinate, but not mine.
To turn it off just run this from command line
powercfg -h off
Enjoy.
]]></description>
			<content:encoded><![CDATA[<p>For what ever reason server 2008 creates a file on the OS drive for hybrinating the same size as the RAM that is in the server. Not sure how many servers hybrinate, but not mine.</p>
<p>To turn it off just run this from command line</p>
<p>powercfg -h off</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2009/07/08/remove-hiberfilsys-on-server-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable Roaming Profiles In GPO</title>
		<link>http://waitingimpatiently.com/index.php/2009/05/19/disable-roaming-profiles-in-gpo/</link>
		<comments>http://waitingimpatiently.com/index.php/2009/05/19/disable-roaming-profiles-in-gpo/#comments</comments>
		<pubDate>Wed, 20 May 2009 00:24:54 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=67</guid>
		<description><![CDATA[Open you local GPO using MMC or using the GPO editor in your AD. Then enable &#8220;Only allow local user profiles&#8221; in Computer Config -&#62; Administrative Templates -&#62; System -&#62; User Profiles
If you completly want to disable roaming profiles on your Terminal Server
you also have to enable &#8220;Prevent Roaming Profile changes from propagating to
the server&#8221;.

]]></description>
			<content:encoded><![CDATA[<p>Open you local GPO using MMC or using the GPO editor in your AD.<span class="postbody"> Then enable &#8220;Only allow local user profiles&#8221; in Computer <a id="KonaLink1" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://help.lockergnome.com/windows2/Disabling-roaming-profiles-terminal-server--ftopict180599.html#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 12px; position: static;"></span></a>Config -&gt; Administrative Templates -&gt; System -&gt; User Profiles</p>
<p>If you completly want to disable roaming profiles on your Terminal Server<br />
you also have to enable &#8220;Prevent Roaming Profile changes from propagating to<br />
the server&#8221;.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2009/05/19/disable-roaming-profiles-in-gpo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Force a truncation of a SQL log</title>
		<link>http://waitingimpatiently.com/index.php/2009/05/11/force-a-truncation-of-a-sql-log/</link>
		<comments>http://waitingimpatiently.com/index.php/2009/05/11/force-a-truncation-of-a-sql-log/#comments</comments>
		<pubDate>Mon, 11 May 2009 14:15:42 +0000</pubDate>
		<dc:creator>Chris Auer</dc:creator>
		
		<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://waitingimpatiently.com/?p=64</guid>
		<description><![CDATA[I ran into an issue recently with a log file that would not shrink. All the DB Truncates that I ran would not shrink it. The fix is to just detach the DB, rename the log file and reattach. That will create a new log file from scratch.
Detail are here
sp_detach_db [YourDatabaseName]
then
sp_attach_db @dbname = N&#8216;YourDatabaseName&#8217;,
@filename1 = [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into an issue recently with a log file that would not shrink. All the DB Truncates that I ran would not shrink it. The fix is to just detach the DB, rename the log file and reattach. That will create a new log file from scratch.</p>
<p>Detail are <a href="http://social.msdn.microsoft.com/forums/en-US/sqldatabaseengine/thread/98a70bc6-7fbe-4b1d-8c8e-90ca0639a884/">here</a></p>
<p>sp_detach_db<span style="font-size: x-small;"> [YourDatabaseName]</span></p>
<p><span style="font-size: x-small;">then</span></p>
<p>sp_attach_db<span style="font-size: x-small;"> @dbname </span><span style="font-size: x-small; color: #808080;">=</span><span style="font-size: x-small;"> N</span><span style="font-size: x-small; color: #ff0000;">&#8216;YourDatabaseName&#8217;</span><span style="font-size: x-small; color: #808080;">,<br />
</span><span style="font-size: x-small;">@filename1 </span><span style="font-size: x-small; color: #808080;">=</span><span style="font-size: x-small;"> N</span><span style="font-size: x-small; color: #ff0000;">&#8216;D:\Microsoft SQL Server1\MSSQL\Data\<span style="color: #000000;">YourDatabaseName</span>.MDF&#8217;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://waitingimpatiently.com/index.php/2009/05/11/force-a-truncation-of-a-sql-log/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

