<?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>Rahmansaher &#187; Technical</title>
	<atom:link href="http://blog.rahmansaher.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rahmansaher.com</link>
	<description>Musings Of Everything</description>
	<lastBuildDate>Mon, 20 Oct 2008 05:55:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to find multiple/duplicate rows with the same value</title>
		<link>http://blog.rahmansaher.com/2008/06/how-to-find-multipleduplicate-rows-with-the-same-value/</link>
		<comments>http://blog.rahmansaher.com/2008/06/how-to-find-multipleduplicate-rows-with-the-same-value/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:27:43 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[duplicate rows]]></category>
		<category><![CDATA[mutiple rows]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://mujeeb.uni.cc/?p=60</guid>
		<description><![CDATA[Just a short SQL script which will allow you to find the mutiple rows with the same values in the same table. I am not going to explain what the query does since its a very straight forward query
PLAIN TEXT
SQL:




SELECT &#91;column_name&#93;


FROM &#91;tablename&#93;


GROUP BY &#91;column_name&#93;


HAVING count&#40;*&#41;&#62; 1


-- Â OR


&#160;


SELECT * FROM &#91;TableName&#93; WHERE &#91;ColumnName&#93; IN &#40;


SELECT &#91;ColumnName&#93; [...]]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2008/06/how-to-find-multipleduplicate-rows-with-the-same-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write a CURSOR loop over multiple databases in MSSQL 2000</title>
		<link>http://blog.rahmansaher.com/2007/09/how-to-write-a-cursor-loop-over-multiple-databases-in-mssql-2000/</link>
		<comments>http://blog.rahmansaher.com/2007/09/how-to-write-a-cursor-loop-over-multiple-databases-in-mssql-2000/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 06:16:11 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Database Cursor]]></category>
		<category><![CDATA[Looping Query]]></category>
		<category><![CDATA[MSSQL Server 2000]]></category>
		<category><![CDATA[Multiple Select]]></category>
		<category><![CDATA[Multiple Update]]></category>

		<guid isPermaLink="false">http://blog.rahmansaher.com/how-to-write-a-cursor-loop-over-multiple-databases-in-mssql-2000/</guid>
		<description><![CDATA[I sure lot ofÂ people might want to use the script where they would want to loop over multiple databases sitting on a Single server. In my case, I had to checkÂ for Â a Login Record Â in all the databases since the person left the company and we wanted to disable his/her access. SO I wrote simple [...]]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2007/09/how-to-write-a-cursor-loop-over-multiple-databases-in-mssql-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Random null null Error in Coldfusion MX</title>
		<link>http://blog.rahmansaher.com/2007/09/troubleshooting-random-null-null-error-in-coldfusion-mx/</link>
		<comments>http://blog.rahmansaher.com/2007/09/troubleshooting-random-null-null-error-in-coldfusion-mx/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 06:46:51 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://blog.rahmansaher.com/?p=52</guid>
		<description><![CDATA[I have been looking so much for this error in Coldfusion MXÂ  but could not find any solution to my problem. null null is a very vague exception error which gets thrown once in a while. Below are the steps I did to troubleshoot and one of them did the solved the problem.
Â 1) Apply this [...]]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2007/09/troubleshooting-random-null-null-error-in-coldfusion-mx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Windows Run Commands</title>
		<link>http://blog.rahmansaher.com/2007/01/some-windows-run-command/</link>
		<comments>http://blog.rahmansaher.com/2007/01/some-windows-run-command/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 20:20:17 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://rahmansaher.com/blog/?p=47</guid>
		<description><![CDATA[I thought it would be beneficial to my blog readers to show some of the Windows RUN Commands which will take you directly to the place you want to go !
Â To Access.. - Run Command
Accessibility Controls - access.cpl
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - [...]]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2007/01/some-windows-run-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My trip to Vancouver, Canada</title>
		<link>http://blog.rahmansaher.com/2006/12/45/</link>
		<comments>http://blog.rahmansaher.com/2006/12/45/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 06:03:28 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://rahmansaher.com/blog/?p=45</guid>
		<description><![CDATA[Vancouver Trip
 
]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2006/12/45/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista Release Candidate 1 is Now Available</title>
		<link>http://blog.rahmansaher.com/2006/09/windows-vista-release-candidate-1-is-now-available/</link>
		<comments>http://blog.rahmansaher.com/2006/09/windows-vista-release-candidate-1-is-now-available/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 01:02:14 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://rahmansaher.com/blog/?p=41</guid>
		<description><![CDATA[I just Recieved this email from Microsoft. Thought would share with you guys !
Just to inform you that the final major pre-release of Windows Vista - Release Candidate 1 (RC1) - is now available for download for CPP participants. Please use the links below to access the download site, and install this release as soon [...]]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2006/09/windows-vista-release-candidate-1-is-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hiding Address Bar on Page Load Using JavaScript</title>
		<link>http://blog.rahmansaher.com/2006/08/hiding-the-address-bar-on-pageload-using-javascript/</link>
		<comments>http://blog.rahmansaher.com/2006/08/hiding-the-address-bar-on-pageload-using-javascript/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 22:31:50 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://rahmansaher.com/blog/?p=40</guid>
		<description><![CDATA[Â Today , I was playing around of ways of how you can Hide an Address/Tool Bar on a Page Reload. I looked at couple of solutions on the net but nothing seems to be available for IE and Firefox working together. Then I figured it out a way to work it out for both. This [...]]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2006/08/hiding-the-address-bar-on-pageload-using-javascript/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Listen to music while charging iPod</title>
		<link>http://blog.rahmansaher.com/2006/07/listen-to-music-while-charging-ipod/</link>
		<comments>http://blog.rahmansaher.com/2006/07/listen-to-music-while-charging-ipod/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 00:47:14 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://rahmansaher.com/blog/?p=39</guid>
		<description><![CDATA[ 
 
 Like many others, I had the same curiosity of how could I keep my IPOD charging while playing videos from IPOD to my TV. This is very necessary if you are watching a 3 hrs movie. Apple gave this simple steps which absolutely works . I would recommend this while watching the movies on TV. [...]]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2006/07/listen-to-music-while-charging-ipod/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Yahoo Messenger And Windows MSN Messenger Together !</title>
		<link>http://blog.rahmansaher.com/2006/07/yahoo-messenger-and-windows-msn-messenger-together/</link>
		<comments>http://blog.rahmansaher.com/2006/07/yahoo-messenger-and-windows-msn-messenger-together/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 06:59:39 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://rahmansaher.com/blog/?p=38</guid>
		<description><![CDATA[Today , I was able to add my Hotmail Contacts to my Yahoo Messenger. You can Also do the same from MSN Messenger.  All you need to have is the latest Beta Versions of Messenger and then you should be good to go.
Sphere: Related Content]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2006/07/yahoo-messenger-and-windows-msn-messenger-together/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Vista Beta 2</title>
		<link>http://blog.rahmansaher.com/2006/06/windows-vista-beta-2/</link>
		<comments>http://blog.rahmansaher.com/2006/06/windows-vista-beta-2/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 19:54:00 +0000</pubDate>
		<dc:creator>Rahmansaher</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://rahmansaher.com/blog/?p=37</guid>
		<description><![CDATA[Windows Vista Beta 2 is now Ready for Download. Those of you are interested in checking out this OS can download it from HERE
&#352;
]]></description>
		<wfw:commentRss>http://blog.rahmansaher.com/2006/06/windows-vista-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
