<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Journey Through No-Where</title>
	<atom:link href="http://dotnetolympians.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetolympians.wordpress.com</link>
	<description>Pakistan IT Whirl (DotNetOlympians)</description>
	<lastBuildDate>Tue, 26 May 2009 08:43:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/745ac993e34143e0dd2df65496195c09?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Journey Through No-Where</title>
		<link>http://dotnetolympians.wordpress.com</link>
	</image>
			<item>
		<title>Server: Msg 446, Level 16, State 9 Cannot resolve collation conflict for equal to operation</title>
		<link>http://dotnetolympians.wordpress.com/2009/05/26/server-msg-446-level-16-state-9-cannot-resolve-collation-conflict-for-equal-to-operation/</link>
		<comments>http://dotnetolympians.wordpress.com/2009/05/26/server-msg-446-level-16-state-9-cannot-resolve-collation-conflict-for-equal-to-operation/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:43:23 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=125</guid>
		<description><![CDATA[Collation precedence conflict in SQL Server 2000
The collation precedence rules apply only to the character string data types, char, varchar, text, nchar, nvarchar, and ntext. Objects with other data types do not participate in collation evaluations.
link to article on msdn
A simple example is as follows
create table #TempRO
(
Id  int Identity (1,1),
App_No     NVarchar (100)
)
&#8211; insert some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=125&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Collation precedence conflict in SQL Server 2000</p>
<p>The collation precedence rules apply only to the character string data types, <strong>char</strong>, <strong>varchar</strong>, <strong>text</strong>, <strong>nchar</strong>, <strong>nvarchar</strong>, and<strong> ntext</strong>. Objects with other data types do not participate in collation evaluations.<br />
<a href="http://msdn.microsoft.com/en-us/library/aa258272(SQL.80).aspx" target="_blank">link</a> to article on msdn<br />
A simple example is as follows</p>
<p>create table #TempRO<br />
(<br />
Id  int Identity (1,1),<br />
App_No     NVarchar (100)<br />
)<br />
&#8211; insert some values in this table<br />
Select *<br />
from #TempRO T<br />
Inner join App AO<br />
On T.App_No = AO.App_No</p>
<p>We are having the App table using a different collation then the default that is &#8220;Arabic_CI_AS&#8221;</p>
<p>So the above select will give the following collation error, to remove it we just add the following statement while defining the temp table</p>
<p>create table #TempRO<br />
(<br />
Id  int Identity (1,1),<br />
App_No     NVarchar (100)    collate Arabic_CI_AS<br />
)</p>
<p>This not only happens in temp tables but also in the normal tables or at times if we are comparing columns so its better to use sp_help TableName or the syscolumns to find the collation of the two.</p>
<p>Happy Collating <img src='http://s.wordpress.com/wp-includes/images/smilies/face-wink.png' alt=';)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=125&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2009/05/26/server-msg-446-level-16-state-9-cannot-resolve-collation-conflict-for-equal-to-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Enterprise Service Bus (EBS)</title>
		<link>http://dotnetolympians.wordpress.com/2009/04/22/microsoft-enterprise-service-bus-ebs/</link>
		<comments>http://dotnetolympians.wordpress.com/2009/04/22/microsoft-enterprise-service-bus-ebs/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 06:33:57 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Biztalk]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Enterprise Service Bus]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=119</guid>
		<description><![CDATA[A glance at the core BizTalk system components used by the Microsoft ESB Guidance.
 
Quick Links:
                    MSDN site: http://msdn.microsoft.com/esb
                    Community Extensions: http://codeplex.com/esb
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=119&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;">A glance at the core BizTalk system components used by the Microsoft ESB Guidance.</p>
<div id="attachment_120" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-120" title="ms_ebs" src="http://dotnetolympians.files.wordpress.com/2009/04/ms_ebs.jpg?w=500&#038;h=539" alt="Microsoft Enterprise Service Bus (EBS)" width="500" height="539" /><p class="wp-caption-text">Microsoft Enterprise Service Bus (EBS)</p></div>
<p> </p>
<p>Quick Links:</p>
<p>                    MSDN site: <a href="http://msdn.microsoft.com/esb">http://msdn.microsoft.com/esb</a></p>
<p>                    Community Extensions: <a href="http://codeplex.com/esb">http://codeplex.com/esb</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=119&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2009/04/22/microsoft-enterprise-service-bus-ebs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>

		<media:content url="http://dotnetolympians.files.wordpress.com/2009/04/ms_ebs.jpg" medium="image">
			<media:title type="html">ms_ebs</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet Explorer 8 RC1 is available.</title>
		<link>http://dotnetolympians.wordpress.com/2009/01/27/internet-explorer-8-rc1-is-available/</link>
		<comments>http://dotnetolympians.wordpress.com/2009/01/27/internet-explorer-8-rc1-is-available/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 10:59:30 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE 8]]></category>
		<category><![CDATA[Internet Explorer 8 RC1]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=115</guid>
		<description><![CDATA[
Internet Explorer 8 RC1 will be available in 25 languages including: Arabic, Chinese (Traditional, Simplified and Hong Kong), Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian, Portuguese (Brazil and Portugal), Polish, Russian, Spanish, Turkish and Swedish.

Yes you can download it from the following link.
http://www.microsoft.com/windows/Internet-explorer/beta/default.aspx


Well it&#8217;s been a long time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=115&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--[if !mso]&gt;--></p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;">Internet Explorer 8 RC1 will be available in 25 languages including: Arabic, Chinese (Traditional, Simplified and Hong Kong), Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian, Portuguese (Brazil and Portugal), Polish, Russian, Spanish, Turkish and Swedish.</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;">Yes you can download it from the following link.</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;"><a href="http://www.microsoft.com/windows/Internet-explorer/beta/default.aspx">http://www.microsoft.com/windows/Internet-explorer/beta/default.aspx</a></p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;">Well it&#8217;s been a long time Microsoft has been investing in Internet Explorer, so some major milestones have been achieved in this release as well. So the RC1 Release of Internet Explorer includes improvements to performance, stability and compatibility.  With this build, there are also enhancements to the fit and finish of the user interface, additional investment in CSS 2.1 and security and privacy updates to help address today’s evolving threat landscape.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=115&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2009/01/27/internet-explorer-8-rc1-is-available/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>
	</item>
		<item>
		<title>Display My Computer Icon on the Desktop in Windows 7</title>
		<link>http://dotnetolympians.wordpress.com/2009/01/09/display-my-computer-icon-on-the-desktop-in-windows-7/</link>
		<comments>http://dotnetolympians.wordpress.com/2009/01/09/display-my-computer-icon-on-the-desktop-in-windows-7/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 21:58:25 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=107</guid>
		<description><![CDATA[Well its been a long time since i have written and shared any new tips and tricks with my fellow geeks.
But here I am with the basic really easy post on Windows 7. Well this new version of windows has really inspired me and I would like to keep writing on the new features available [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=107&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well its been a long time since i have written and shared any new tips and tricks with my fellow geeks.<br />
But here I am with the basic really easy post on Windows 7. Well this new version of windows has really inspired me and I would like to keep writing on the new features available as I go on exploring them.</p>
<p>The easiest way is to right click on your desktop-&gt; Personalize -&gt; Change Desktop Icons  and here you land on the following screen.</p>
<p>Walla! You have your My Computer on the desktop.</p>
<p style="text-align:center;"><img class="size-full wp-image-108 aligncenter" title="mycomputerdesktop" src="http://dotnetolympians.files.wordpress.com/2009/01/mycomputerdesktop.jpg?w=500&#038;h=312" alt="mycomputerdesktop" width="500" height="312" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=107&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2009/01/09/display-my-computer-icon-on-the-desktop-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>

		<media:content url="http://dotnetolympians.files.wordpress.com/2009/01/mycomputerdesktop.jpg" medium="image">
			<media:title type="html">mycomputerdesktop</media:title>
		</media:content>
	</item>
		<item>
		<title>Login failed error: (Msg 18456) SQL Server 2005 Login failed for user &#8216;NT AUTHORITY\ANONYMOUS LOGON&#8217;</title>
		<link>http://dotnetolympians.wordpress.com/2008/07/22/login-failed-error-msg-18456-sql-server-2005-login-failed-for-user-nt-authorityanonymous-logon/</link>
		<comments>http://dotnetolympians.wordpress.com/2008/07/22/login-failed-error-msg-18456-sql-server-2005-login-failed-for-user-nt-authorityanonymous-logon/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 10:16:49 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 Migration]]></category>
		<category><![CDATA[SQL Server Tips and Tricks]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=98</guid>
		<description><![CDATA[While I was migrating my database server from SQL 2000 to SQL Server 2005 I came across this error as the production and development environment were not quite identical.
Well the first thing to note in this error is non descriptive, preventing information disclosure to unauthenticated clients.
To determine the true reason for the failure, the administrator [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=98&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While I was migrating my database server from SQL 2000 to SQL Server 2005 I came across this error as the production and development environment were not quite identical.</p>
<p>Well the first thing to note in this error is non descriptive, preventing information disclosure to unauthenticated clients.</p>
<p>To determine the true reason for the failure, the administrator can look in the server&#8217;s error log where a corresponding entry will be written.  An example of an entry is:</p>
<p>2006-02-27 00:02:00.34 Logon     Error: 18456, Severity: 14, State: 8.</p>
<p>2006-02-27 00:02:00.34 Logon     Login failed for user &#8216;&lt;user name&gt;&#8217;. [CLIENT: &lt;ip address&gt;]</p>
<p>A great article with the complete description of this error and states is written by Il-Sung Lee here: <a href="http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx">http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx</a></p>
<p>Happy working with your linked servers.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnetolympians.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnetolympians.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=98&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2008/07/22/login-failed-error-msg-18456-sql-server-2005-login-failed-for-user-nt-authorityanonymous-logon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding reference to Project in Visual Studio 2005</title>
		<link>http://dotnetolympians.wordpress.com/2008/06/18/adding-reference-to-excel-library/</link>
		<comments>http://dotnetolympians.wordpress.com/2008/06/18/adding-reference-to-excel-library/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 08:15:10 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Visual Studio .NET IDE]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=92</guid>
		<description><![CDATA[In your Visual Studio IDE go to the projects (at the top) -&#62; add references -&#62; com (tab) -&#62; add the Microsoft Excel library installed.
 
Or you can use the project explorer.
Right click on the references-&#62; add references -&#62; com (tab) -&#62; add the library.
 
Please refer to the image below.

 

Then simply what you need to do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=92&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">In your Visual Studio IDE go to the projects (at the top) -&gt; add references -&gt; com (tab) -&gt; add the Microsoft Excel library installed.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Or you can use the project explorer.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Right click on the references-&gt; add references -&gt; com (tab) -&gt; add the library.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Please refer to the image below.<br />
</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> <img class="alignnone" src="http://dotnetolympians.files.wordpress.com/2008/06/excelref1.jpg?w=643&#038;h=374" alt="ExcelReference" width="643" height="374" /></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"><br />
Then simply what you need to do is Import the Excel.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Imports Microsoft.Office.Interop.Excel<span> </span>for VB</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">using Microsoft.Office.Interop;<span>              </span>for C#</span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;">The &#8220;Microsoft Excel X Object Library&#8221; where X will depend on whatever version of Excel you have in the computer.<br />
So the X depends on which version of Excel is installed on your machine.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnetolympians.wordpress.com/92/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnetolympians.wordpress.com/92/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=92&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2008/06/18/adding-reference-to-excel-library/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>

		<media:content url="http://dotnetolympians.files.wordpress.com/2008/06/excelref1.jpg" medium="image">
			<media:title type="html">ExcelReference</media:title>
		</media:content>
	</item>
		<item>
		<title>Finding out if there are trailing spaces in a column</title>
		<link>http://dotnetolympians.wordpress.com/2008/06/11/finding-out-if-there-are-trailing-spaces-in-a-column/</link>
		<comments>http://dotnetolympians.wordpress.com/2008/06/11/finding-out-if-there-are-trailing-spaces-in-a-column/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 12:16:44 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[Trailing Spaces]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=91</guid>
		<description><![CDATA[A lot of you might have come across this problem just like me.
 
Firstly we create a temporary table.
create table #temp1
(
            id Int Identity(1,1),
            invoice varchar (20)
)
insert into #temp1 values (&#8217;CR&#8217;)
insert into #temp1 values (&#8217;CR &#8216;)
insert into #temp1 values (&#8217; CR &#8216;)
insert into #temp1 values (&#8217; CR&#8217;)
 
Select *  From #temp1
            where DATALENGTH(invoice) &#60;&#62; len(invoice)
 
The len function [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=91&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">A lot of you might have come across this problem just like me.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Firstly we create a temporary table.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">create table #temp1</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">(</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span>            </span>id Int Identity(1,1),</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span>            </span>invoice varchar (20)</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">)</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">insert into #temp1 values (&#8217;CR&#8217;)</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">insert into #temp1 values (&#8217;CR &#8216;)</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">insert into #temp1 values (&#8217; CR &#8216;)</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">insert into #temp1 values (&#8217; CR&#8217;)</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">Select *<span>  </span>From #temp1</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span>            </span>where DATALENGTH(invoice) &lt;&gt; len(invoice)</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">The len function in SQL gives you the length of the characters including the spaces white DataLength excludes the trailing not preceding spaces.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Here if you don’t have the column defined as varchar rather you have an nvarchar field then you simply convert then to varchar before calling the respective functions like this.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">Select *<span>  </span>From #temp1</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span>            </span>where DATALENGTH(convert(varchar(20),invoice)) &lt;&gt; len(convert(varchar(20),invoice))</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p><span style="font-size:12pt;font-family:&quot;">Happy searching trailing spaces in your db, please share with us if you have better options.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnetolympians.wordpress.com/91/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnetolympians.wordpress.com/91/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=91&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2008/06/11/finding-out-if-there-are-trailing-spaces-in-a-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>
	</item>
		<item>
		<title>Updatable keyset-driven cursors on remote tables require a transaction with the REPEATABLE_READ or SERIALIZABLE isolation level spanning the cursor. Server: Msg 8180, Level 16 ,Server: Msg 102, Level 15, Server: Msg 1018, Level 15</title>
		<link>http://dotnetolympians.wordpress.com/2008/06/01/updatable-keyset-driven-cursors-on-remote-tables-require-a-transaction-with-the-repeatable_read-or-serializable-isolation-level-spanning-the-cursor-server-msg-8180-level-16-server-msg-102-level/</link>
		<comments>http://dotnetolympians.wordpress.com/2008/06/01/updatable-keyset-driven-cursors-on-remote-tables-require-a-transaction-with-the-repeatable_read-or-serializable-isolation-level-spanning-the-cursor-server-msg-8180-level-16-server-msg-102-level/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 14:28:42 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[SQL Server 2005 Migration]]></category>
		<category><![CDATA[SQL Server Tips and Tricks]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=89</guid>
		<description><![CDATA[Server: Msg 8180, Level 16
Server: Msg 102, Level 15
Server: Msg 1018, Level 15, State 1, Procedure SendReview, Line 12
Incorrect syntax near &#8216;FASTFIRSTROW&#8217;. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.
Remote tables are not updatable. Updatable keyset-driven [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=89&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Server: Msg 8180, Level 16</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Server: Msg 102, Level 15</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">Server: Msg 1018, Level 15, State 1, Procedure SendReview, Line 12</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">Incorrect syntax near &#8216;FASTFIRSTROW&#8217;. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Remote tables are not updatable. Updatable keyset-driven cursors on remote tables require a transaction with the REPEATABLE_READ or SERIALIZABLE isolation level spanning the cursor.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">We were getting this error from the SQL server job that was running a store procedure inside which we were calling a table that was on a linked server running SQL Server 2005, while the major database was running on SQL Server 2000. We had the linked server setup and it was running fine. We could run queries to this table on the 2005 server without any difficulties.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">One thing that I came to find out was the changes in the cursor. Please find details from the following link </span><a href="http://msdn.microsoft.com/en-us/library/ms143359.aspx"><span style="font-size:small;color:#800080;font-family:Times New Roman;">http://msdn.microsoft.com/en-us/library/ms143359.aspx</span></a><span style="font-size:small;font-family:Times New Roman;">.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Solution:</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span>            </span>1: Either you can have a temp table created out side the cursor to get all the values from across the linked server and then create the cursor over this table.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">2: Secondly you can replace the Cursor with a simple loop.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">3: Thirdly if possible and you can simply create the Cursor as “FOR Read Only”.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">Hope this helps you people to migrate your databases happily</span><span style="font-family:Wingdings;"><span>J</span></span><span style="font-family:Times New Roman;">.</p>
<p>Well I found the solution from this URL:<br />
<a href="http://www.eggheadcafe.com/software/aspnet/31278881/cannot-declare-a-cursor-t.aspx">http://www.eggheadcafe.com/software/aspnet/31278881/cannot-declare-a-cursor-t.aspx</a></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Thought I should share it with everyone.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnetolympians.wordpress.com/89/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnetolympians.wordpress.com/89/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=89&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2008/06/01/updatable-keyset-driven-cursors-on-remote-tables-require-a-transaction-with-the-repeatable_read-or-serializable-isolation-level-spanning-the-cursor-server-msg-8180-level-16-server-msg-102-level/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>
	</item>
		<item>
		<title>Showing Line numbers with Visual studio 2005</title>
		<link>http://dotnetolympians.wordpress.com/2008/05/23/showing-line-numbers-with-visual-studio-2005/</link>
		<comments>http://dotnetolympians.wordpress.com/2008/05/23/showing-line-numbers-with-visual-studio-2005/#comments</comments>
		<pubDate>Fri, 23 May 2008 14:35:46 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Personal Experience]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Visual Studio .NET IDE]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=87</guid>
		<description><![CDATA[I have been changing machines quite frequently since the last 6 months. And each time I have a new machine I need to setup the environment as I prefer.
The tabs spaces the fonts the immediate window and the list goes on.
But one thing I always forget is where is the setting for the Line Numbers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=87&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">I have been changing machines quite frequently since the last 6 months. And each time I have a new machine I need to setup the environment as I prefer.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">The tabs spaces the fonts the immediate window and the list goes on.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">But one thing I always forget is where is the setting for the Line Numbers to appear so this blog is for me </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Goto: </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Tools -&gt; Options -&gt; Text editor- &gt; All languages -&gt; General -&gt; Display (Line Numbers)</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> <a href="http://dotnetolympians.files.wordpress.com/2008/05/linenumbers.jpg"><img class="alignnone size-medium wp-image-88" src="http://dotnetolympians.files.wordpress.com/2008/05/linenumbers.jpg?w=300&#038;h=177" alt="" width="300" height="177" /></a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"><br />
Hope this helps other fellow readers as well.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnetolympians.wordpress.com/87/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnetolympians.wordpress.com/87/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=87&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2008/05/23/showing-line-numbers-with-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>

		<media:content url="http://dotnetolympians.files.wordpress.com/2008/05/linenumbers.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>How to manually extend the evaluation period</title>
		<link>http://dotnetolympians.wordpress.com/2008/05/13/how-to-manually-extend-the-evaluation-period/</link>
		<comments>http://dotnetolympians.wordpress.com/2008/05/13/how-to-manually-extend-the-evaluation-period/#comments</comments>
		<pubDate>Tue, 13 May 2008 15:22:21 +0000</pubDate>
		<dc:creator>dotnetolympians</dc:creator>
				<category><![CDATA[Personal Experience]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://dotnetolympians.wordpress.com/?p=86</guid>
		<description><![CDATA[As most of you technology geeks must be using the Windows Server 2008. And a lot might have already ran out of their allocated evaluation period of 60 days J.
 But don’t worry it’s not the end of your exploration with this new enhanced server from Microsoft. If you want to extend the evaluation period it’s really [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=86&subd=dotnetolympians&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">As most of you technology geeks must be using the Windows Server 2008. And a lot might have already ran out of their allocated evaluation period of 60 days </span><span style="font-family:Wingdings;"><span>J</span></span><span style="font-family:Times New Roman;">.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span>But don’t worry it’s not the end of your exploration with this new enhanced server from Microsoft. If you want to extend the evaluation period it’s really simple. I came across an email from a colleague of mine a great developer rather a master mind; thanks Naweed.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">So if your 60 days initial evaluation period <strong>nears to end</strong> just follow these simple steps to increase the period using the Slmgr.vbs script.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;">1. Click Start, and then click Command Prompt. </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span>2. Type slmgr.vbs -dli, and then press ENTER to check the current status of your evaluation period. </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span>3. To reset the evaluation period, type slmgr.vbs –rearm, and then press ENTER. </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span>4. Restart the computer.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">This resets the evaluation period to 60 days.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">You can find more ways to of extending this evaluation <a title="How to extend the Windows Server 2008 evaluation period" href="http://support.microsoft.com/kb/948472" target="_blank">here</a> in this kb article:</span></p>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">How to install Windows Server 2008 without activating it</span></span></span></li>
<li class="MsoNormal"><span style="font-size:small;font-family:Times New Roman;">How to manually extend the evaluation period</span></li>
<li class="MsoNormal"><span style="font-size:small;font-family:Times New Roman;">How to automate the extension of the evaluation period</span></li>
</ol>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">But keep in mind that you can only extend to a max of 240 days (i.e. 3 extensions)</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnetolympians.wordpress.com/86/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnetolympians.wordpress.com/86/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetolympians.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetolympians.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetolympians.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetolympians.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetolympians.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetolympians.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetolympians.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetolympians.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetolympians.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetolympians.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetolympians.wordpress.com&blog=383157&post=86&subd=dotnetolympians&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnetolympians.wordpress.com/2008/05/13/how-to-manually-extend-the-evaluation-period/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de5dce9fa80a668c08daa44185377efb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetolympians</media:title>
		</media:content>
	</item>
	</channel>
</rss>