<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vikram Kamath</title>
	<atom:link href="http://vikramkamath.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vikramkamath.wordpress.com</link>
	<description>Rambling in shambles!!!</description>
	<lastBuildDate>Tue, 27 Oct 2009 11:03:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vikramkamath.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9537195df937487fa4ec687c0ae47b19?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Vikram Kamath</title>
		<link>http://vikramkamath.wordpress.com</link>
	</image>
			<item>
		<title>DateTime Manipulation: Date Part or Time Part</title>
		<link>http://vikramkamath.wordpress.com/2009/10/27/datetime-manipulation/</link>
		<comments>http://vikramkamath.wordpress.com/2009/10/27/datetime-manipulation/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 10:53:35 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/?p=91</guid>
		<description><![CDATA[There are times when using SQL server 2000 or 2005 , you really want to use either the date-part or the time-part of a datetime value. But, you would still want to use it as a datetime value for comparison. Usually, as a solution, you would try and build a new datetime by converting the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=91&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are times when using SQL server 2000 or 2005 , you really want to use either the date-part or the time-part of a datetime value. But, you would still want to use it as a datetime value for comparison. Usually, as a solution, you would try and build a new datetime by converting the current datetime into a string or extracting the day, month, year etc. from the datetime using the respective SQL functions.</p>
<p>The SQL server&#8217;s default language settings may sometimes poses problems when building the new datetime using various parts of the datetime.</p>
<p>However, I found the following solution from <a href="http://www.bennadel.com/blog/122-Getting-Only-the-Date-Part-of-a-Date-Time-Stamp-in-SQL-Server.htm" target="_blank">here</a>. It is a clean solution to convert the datetime to midnight or keep the time-part but change the date-part to 1900-01-01.</p>
<p>Here is the code:<br />
<code>SELECT GETDATE() AS [CURRENT_DATE],<br />
       CAST(FLOOR(CAST(GETDATE() AS FLOAT)) AS DATETIME) AS [DATE_PART],<br />
       CAST(CAST(GETDATE() AS FLOAT) - FLOOR(CAST(GETDATE() AS FLOAT)) AS DATETIME) AS [TIME_PART]</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=91&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2009/10/27/datetime-manipulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Mumbai Assault Over?</title>
		<link>http://vikramkamath.wordpress.com/2008/11/29/mumbai-assault-over/</link>
		<comments>http://vikramkamath.wordpress.com/2008/11/29/mumbai-assault-over/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 08:26:43 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/?p=89</guid>
		<description><![CDATA[Finally, after 60 hours of horror the assault on Mumbai is finally over. It is said that 3 more terrorists have been killed in the Taj and the NSG is running clear ups in the Taj.
It has also been said that they have a figure for the number of people dead in the Taj and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=89&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finally, after 60 hours of horror the assault on Mumbai is finally over. It is said that 3 more terrorists have been killed in the Taj and the NSG is running clear ups in the Taj.</p>
<p>It has also been said that they have a figure for the number of people dead in the Taj and seems to be much higher than expected. This mean the overall damage to human lives after the past 60 hours or so of the horror can be exceptionally high.</p>
<p>It is still not clear who these terrorists are. India has claimed that they have strong evidence about the involvement of Pakistan.</p>
<blockquote><p>The Pakistan government now as earlier have made a U-turn regarding sending the ISI chief to India. I think the Indian government should what they can without the ISI support. I mean, why do we need the ISI? Aren&#8217;t we strong enough to make our own decisions?</p></blockquote>
<p>I am glad that this horrific terror hours has finally come to an end. The aftermath of the attack is not likely to be that good also as the death toll keeps rising.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=89&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2008/11/29/mumbai-assault-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Mumbai assault still continues</title>
		<link>http://vikramkamath.wordpress.com/2008/11/28/mumbai-assault-still-continues/</link>
		<comments>http://vikramkamath.wordpress.com/2008/11/28/mumbai-assault-still-continues/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 23:02:35 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[26/11]]></category>
		<category><![CDATA[Mumbai Attacks]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/?p=87</guid>
		<description><![CDATA[I am watching NDTV very anxiously as I am typing this post. The firing and explosions continues even after 54 hours of gun battle. I am sure that the NSG commandos are doing their best to put an end to this last hurdle at the Taj Mahal Palace hotel. Even the highly trained troops of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=87&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am watching <a href="http://www.ndtv.com/convergence/ndtv/default.aspx" target="_blank">NDTV</a> very anxiously as I am typing this post. The firing and explosions continues even after 54 hours of gun battle. I am sure that the NSG commandos are doing their best to put an end to this last hurdle at the Taj Mahal Palace hotel. Even the highly trained troops of the Indian security service are finding it difficult to capture the one or two (according to NDTV) terrorists.</p>
<p>This activity like being put by the media and the security officials shows that the terrorists are highly trained and motivated to do anything to make a mark on India. When is it going to end? Well no one knows anything. Everyone can just wait and watch and the events unfold gradually in the course of the third night of battle.</p>
<p>It is sad that the NSG could not save any of the hostages in Nariman House. I feel sorry for the two year old Israely child who was orphaned on his second birthday. I feel sorry many other who were also not lucky.</p>
<p>So, is it time for the people to finally start thinking rationally about their role as citizens of this wonderful and strong nation? Does the common man really think that Enough is Enough? Will they continue to boast about the spirit of India, spirit of Mumbai and what not?</p>
<p>Currently the city and the nation is in shock, anger and distress not only about the scale of the attack but also about the failure of the government and intelligence to avoid this attack. Cleaning up mess is probably the only thing that the goverment and politicians can do.</p>
<p>I heard on the news that there was some politician who was talking about a bandh in Mumbai on the 1st of December. They don&#8217;t learn their lessons after all.</p>
<p>Last battle is still on at the Taj. Hope it will end soon.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=87&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2008/11/28/mumbai-assault-still-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>India&#8217;s 9/11 on 26/11</title>
		<link>http://vikramkamath.wordpress.com/2008/11/28/indias-911-on-2611/</link>
		<comments>http://vikramkamath.wordpress.com/2008/11/28/indias-911-on-2611/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 19:14:14 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[26/11]]></category>
		<category><![CDATA[Mumbai Attacks]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/?p=85</guid>
		<description><![CDATA[It has been over 50 hours since the mumbai attacks began to unleash on the Taj Mahal Hotel, Oberoi Trident, Nariman House, CST Train Station and other places. It took all innocent people by surprise. Indians, foreign nationals, everyone. Even more surprising fact is that it came as a surprise to the Indian Government. There is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=85&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">It has been over 50 hours since the <a href="http://en.wikipedia.org/wiki/26_November_2008_Mumbai_attacks" target="_blank">mumbai attacks</a> began to unleash on the <a href="http://en.wikipedia.org/wiki/Taj_Mahal_Palace_%26_Tower" target="_blank">Taj Mahal Hotel</a>, <a href="http://en.wikipedia.org/wiki/Oberoi_Trident" target="_blank">Oberoi Trident</a>, Nariman House, <a href="http://en.wikipedia.org/wiki/Chhatrapati_Shivaji_Terminus" target="_blank">CST Train Station</a> and other places. It took all innocent people by surprise. Indians, foreign nationals, everyone. Even more surprising fact is that it came as a surprise to the Indian Government. There is a feeling of relief that this distressing act of terror is about to come to an end. The relief also comes with a feeling of sadness and sorrowfulness to know about the titanic nature of the loss of lives and injuries of the innocent people who had nothing to do with any of this. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">I watched the news on Thursday evening on the <a href="http://www.bbc.co.uk" target="_blank">BBC</a>and ignored it for the evening thinking that it was one of many other attacks on the city of Mumbai in the past. But I really starting getting the grip of the intensity of this particular attack only the next morning. Since then I have tried to get as much information from the media over the internet and television about the latest happenings in the city. This is certainly the <a href="http://en.wikipedia.org/wiki/9/11" target="_blank">9/11</a>of India. 26/11 attacks is the biggest attack in the history of Mumbai in terms of the impact to the common man.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Once again, the politicians who lead our great “democratic” country have proved their incompetence in their position. It is again proved to me that these politicians are there to make a difference to them and not to the country. I must say I am not much into politics. But this event as it unleashes makes any common man of India make a judgement about the competence of the leaders of the country. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">The un-inspiring robotic speech by our Prime Minister will not make any difference to the common man. The visits of the politicians to the hospitals and event sites are treated as a hindrance and nuisance. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">There has been a serious failure of security. This should have never happened at all. There is no doubt that the Mumbai Police, the <a href="http://en.wikipedia.org/wiki/MARCOS" target="_blank">Marcos</a>, the <a href="http://en.wikipedia.org/wiki/National_Security_Guards" target="_blank">NSG</a> has done a heroic job to save the innocent and obliterate the terrorists and they are doing the same as I am typing here. Not to forget the staff and other common people who played a heroic role to save lives. I salute the heroes. But the question again is how did these people sneak into the country through the Navy and coast guard vigil? Why it took those over 8 hours to reach the site. Why did the government take so much time to react to the situation.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">I am sure I will have more reaction to this whole episode. But, the one thing that I would like to know is where Mr. <a href="http://en.wikipedia.org/wiki/Raj_Thackeray" target="_blank">Raj Thackeray</a> is? Where are his <a href="http://en.wikipedia.org/wiki/Maharashtra_Navnirman_Sena" target="_blank">MNS</a> supporter who were ready to give life and take lives to get non <strong><em>amchis</em></strong>out of the state? Are they all sitting in a bunker and deciding which other citizens of the country that they can target next time? This is a time where I would have expected people like Mr. Raj Thakarey and his so called supporters to have come out in support of the needy. Where are you and your supporters Mr. Raj?</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Over 150 people dead and over 320 people injured. This is not acceptable to any Indian. I am sure there is a change coming and hope that people will not take democracy for granted as they have been doing, some selected group going to the extent of giving it a new meaning, <strong><em>Gundaism</em></strong>.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Mumbai and India is in a terrible situation. Hope it all ends soon.</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=85&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2008/11/28/indias-911-on-2611/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Dwarf Dance anyone?</title>
		<link>http://vikramkamath.wordpress.com/2008/11/02/dwarf-dance-anyone/</link>
		<comments>http://vikramkamath.wordpress.com/2008/11/02/dwarf-dance-anyone/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 21:48:52 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Dwarf Dance]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/?p=77</guid>
		<description><![CDATA[Yesterday, we had a small get together to celebrate diwali, the festival of lights. There was a small cultural programme. And guess what, I had also taken part. Together with my wife and a mate and his wife, we had put put together a dwarf dance. And I could not resist putting it on YouTube. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=77&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday, we had a small get together to celebrate <a href="http://en.wikipedia.org/wiki/Diwali" target="_blank">diwali</a>, the festival of lights. There was a small cultural programme. And guess what, I had also taken part. Together with my wife and a mate and his wife, we had put put together a dwarf dance. And I could not resist putting it on <a href="http://uk.youtube.com/watch?v=RH3xIHbUNNA" target="_blank">YouTube</a>. Here it is. It was a grand success yesterday and hope you like it.</p>
<p><span style="text-align:center; display: block;"><a href="http://vikramkamath.wordpress.com/2008/11/02/dwarf-dance-anyone/"><img src="http://img.youtube.com/vi/RH3xIHbUNNA/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=77&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2008/11/02/dwarf-dance-anyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/RH3xIHbUNNA/2.jpg" medium="image" />
	</item>
		<item>
		<title>New look blog</title>
		<link>http://vikramkamath.wordpress.com/2008/10/29/new-look-blog/</link>
		<comments>http://vikramkamath.wordpress.com/2008/10/29/new-look-blog/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 18:12:41 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/?p=74</guid>
		<description><![CDATA[I got a little bored this evening and decided to change the theme for this blog. I have tried to have a simple theme this time. I like this theme it is simple and it is flexible width.
By they way a very happy Diwali to all readers.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=74&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I got a little bored this evening and decided to change the theme for this blog. I have tried to have a simple theme this time. I like this theme it is simple and it is flexible width.</p>
<p>By they way a very happy Diwali to all readers.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=74&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2008/10/29/new-look-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Me is still there!!!!</title>
		<link>http://vikramkamath.wordpress.com/2008/03/26/me-is-still-there/</link>
		<comments>http://vikramkamath.wordpress.com/2008/03/26/me-is-still-there/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:18:58 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2008/03/26/me-is-still-there/</guid>
		<description><![CDATA[It has been a while since I logged into my blog let alone blogging. It has been exactly a year since my last post. I don&#8217;t quite know the reason. May be I was bored, may be I did not have anything to blog about, I don&#8217;t know. But I am still here and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=73&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It has been a while since I logged into my blog let alone blogging. It has been exactly a year since my last post. I don&#8217;t quite know the reason. May be I was bored, may be I did not have anything to blog about, I don&#8217;t know. But I am still here and I plan to make some effort to keep the blog alive.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=73&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2008/03/26/me-is-still-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Karaoke evening</title>
		<link>http://vikramkamath.wordpress.com/2007/03/25/karaoke-evening/</link>
		<comments>http://vikramkamath.wordpress.com/2007/03/25/karaoke-evening/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 09:56:44 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/03/25/karaoke-evening/</guid>
		<description><![CDATA[Yesterday, we had a karaoke and dance evening. It was organised by the GSB community in the UK. 
I had a go at one of the many bollywood songs. Even Gautham had a go. It was all wonderful. We managed to sing in tune and without missing many beats.
It was an occasion for people from our [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=70&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday, we had a karaoke and dance evening. It was organised by the <a target="_blank" href="http://www.konkanieu.com/">GSB community in the UK</a>. <img align="right" width="500" src="http://farm1.static.flickr.com/160/433338030_df2409d6cc.jpg?v=0" height="375" style="width:500px;height:375px;" /></p>
<p>I had a go at one of the many bollywood songs. Even <a target="_blank" href="http://gvkamath.blogspot.com">Gautham </a>had a go. It was all wonderful. We managed to sing in tune and without missing many beats.</p>
<p>It was an occasion for people from our community to come and meet and have fun.</p>
<p>I have posted some more pictures <a target="_blank" href="http://www.flickr.com/photos/vikramkamath/sets/72157600025338596/">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=70&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/03/25/karaoke-evening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>

		<media:content url="http://farm1.static.flickr.com/160/433338030_df2409d6cc.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>World cup cricket: India out of the world cup</title>
		<link>http://vikramkamath.wordpress.com/2007/03/23/world-cup-cricket-india-out-of-the-world-cup/</link>
		<comments>http://vikramkamath.wordpress.com/2007/03/23/world-cup-cricket-india-out-of-the-world-cup/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 21:20:10 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[Cricket]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/03/23/world-cup-cricket-india-out-of-the-world-cup/</guid>
		<description><![CDATA[Good riddance to another rubbish from the Indian cricketers until the next world cup.
India are finally out of the world cup after loosing, again pathetically, against the mighty Lankans. Even though Indian bowlers tried to contain them by getting wickets constantly, the batting order were not that lucky. They were set a target of 255 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=69&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Good riddance to another rubbish from the Indian cricketers until the next world cup.</p>
<p>India are finally out of the world cup after loosing, again pathetically, against the mighty Lankans. Even though Indian bowlers tried to contain them by getting wickets constantly, the batting order were not that lucky. They were set a target of 255 by the Lankans.</p>
<p>Tendulkar, with all his experience, again out on a duck in possibly his last world world cup. Dhoni, what more can be said about him. He was out of the first ball he faced in the match. It was indeed a great ball from Muralitharan. Yuvraj Singh, run out. Sehwag tried his best, but not enough I reckon. Dravid, the captain, tried to glue himself at the crease, was unlucky. Wickets kept falling at the other end. I reckon he lost his calm at one point and started hitting some good strokes taking him to 60 before he was caught my Muralitharan off Jayasurya. After his dismissal, there was no going back. Our tail-enders cannot handle the Lankans by any means. I must commend Harbhajan for his unbeaten 17. Indians were finally bowled out for 185 and were sent packing back home by the mighty Lankans.</p>
<p>The Indians are now on their way back to India. Dravid, needs to answer many questions back home. His captaincy seems to have gone for a toss. He dosen&#8217;t have the wao factor that Ganguly had as a captain. Ganguly may not have scored heavily as a captain, but he had the capacity to turn the game around.</p>
<p>Anyways, good riddence to the rubbish cricket from the Indians, at least for this world cup. Who knows whats more to come. India can just hope a miracle to happen. I saw their faces after they lost the match. A sense of shock. They can now just hope against all odds that Bangladesh will loose to Bermuda.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=69&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/03/23/world-cup-cricket-india-out-of-the-world-cup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Partitioned views: CHECK constraints with NOT FOR REPLICATION clause</title>
		<link>http://vikramkamath.wordpress.com/2007/03/21/partitioned-views-check-constraints-with-not-for-replication-clause/</link>
		<comments>http://vikramkamath.wordpress.com/2007/03/21/partitioned-views-check-constraints-with-not-for-replication-clause/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 17:08:38 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/03/21/partitioned-views-check-constraints-with-not-for-replication-clause/</guid>
		<description><![CDATA[I am posting this entry to remind myself about what happens when you have the NOT FOR REPLICATION clause with a check constraint on a column in a table.
I was going through how data partitioning can be achieved in SQL server 2000/2005. As mentioned in the one the various articles on the internet, the simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=68&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am posting this entry to remind myself about what happens when you have the NOT FOR REPLICATION clause with a check constraint on a column in a table.</p>
<p>I was going through how data partitioning can be achieved in SQL server 2000/2005. As mentioned in the <a target="_blank" href="http://msdn2.microsoft.com/en-us/library/aa933141(SQL.80).aspx">one</a> the various articles on the internet, the simple way is to create identical tables with the same primary key columns and have a view on top that includes each of the tables with a UNION clause. However that is not the scope of this post.</p>
<p>The scope of this post is the impact on queries on partitioned views by having a check constraint in the underlying partitioned tables and that the check constraints are created with a NOT FOR REPLICATION clause. I have a standalone database without any replication involved. I would do the following for example:</p>
<p>Create two identical tables:<br />
<span style="font-size:10pt;font-family:Courier New;"><br />
create table [dbo].[Table_1]<br />
(<br />
 [TableID]  INTEGER PRIMARY KEY NONCLUSTERED<br />
                CHECK NOT FOR REPLICATION ([TableID] BETWEEN 1 AND 999),  <br />
 [AnyOtherColumn] int  NOT NULL ,  <br />
) ON [Primary]<br />
GO</span><br />
<span style="font-size:10pt;font-family:Courier New;">create table [dbo].[Table_2]<br />
(<br />
 [TableID]  INTEGER PRIMARY KEY NONCLUSTERED<br />
                CHECK NOT FOR REPLICATION ([TableID] BETWEEN 1000 AND 1999),  <br />
 [AnyOtherColumn] int  NOT NULL ,<br />
) ON [Primary]<br />
GO</span></p>
<p>Note the NOT FOR REPLICATION clause in the check constraints on the TableID column.</p>
<p>Creating a view on top of that<br />
<span style="font-size:10pt;font-family:Courier New;"><br />
create view TableView<br />
as<br />
 select * from Table_1<br />
 union all<br />
 select * from Table_2<br />
GO<br />
</span><br />
Now use the following query to see the query execution plan:</p>
<p><span style="font-size:10pt;font-family:Courier New;">select * from TableView where TableID = 10</span></p>
<p><span style="font-size:10pt;font-family:Courier New;"></span><br />
In SQL server 2000 the query execution would look like this:</p>
<p><img src="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned1.png" /></p>
<p>In SQL server 2005 the execution plan would look like this:</p>
<p><img src="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned2.png" /></p>
<p>In both cases you would notice that there is an index scan on both the tables that are part of the view. What would happen if there was no primary key? It would have done a table scan on all the tables. In this example there are only two tables. What would be the performance hit if there are many more tables with huge amount of data in it? The last thing you would want is a table scan on all tables to retrieve just one row.</p>
<p>Now drop the tables and the view and create them again, now without the NOT FOR REPLICATION clause in the check constraint.</p>
<p><span style="font-size:10pt;font-family:Courier New;"><br />
create table [dbo].[Table_1]<br />
(<br />
 [TableID]  INTEGER PRIMARY KEY NONCLUSTERED<br />
                CHECK ([TableID] BETWEEN 1 AND 999),  <br />
 [AnyOtherColumn] int  NOT NULL ,  <br />
) ON [Primary]<br />
GO</p>
<p>create table [dbo].[Table_2]<br />
(<br />
 [TableID]  INTEGER PRIMARY KEY NONCLUSTERED<br />
                CHECK ([TableID] BETWEEN 1000 AND 1999),  <br />
 [AnyOtherColumn] int  NOT NULL ,<br />
) ON [Primary]<br />
GO</p>
<p>create view TableView<br />
as<br />
 select * from Table_1<br />
 union all<br />
 select * from Table_2<br />
GO<br />
</span></p>
<p>Now see the execution plan for the same query</p>
<p><span style="font-size:10pt;font-family:Courier New;">select * from TableView where TableID = 10</span></p>
<p>This is what you see in SQL server 2000:</p>
<p><img src="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned3.png" /></p>
<p>This is the execution plan on SQL server 2005</p>
<p><img width="677" src="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned4.png" height="219" style="width:677px;height:219px;" /></p>
<p>The difference this time is that it has done an index seek only on the partition where the data would be present. Since the check constraint on Table_1 allows values for TableID column only in the range of 1 and 999, it picks up data only from that partition table and does not bother looking for it in the other tables in the view.</p>
<p>So, why does the NOT FOR REPLICATION clause on the check constraint reduce the performance of the query so drastically?</p>
<p>Do not use the NOT FOR REPLICATION clause unless you need it.</p>
<p>Now, to add to the fun create the tables again, now with the primary key as clustered and without NOT FOR REPLICATION clause. Run the query execution plan for the same query again.</p>
<p>On SQL server 2000</p>
<p><img src="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned5.png" /></p>
<p>On SQL server 2005</p>
<p><img src="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned6.png" /></p>
<p>On both SQL server versions there is a clustered index scan just on the partition that is in the scope of the query.</p>
<p>If any one of you figures out why the NOT FOR REPLICATION on the check constraint makes such a huge query degradation, I would like to know why.</p>
<p>I have opened a thread on the <a target="_blank" href="http://forums.microsoft.com/MSDN/default.aspx?SiteID=1">MSDN forum</a> for the same problem. You can find it <a target="_blank" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1376316&amp;SiteID=1">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=68&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/03/21/partitioned-views-check-constraints-with-not-for-replication-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>

		<media:content url="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned1.png" medium="image" />

		<media:content url="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned2.png" medium="image" />

		<media:content url="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned3.png" medium="image" />

		<media:content url="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned4.png" medium="image" />

		<media:content url="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned5.png" medium="image" />

		<media:content url="http://vikramkamath.files.wordpress.com/2007/03/032107-1708-partitioned6.png" medium="image" />
	</item>
		<item>
		<title>World cup cricket: Comfortable win for India</title>
		<link>http://vikramkamath.wordpress.com/2007/03/19/world-cup-cricket-comfortable-win-for-india/</link>
		<comments>http://vikramkamath.wordpress.com/2007/03/19/world-cup-cricket-comfortable-win-for-india/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 21:31:20 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[Cricket]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/03/19/world-cup-cricket-comfortable-win-for-india/</guid>
		<description><![CDATA[India played against Bermuda today. The Indian batting line up, after closing a lost chapter against Bangladesh, scored a record breaking total of 413 for the loss of 5 wickets in 50 overs. Sehwag scored the much awaited century. Ganguly added 89, Yuvraj 83 and Tendulkar, an unbeaten 57. Dhoni added a smashing 29 of 25 balls [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=59&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img vspace="5" align="right" width="315" src="http://vikramkamath.files.wordpress.com/2007/03/sehwagcentury.jpg?w=315&#038;h=480" hspace="5" alt="Virender Sehwag" height="480" style="width:315px;height:480px;" />India played against Bermuda today. The Indian batting line up, after closing a lost chapter against Bangladesh, scored a record breaking total of 413 for the loss of 5 wickets in 50 overs. Sehwag scored the much awaited century. Ganguly added 89, Yuvraj 83 and Tendulkar, an unbeaten 57. Dhoni added a smashing 29 of 25 balls with Dravid finishing the innings with a six. In all a comfortable and a well earned world cup record total. Even if it is against a weaker and inexperienced Bermuda, it is in the history books.</p>
<p>Next was Bermuda with the bat. India had to contain runs and bowl them out for a very low score in order to have a better chance of getting into the super-eights on run rate. Although Bermuda kept loosing wickets constantly, I still felt that the Indians could not contain the runs. They did bowl well, but it did not impress me for their class. Again, a very mediocre performance with the ball. They could not get <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/14153.html" title="David Hemp">Hemp</a> out who stuck impressively on the crease scoring an unbeaten 76 runs. He was the only batsman who scored for Bermuda. Bermuda managed to score 156 and dragged until the 44th over.</p>
<p>The Indians did manage a comfortable victory but I feel they could have bowled Bermuda out at a much lower total. India stands second on run rate in its group with three teams (Sri Lanka, Inda and Bangladesh) tied at 2 points each.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=59&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/03/19/world-cup-cricket-comfortable-win-for-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>

		<media:content url="http://vikramkamath.files.wordpress.com/2007/03/sehwagcentury.jpg" medium="image">
			<media:title type="html">Virender Sehwag</media:title>
		</media:content>
	</item>
		<item>
		<title>World cup cricket: Another best of the worst from Indians</title>
		<link>http://vikramkamath.wordpress.com/2007/03/17/world-cup-cricket-another-best-of-the-worst-from-indians/</link>
		<comments>http://vikramkamath.wordpress.com/2007/03/17/world-cup-cricket-another-best-of-the-worst-from-indians/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 23:34:38 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[Cricket]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/03/17/world-cup-cricket-another-best-of-the-worst-from-indians/</guid>
		<description><![CDATA[Today&#8217;s world cup battle against the Bangladeshis turned out to be one of the best of the worst for Indians. They have had a humiliating defeat against the so called &#8220;relatively inexperienced&#8221; Bangladesh team. I must say, I am not a hardcore cricket enthusiast, but I try and keep myself updated with the latest. I happened [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=58&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today&#8217;s <a target="_blank" href="http://www.cricinfo.com/worldcup2007/">world cup</a> battle against the Bangladeshis turned out to be one of the best of the worst for Indians. They have had a humiliating defeat against the so called &#8220;relatively inexperienced&#8221; Bangladesh team. I must say, I am not a hardcore cricket enthusiast, but I try and keep myself updated with the latest. I happened to see the match today. I started watching when Indians were playing at 90 for the loss of 4 wickets and <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/28779.html" title="Saurav Ganguly">Saurav Ganguly</a> and <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/36084.html" title="Yuvraj Singh">Yuvraj Singh</a> were at the crease. Looking at the Indian scorecard, they seemed to be on the loosing front right from the beginning. <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/35263.html" title="Virender Sehwag">Sehwag</a>, <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/35320.html" title="Sachin Tendulkar">Tendulakar</a>, <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/28114.html" title="Rahul Dravid">Dravid</a>, all back in the pavilion.</p>
<p>Although, Ganguly and Yuvraj, seemed to stabilize the situation for India at one point of time, all that was washed away when Yuvraj got out at 47, followed by Ganguly, <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/28081.html" title="Dhoni">Dhoni</a>, <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/29264.html" title="Bhajji">Harbhajan </a>and <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/26184.html" title="Agarkar">Agarkar</a> in a span of just 2 runs. Ultimately, the Indians were bowled out at a total of 191 runs, thanks to some good and some lucky strokes by <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/30102.html" title="Zahir Khan">Zahir Khan</a> and <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/32965.html" title="Munaf Patel">Munaf Patel</a> at the end with both adding 15 runs each.</p>
<p>Then came the so called &#8220;relatively inexperienced&#8221; Bangladeshis with the bats. They, had nothing much to do I reckon, except for playing calmly and not loosing early wickets. The Indian bowling attack was not that great. Very mediocre for their experience in the game. Even, Bhajji didn&#8217;t seem do any magic with the &#8220;<a target="_blank" href="http://en.wikipedia.org/wiki/Doosra" title="Doosra">doosra</a>&#8220; nor did Tendulkar, compared to the spinning attack by the Bangladeshis. This allowed the Bangladeshis to reach their target calmly with the loss of 5 wickets in the 49th over.</p>
<p>In all the Bangladeshis had a historic win against the Indians today. What happened to the Indians in the field today? They seemed to be showing no contention even whilst fielding. The Indians have been totally outplayed by the Bangladeshis in all respect in the field today.</p>
<p>India still has hopes of making up to this loss.</p>
<p>But the first major upset in this tournment is that Pakistan is out of contention for the world cup 2007. They lost against Ireland today. It was another major upset, worse than India&#8217;s loss against Bangladesh. The Pakistanis were surprisingly bowled out for just 132 on board. Ireland, being supposedly made up of amateur cricketers, crawled to victory to reach a revised target of 128 in 47 overs. This match ended with a six by <a target="_blank" href="http://content-uk.cricinfo.com/wc2007/content/current/player/6038.html" title="Trent Johnston">Trent Johnston</a> of <a href="http://content-uk.cricinfo.com/wc2007/content/current/player/39024.html" title="Azhar Mahmood">Azhar Mahmood</a>. Again, a historic win for the Irish in world cup cricket. They are probably through to the Super-Eights, while the Pakistanis are on their way home.</p>
<p>Sadly, there won&#8217;t be the India -Pakistan clash in this world cup. Hope India fairs well. Come on India!!!!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=58&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/03/17/world-cup-cricket-another-best-of-the-worst-from-indians/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Cumulative hotfix for SQL Server 2005 SP2 is now available</title>
		<link>http://vikramkamath.wordpress.com/2007/03/08/cumulative-hotfix-for-sql-server-2005-sp2-is-now-available/</link>
		<comments>http://vikramkamath.wordpress.com/2007/03/08/cumulative-hotfix-for-sql-server-2005-sp2-is-now-available/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 23:15:44 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/03/08/cumulative-hotfix-for-sql-server-2005-sp2-is-now-available/</guid>
		<description><![CDATA[Cumulative hotfix package (build 3152) for SQL Server 2005 Service Pack 2 is available.
 For more information about the bug fix list, follow the link.
Not long since SP2 was released.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=57&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Cumulative hotfix package (build 3152) for SQL Server 2005 Service Pack 2 is available.</p>
<p> For more information about the bug fix list, follow the <a target="_blank" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;933097&amp;sd=rss&amp;spid=2855">link</a>.</p>
<p>Not long since SP2 was released.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=57&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/03/08/cumulative-hotfix-for-sql-server-2005-sp2-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
		<item>
		<title>Nostalgic memories of MIT Manipal</title>
		<link>http://vikramkamath.wordpress.com/2007/02/23/nostalgic-memories-of-mit-manipal/</link>
		<comments>http://vikramkamath.wordpress.com/2007/02/23/nostalgic-memories-of-mit-manipal/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 19:39:27 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/02/23/nostalgic-memories-of-mit-manipal/</guid>
		<description><![CDATA[I just happened to think about the back old days when I was in college in MIT Manipal. I happen to find a few videos on YouTube of the college where I used to study back in those days. I saw the videos and realized so many things have changed in and around the campus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=56&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just happened to think about the back old days when I was in college in <a href="http://www.manipal.edu/mit/" title="MIT Manipal">MIT Manipal</a>. I happen to find a few videos on <a target="_blank" href="http://www.youtube.com">YouTube</a> of the college where I used to study back in those days. I saw the videos and realized so many things have changed in and around the campus in these years. The main block, and the other block which we used to call the new block (its not new anymore), the library block, the workshop blocks where we used to learn carpentry and metal fitting in our first year of university and last but not the least the off college hang outs, all these have changed considerably. All this creates and feeling of nostalgia within me. This also sometimes makes me feel sad about the fact that I did not have easy access to Internet technology then, to put up my memories on the Internet forever. Actually, Internet and having a computer at home were a very big and an immensly expensive affair in those times which actually are not long gone.</p>
<p>I had to put some of these up here so that I can get back to them when I need to.</p>
<p><span style="text-align:center; display: block;"><a href="http://vikramkamath.wordpress.com/2007/02/23/nostalgic-memories-of-mit-manipal/"><img src="http://img.youtube.com/vi/NJ_lhXu2H_E/2.jpg" alt="" /></a></span></p>
<p>This is another good video about life in <a href="http://en.wikipedia.org/wiki/Manipal" title="Manipal">Manipal</a>:</p>
<p><span style="text-align:center; display: block;"><a href="http://vikramkamath.wordpress.com/2007/02/23/nostalgic-memories-of-mit-manipal/"><img src="http://img.youtube.com/vi/tfBxYecI7YA/2.jpg" alt="" /></a></span></p>
<p>It is a real challenge to keep in touch with all my mates from college. All have spread far across the globe. Even in this Internet age, I find it hard to keep in touch. But, I do try hard to keep in touch with as many people as I possibly can.</p>
<p>I don&#8217;t know how many of you are in touch will your mates from college?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=56&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/02/23/nostalgic-memories-of-mit-manipal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/NJ_lhXu2H_E/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/tfBxYecI7YA/2.jpg" medium="image" />
	</item>
		<item>
		<title>Microsoft releases SQL Server 2005 Service Pack 2</title>
		<link>http://vikramkamath.wordpress.com/2007/02/19/microsoft-releases-sql-server-2005-service-pack-2/</link>
		<comments>http://vikramkamath.wordpress.com/2007/02/19/microsoft-releases-sql-server-2005-service-pack-2/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 17:16:44 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://vikramkamath.wordpress.com/2007/02/19/microsoft-releases-sql-server-2005-service-pack-2/</guid>
		<description><![CDATA[It is here and ready for download. Microsoft has officially released SQL Server™ 2005 Service Pack 2. It can be downloaded from here.
Books Online available here. 
Cheers

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=55&subd=vikramkamath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It is here and ready for download. <a target="_blank" href="http://www.microsoft.com/sql/default.mspx">Microsoft</a> has officially released <a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx">SQL Server™ 2005 Service Pack 2</a>. It can be downloaded from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=d07219b2-1e23-49c8-8f0c-63fa18f26d3a&amp;DisplayLang=en">here</a>.</p>
<p>Books Online available <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BE6A2C5D-00DF-4220-B133-29C1E0B6585F&amp;displaylang=en" title="Books Online">here</a>. </p>
<p>Cheers</p>
<p><font face="Courier New"><code></code></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vikramkamath.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vikramkamath.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vikramkamath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vikramkamath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vikramkamath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vikramkamath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vikramkamath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vikramkamath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vikramkamath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vikramkamath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vikramkamath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vikramkamath.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vikramkamath.wordpress.com&blog=742181&post=55&subd=vikramkamath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vikramkamath.wordpress.com/2007/02/19/microsoft-releases-sql-server-2005-service-pack-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9cda9459581a0c6fd5e03acce9a1905?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Vikram</media:title>
		</media:content>
	</item>
	</channel>
</rss>