<?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>My Technical Notes</title>
	<atom:link href="http://hariprasad.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://hariprasad.info</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 08:57:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sharepoint Foundation 2010 &#8211; Changing Master Page</title>
		<link>http://hariprasad.info/sharepoint-foundation-2010-changing-master-page/</link>
		<comments>http://hariprasad.info/sharepoint-foundation-2010-changing-master-page/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 08:57:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sharepoint foundation 2010]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=163</guid>
		<description><![CDATA[Changing master page is similar to WSS 3.0. There is no link from the UI. We need to change it in Sharepoint designer or some other client. From the sharepoint designer, 1. Select the desired master page 2. Right click and select Set as Default Master page Bookmark on Delicious Digg this post Recommend on [...]]]></description>
			<content:encoded><![CDATA[<p>Changing master page is similar to WSS 3.0. There is no link from the UI. We need to change it in Sharepoint designer or some other client.<br />
From the sharepoint designer,<br />
1.  Select the desired master page<br />
2.  Right click and select Set as Default Master page</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Fsharepoint-foundation-2010-changing-master-page%2F&amp;title=Sharepoint+Foundation+2010+%26%238211%3B+Changing+Master+Page" title="Bookmark this post : Sharepoint Foundation 2010 &#8211; Changing Master Page on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fsharepoint-foundation-2010-changing-master-page%2F&amp;title=Sharepoint+Foundation+2010+%26%238211%3B+Changing+Master+Page&amp;bodytext=Changing+master+page+is+similar+to+WSS+3.0.+There+is+no+link+from+the+UI.+We+need+to+change+it+in+Sharepoint+designer+or+some+other+client.%0AFrom+the+sharepoint+designer%2C%0A1.++Select+the+desired+master+page%0A2.++Right+click+and+select+Set+as+Default+Master+page" title="Digg this post : Sharepoint Foundation 2010 &#8211; Changing Master Page"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Fsharepoint-foundation-2010-changing-master-page%2F&amp;t=Sharepoint+Foundation+2010+%26%238211%3B+Changing+Master+Page" title="Recommend this post : Sharepoint Foundation 2010 &#8211; Changing Master Page on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fsharepoint-foundation-2010-changing-master-page%2F&amp;title=Sharepoint+Foundation+2010+%26%238211%3B+Changing+Master+Page" title="Share this post : Sharepoint Foundation 2010 &#8211; Changing Master Page with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Fsharepoint-foundation-2010-changing-master-page%2F" title="Tweet this post : Sharepoint Foundation 2010 &#8211; Changing Master Page on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/sharepoint-foundation-2010-changing-master-page/feed" title="Follow this post : Sharepoint Foundation 2010 &#8211; Changing Master Page comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/sharepoint-foundation-2010-changing-master-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unpack msi package</title>
		<link>http://hariprasad.info/unpack-msi-package/</link>
		<comments>http://hariprasad.info/unpack-msi-package/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 10:20:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[unpack msi]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=161</guid>
		<description><![CDATA[msi package is like a normal package where we can unpack using some command line tools available in the OS To unpack msi package, use the following command msiexec /a mypackage.msi /qb TARGETDIR=&#8221;C:\MyFolder&#8221; Bookmark on Delicious Digg this post Recommend on Facebook Share with Stumblers Tweet about it Subscribe to the comments on this post]]></description>
			<content:encoded><![CDATA[<p>msi package is like a normal package where we can unpack using some command line tools available in the OS</p>
<p>To unpack msi package, use the following command</p>
<p>msiexec /a mypackage.msi /qb TARGETDIR=&#8221;C:\MyFolder&#8221;</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Funpack-msi-package%2F&amp;title=Unpack+msi+package" title="Bookmark this post : Unpack msi package on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Funpack-msi-package%2F&amp;title=Unpack+msi+package&amp;bodytext=msi+package+is+like+a+normal+package+where+we+can+unpack+using+some+command+line+tools+available+in+the+OS%0A%0ATo+unpack+msi+package%2C+use+the+following+command%0A%0Amsiexec+%2Fa+mypackage.msi+%2Fqb+TARGETDIR%3D%22C%3A%5CMyFolder%22" title="Digg this post : Unpack msi package"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Funpack-msi-package%2F&amp;t=Unpack+msi+package" title="Recommend this post : Unpack msi package on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Funpack-msi-package%2F&amp;title=Unpack+msi+package" title="Share this post : Unpack msi package with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Funpack-msi-package%2F" title="Tweet this post : Unpack msi package on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/unpack-msi-package/feed" title="Follow this post : Unpack msi package comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/unpack-msi-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 &#8211; Product key invalid</title>
		<link>http://hariprasad.info/sharepoint-2010-product-key-invalid/</link>
		<comments>http://hariprasad.info/sharepoint-2010-product-key-invalid/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 18:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sharepoint 2010]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=157</guid>
		<description><![CDATA[When we upgrade sharepoint 2010 from beta or upgrade sharepoint server 2010 from foundation or re-installing sharepoint server 2010, Product key invalid may displayed in the setup screen even though we entered correct key. To resolve this remove the setup cache folder which is @ C:\Program Files (x86)\MSECache\oServer Bookmark on Delicious Digg this post Recommend [...]]]></description>
			<content:encoded><![CDATA[<p>When we upgrade sharepoint 2010 from beta or upgrade sharepoint server 2010 from foundation or re-installing sharepoint server 2010, Product key invalid may displayed in the setup screen even though we entered correct key.</p>
<p>To resolve this remove the setup cache folder which is @ C:\Program Files (x86)\MSECache\oServer</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Fsharepoint-2010-product-key-invalid%2F&amp;title=Sharepoint+2010+%26%238211%3B+Product+key+invalid" title="Bookmark this post : Sharepoint 2010 &#8211; Product key invalid on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fsharepoint-2010-product-key-invalid%2F&amp;title=Sharepoint+2010+%26%238211%3B+Product+key+invalid&amp;bodytext=When+we+upgrade+sharepoint+2010+from+beta+or+upgrade+sharepoint+server+2010+from+foundation+or+re-installing+sharepoint+server+2010%2C+Product+key+invalid+may+displayed+in+the+setup+screen+even+though+we+entered+correct+key.%0A%0ATo+resolve+this+remove+the+setup+cache+folder+which+is+%40+C%3A%5CProgram+Files+%28x86%29%5CMSECache%5CoServer" title="Digg this post : Sharepoint 2010 &#8211; Product key invalid"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Fsharepoint-2010-product-key-invalid%2F&amp;t=Sharepoint+2010+%26%238211%3B+Product+key+invalid" title="Recommend this post : Sharepoint 2010 &#8211; Product key invalid on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fsharepoint-2010-product-key-invalid%2F&amp;title=Sharepoint+2010+%26%238211%3B+Product+key+invalid" title="Share this post : Sharepoint 2010 &#8211; Product key invalid with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Fsharepoint-2010-product-key-invalid%2F" title="Tweet this post : Sharepoint 2010 &#8211; Product key invalid on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/sharepoint-2010-product-key-invalid/feed" title="Follow this post : Sharepoint 2010 &#8211; Product key invalid comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/sharepoint-2010-product-key-invalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling Javascript in XForm</title>
		<link>http://hariprasad.info/calling-javascript-in-xform/</link>
		<comments>http://hariprasad.info/calling-javascript-in-xform/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 02:25:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[xform]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=149</guid>
		<description><![CDATA[We can call javascript from XForm using xform:load tag. The following example calls the javascript function named helloscript. &#60;xforms:trigger&#62; &#60;xforms:label&#62;Launch JS&#60;/xforms:label&#62; &#60;xforms:load resource="javascript:helloscript()" ev:event="DOMActivate"/&#62; &#60;/xforms:trigger&#62; Bookmark on Delicious Digg this post Recommend on Facebook Share with Stumblers Tweet about it Subscribe to the comments on this post]]></description>
			<content:encoded><![CDATA[<p>We can call javascript from XForm using xform:load tag.  The following example calls the javascript function named helloscript.</p>
<pre escaped="true">      &lt;xforms:trigger&gt;
        &lt;xforms:label&gt;Launch JS&lt;/xforms:label&gt;
        &lt;xforms:load <strong>resource</strong>="javascript:helloscript()" ev:event="DOMActivate"/&gt;
      &lt;/xforms:trigger&gt;</pre>
</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Fcalling-javascript-in-xform%2F&amp;title=Calling+Javascript+in+XForm" title="Bookmark this post : Calling Javascript in XForm on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fcalling-javascript-in-xform%2F&amp;title=Calling+Javascript+in+XForm&amp;bodytext=We+can+call+javascript+from+XForm+using+xform%3Aload+tag.++The+following+example+calls+the+javascript+function+named+helloscript.%0D%0A++++++%26lt%3Bxforms%3Atrigger%26gt%3B%0D%0A++++++++%26lt%3Bxforms%3Alabel%26gt%3BLaunch+JS%26lt%3B%2Fxforms%3Alabel%26gt%3B%0D%0A++++++++%26lt%3Bxforms%3Aload+resource%3D%22javascript%3Ahelloscript%28%29%22+ev%3Aevent%3D%22DOMActivate%22%2F%26gt%3B%0D%0A++++++%26lt%3B%2Fx" title="Digg this post : Calling Javascript in XForm"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Fcalling-javascript-in-xform%2F&amp;t=Calling+Javascript+in+XForm" title="Recommend this post : Calling Javascript in XForm on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fcalling-javascript-in-xform%2F&amp;title=Calling+Javascript+in+XForm" title="Share this post : Calling Javascript in XForm with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Fcalling-javascript-in-xform%2F" title="Tweet this post : Calling Javascript in XForm on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/calling-javascript-in-xform/feed" title="Follow this post : Calling Javascript in XForm comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/calling-javascript-in-xform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Largest table by Row count &#8211; SQL server 2005</title>
		<link>http://hariprasad.info/find-largest-table-by-row-count-sql-server-2005/</link>
		<comments>http://hariprasad.info/find-largest-table-by-row-count-sql-server-2005/#comments</comments>
		<pubDate>Mon, 31 May 2010 04:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://hariprasad.info/find-largest-table-by-row-count-sql-server-2005/</guid>
		<description><![CDATA[USE AdventureWorks GO SELECT OBJECT_NAME(OBJECT_ID) TableName, st.row_count FROM sys.dm_db_partition_stats st WHERE index_id &#60; 2 ORDER BY st.row_count DESC GO Bookmark on Delicious Digg this post Recommend on Facebook Share with Stumblers Tweet about it Subscribe to the comments on this post]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;"> </span></p>
<pre escaped="true" lang="sql" line="1">USE AdventureWorks

GO
SELECT OBJECT_NAME(OBJECT_ID) TableName, st.row_count
FROM sys.dm_db_partition_stats st
WHERE index_id &lt; 2
ORDER BY st.row_count DESC
GO</pre>
<p><span style="font-family: monospace;"><br />
</span></p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Ffind-largest-table-by-row-count-sql-server-2005%2F&amp;title=Find+Largest+table+by+Row+count+%26%238211%3B+SQL+server+2005" title="Bookmark this post : Find Largest table by Row count &#8211; SQL server 2005 on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Ffind-largest-table-by-row-count-sql-server-2005%2F&amp;title=Find+Largest+table+by+Row+count+%26%238211%3B+SQL+server+2005&amp;bodytext=+%0D%0AUSE+AdventureWorks%0D%0A%0D%0AGO%0D%0ASELECT+OBJECT_NAME%28OBJECT_ID%29+TableName%2C+st.row_count%0D%0AFROM+sys.dm_db_partition_stats+st%0D%0AWHERE+index_id+%26lt%3B+2%0D%0AORDER+BY+st.row_count+DESC%0D%0AGO%0D%0A%0D%0A" title="Digg this post : Find Largest table by Row count &#8211; SQL server 2005"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Ffind-largest-table-by-row-count-sql-server-2005%2F&amp;t=Find+Largest+table+by+Row+count+%26%238211%3B+SQL+server+2005" title="Recommend this post : Find Largest table by Row count &#8211; SQL server 2005 on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Ffind-largest-table-by-row-count-sql-server-2005%2F&amp;title=Find+Largest+table+by+Row+count+%26%238211%3B+SQL+server+2005" title="Share this post : Find Largest table by Row count &#8211; SQL server 2005 with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Ffind-largest-table-by-row-count-sql-server-2005%2F" title="Tweet this post : Find Largest table by Row count &#8211; SQL server 2005 on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/find-largest-table-by-row-count-sql-server-2005/feed" title="Follow this post : Find Largest table by Row count &#8211; SQL server 2005 comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/find-largest-table-by-row-count-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove alphabets &#8211; Formula field in crystal reports</title>
		<link>http://hariprasad.info/remove-alphabets-formula-field/</link>
		<comments>http://hariprasad.info/remove-alphabets-formula-field/#comments</comments>
		<pubDate>Thu, 13 May 2010 07:59:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hariprasad.info/remove-alphabets-formula-field/</guid>
		<description><![CDATA[The following formula field removes alphabets StringVar MyField; StringVar Strip; Strip:= &#8220;&#8221;; MyField := {Command.xxx}; While Length(MyField) &#62; 0 Do ( If IsNumeric(Left(MyField,1)) Then Strip := Strip + Left(MyField,1) Else If (Left(MyField,1)=&#8221;-&#8221;) Then Strip := Strip + Left(MyField, 1); MyField:= Mid(MyField,2); ); Strip; Bookmark on Delicious Digg this post Recommend on Facebook Share with Stumblers [...]]]></description>
			<content:encoded><![CDATA[<p>The following formula field removes alphabets</p>
<p>StringVar MyField;</p>
<p>StringVar Strip;</p>
<p>Strip:= &#8220;&#8221;;</p>
<p>MyField := {Command.xxx};</p>
<p>While Length(MyField) &gt; 0</p>
<p>Do</p>
<p>(</p>
<p>If IsNumeric(Left(MyField,1))</p>
<p>Then Strip := Strip + Left(MyField,1)</p>
<p>Else</p>
<p>If (Left(MyField,1)=&#8221;-&#8221;)</p>
<p>Then Strip := Strip + Left(MyField, 1);</p>
<p>MyField:= Mid(MyField,2);</p>
<p>);</p>
<p>Strip;</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Fremove-alphabets-formula-field%2F&amp;title=Remove+alphabets+%26%238211%3B+Formula+field+in+crystal+reports" title="Bookmark this post : Remove alphabets &#8211; Formula field in crystal reports on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fremove-alphabets-formula-field%2F&amp;title=Remove+alphabets+%26%238211%3B+Formula+field+in+crystal+reports&amp;bodytext=The+following+formula+field+removes+alphabets%0D%0A%0D%0AStringVar+MyField%3B%0D%0A%0D%0AStringVar+Strip%3B%0D%0A%0D%0AStrip%3A%3D+%22%22%3B%0D%0A%0D%0AMyField+%3A%3D+%7BCommand.xxx%7D%3B%0D%0A%0D%0AWhile+Length%28MyField%29+%26gt%3B+0%0D%0A%0D%0ADo%0D%0A%0D%0A%28%0D%0A%0D%0AIf+IsNumeric%28Left%28MyField%2C1%29%29%0D%0A%0D%0AThen+Strip+%3A%3D+Strip+%2B+Left%28MyField%2C1%29%0D%0A%0D%0AElse%0D%0A%0D%0AIf+%28Left%28MyField%2C1%29%3D%22-%22%29%0D%0A%0D%0AThen+Strip+%3A%3D+Strip+%2B+Left%28MyFie" title="Digg this post : Remove alphabets &#8211; Formula field in crystal reports"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Fremove-alphabets-formula-field%2F&amp;t=Remove+alphabets+%26%238211%3B+Formula+field+in+crystal+reports" title="Recommend this post : Remove alphabets &#8211; Formula field in crystal reports on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fremove-alphabets-formula-field%2F&amp;title=Remove+alphabets+%26%238211%3B+Formula+field+in+crystal+reports" title="Share this post : Remove alphabets &#8211; Formula field in crystal reports with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Fremove-alphabets-formula-field%2F" title="Tweet this post : Remove alphabets &#8211; Formula field in crystal reports on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/remove-alphabets-formula-field/feed" title="Follow this post : Remove alphabets &#8211; Formula field in crystal reports comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/remove-alphabets-formula-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete SQL Log file</title>
		<link>http://hariprasad.info/eliminate-log-file/</link>
		<comments>http://hariprasad.info/eliminate-log-file/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[log file deletion]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://hariprasad.info/eliminate-log-file/</guid>
		<description><![CDATA[Sometimes, we just do not need the big log file. For example, I have a 40GB log file. I am sure I do not need this log file and want to get rid of it completely to free up the hard drive space. The logic is: Detach the database Rename the log file Attach the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, we just do not need the big log file. For example, I have a 40GB log file. I am sure I do not need this log file and want to get rid of it completely to free up the hard drive space. The logic is:</p>
<p>Detach the database<br />
Rename the log file<br />
Attach the database without the log file<br />
Delete the log file<br />
Let’s say, the database name is testDev. In the SQL Server Management Studio,</p>
<p>Highlight the database-&gt; Tasks-&gt;Detach..-&gt; Click OK<br />
Go to log file folder -&gt; rename the testDev_log.ldf to be like testDev_log-aa.ldf<br />
Highlight Databases-&gt;Attach…-&gt; Click Add -&gt; add the database testDev, highlight the log file and click the ‘Remove’ button. This means you only attach testDev.mdf<br />
After this is done, you can verify the contents of the attached database and then delete the log file</p>
<p>Extracted from http://www.codeproject.com/KB/database/truncate_log_SQL_server.aspx</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Feliminate-log-file%2F&amp;title=Delete+SQL+Log+file" title="Bookmark this post : Delete SQL Log file on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Feliminate-log-file%2F&amp;title=Delete+SQL+Log+file&amp;bodytext=Sometimes%2C+we+just+do+not+need+the+big+log+file.+For+example%2C+I+have+a+40GB+log+file.+I+am+sure+I+do+not+need+this+log+file+and+want+to+get+rid+of+it+completely+to+free+up+the+hard+drive+space.+The+logic+is%3A%0D%0A%0D%0ADetach+the+database%0D%0ARename+the+log+file%0D%0AAttach+the+database+without+the+log+file%0D%0ADelete+the+log+file%0D%0ALet%E2" title="Digg this post : Delete SQL Log file"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Feliminate-log-file%2F&amp;t=Delete+SQL+Log+file" title="Recommend this post : Delete SQL Log file on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Feliminate-log-file%2F&amp;title=Delete+SQL+Log+file" title="Share this post : Delete SQL Log file with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Feliminate-log-file%2F" title="Tweet this post : Delete SQL Log file on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/eliminate-log-file/feed" title="Follow this post : Delete SQL Log file comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/eliminate-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sign out from gmail remotely</title>
		<link>http://hariprasad.info/sign-out-from-gmail-remotely/</link>
		<comments>http://hariprasad.info/sign-out-from-gmail-remotely/#comments</comments>
		<pubDate>Sat, 08 May 2010 12:16:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://hariprasad.info/sign-out-from-gmail-remotely/</guid>
		<description><![CDATA[We can sign out form gmail remotely if we have any sessions opened at other locations. To release all the sessions 1. Login to gmail 2. Scroll to the bottom 3. Click on the Details link at Last account activity 4. Click sign out all other sessions in the dialog box Bookmark on Delicious Digg [...]]]></description>
			<content:encoded><![CDATA[<p>We can sign out form gmail remotely if we have any sessions opened at other locations.  To release all the sessions<br />
1.  Login to gmail<br />
2.  Scroll to the bottom<br />
3.  Click on the Details link at Last account activity<br />
4.  Click sign out all other sessions in the dialog box</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Fsign-out-from-gmail-remotely%2F&amp;title=Sign+out+from+gmail+remotely" title="Bookmark this post : Sign out from gmail remotely on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fsign-out-from-gmail-remotely%2F&amp;title=Sign+out+from+gmail+remotely&amp;bodytext=We+can+sign+out+form+gmail+remotely+if+we+have+any+sessions+opened+at+other+locations.++To+release+all+the+sessions%0A1.++Login+to+gmail%0A2.++Scroll+to+the+bottom%0A3.++Click+on+the+Details+link+at+Last+account+activity%0A4.++Click+sign+out+all+other+sessions+in+the+dialog+box" title="Digg this post : Sign out from gmail remotely"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Fsign-out-from-gmail-remotely%2F&amp;t=Sign+out+from+gmail+remotely" title="Recommend this post : Sign out from gmail remotely on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fsign-out-from-gmail-remotely%2F&amp;title=Sign+out+from+gmail+remotely" title="Share this post : Sign out from gmail remotely with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Fsign-out-from-gmail-remotely%2F" title="Tweet this post : Sign out from gmail remotely on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/sign-out-from-gmail-remotely/feed" title="Follow this post : Sign out from gmail remotely comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/sign-out-from-gmail-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting tables size SQL server</title>
		<link>http://hariprasad.info/getting-tables-size-sql-server/</link>
		<comments>http://hariprasad.info/getting-tables-size-sql-server/#comments</comments>
		<pubDate>Fri, 07 May 2010 03:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://hariprasad.info/getting-tables-size-sql-server/</guid>
		<description><![CDATA[The following SQL query returns the size of each table in the specified database. USE sp_MSforeachtable @command1=&#8217;EXEC sp_spaceused &#8221;?&#8221;&#8217;,@whereand=&#8217;or OBJECTPROPERTY(o.id, N&#8221;IsSystemTable&#8221;) = 1&#8242; Bookmark on Delicious Digg this post Recommend on Facebook Share with Stumblers Tweet about it Subscribe to the comments on this post]]></description>
			<content:encoded><![CDATA[<p>The following SQL query returns the size of each table in the specified database.</p>
<p>USE <db_name></p>
<p>sp_MSforeachtable @command1=&#8217;EXEC sp_spaceused &#8221;?&#8221;&#8217;,@whereand=&#8217;or OBJECTPROPERTY(o.id, N&#8221;IsSystemTable&#8221;) = 1&#8242;</p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Fgetting-tables-size-sql-server%2F&amp;title=Getting+tables+size+SQL+server" title="Bookmark this post : Getting tables size SQL server on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fgetting-tables-size-sql-server%2F&amp;title=Getting+tables+size+SQL+server&amp;bodytext=The+following+SQL+query+returns+the+size+of+each+table+in+the+specified+database.%0A%0AUSE+%0A%0Asp_MSforeachtable+%40command1%3D%27EXEC+sp_spaceused+%27%27%3F%27%27%27%2C%40whereand%3D%27or+OBJECTPROPERTY%28o.id%2C+N%27%27IsSystemTable%27%27%29+%3D+1%27%0A%0A" title="Digg this post : Getting tables size SQL server"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Fgetting-tables-size-sql-server%2F&amp;t=Getting+tables+size+SQL+server" title="Recommend this post : Getting tables size SQL server on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fgetting-tables-size-sql-server%2F&amp;title=Getting+tables+size+SQL+server" title="Share this post : Getting tables size SQL server with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Fgetting-tables-size-sql-server%2F" title="Tweet this post : Getting tables size SQL server on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/getting-tables-size-sql-server/feed" title="Follow this post : Getting tables size SQL server comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/getting-tables-size-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Code Conventions</title>
		<link>http://hariprasad.info/java-code-conventions/</link>
		<comments>http://hariprasad.info/java-code-conventions/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 04:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code conventions]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://hariprasad.info/java-code-conventions/</guid>
		<description><![CDATA[CodeConventions Bookmark on Delicious Digg this post Recommend on Facebook Share with Stumblers Tweet about it Subscribe to the comments on this post]]></description>
			<content:encoded><![CDATA[<p><a href='http://hariprasad.info/wp-content/uploads/2010/04/CodeConventions.pdf'>CodeConventions</a></p>
<ul class="socialwrap size24 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fhariprasad.info%2Fjava-code-conventions%2F&amp;title=Java+Code+Conventions" title="Bookmark this post : Java Code Conventions on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fjava-code-conventions%2F&amp;title=Java+Code+Conventions&amp;bodytext=CodeConventions" title="Digg this post : Java Code Conventions"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhariprasad.info%2Fjava-code-conventions%2F&amp;t=Java+Code+Conventions" title="Recommend this post : Java Code Conventions on Facebook"><span class="head"> Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhariprasad.info%2Fjava-code-conventions%2F&amp;title=Java+Code+Conventions" title="Share this post : Java Code Conventions with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fhariprasad.info%2Fjava-code-conventions%2F" title="Tweet this post : Java Code Conventions on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="rss" href="http://hariprasad.info/java-code-conventions/feed" title="Follow this post : Java Code Conventions comments"><span class="head">Subscribe to the comments on this post</span></a></li>
</ul>
<div class="clean"></div>
]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/java-code-conventions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
