<?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>Playing with Sql Server</title>
	<atom:link href="http://sqlserver007.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlserver007.wordpress.com</link>
	<description>Lets play</description>
	<lastBuildDate>Tue, 21 Apr 2009 10:52:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqlserver007.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Playing with Sql Server</title>
		<link>http://sqlserver007.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqlserver007.wordpress.com/osd.xml" title="Playing with Sql Server" />
	<atom:link rel='hub' href='http://sqlserver007.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Blog moved</title>
		<link>http://sqlserver007.wordpress.com/2009/04/21/blog-moved/</link>
		<comments>http://sqlserver007.wordpress.com/2009/04/21/blog-moved/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 10:52:41 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=70</guid>
		<description><![CDATA[My blog is moved to www.sqlserver007.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=70&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My blog is moved to</p>
<p><a href="http://www.sqlserver007.com">www.sqlserver007.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=70&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/04/21/blog-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Organising your Favourite SQL statments</title>
		<link>http://sqlserver007.wordpress.com/2009/03/31/organising-your-favourite-sql-statments/</link>
		<comments>http://sqlserver007.wordpress.com/2009/03/31/organising-your-favourite-sql-statments/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 14:52:08 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[TSQL General]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=59</guid>
		<description><![CDATA[I constantly keep querying the Database sometimes for checking the metadata in the DatawareHouse. Lately I realised that have been executing the same long sql statements everyday. So is there a better way of Organising all my Favourite SQL statments or procedures ? This is what I ended up with. Create a Table The table [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=59&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I constantly keep querying the Database sometimes for checking the metadata in the DatawareHouse. Lately I realised that have been executing the same long sql statements everyday. So is there a better way of Organising all my Favourite SQL statments or procedures ?</p>
<p>This is what I ended up with.</p>
<p>Create a Table </p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 269px"><img src="http://sqlserver007.files.wordpress.com/2009/03/datasource_table.jpg?w=259&#038;h=160" alt="Table DataSource" title="datasource_table" width="259" height="160" class="size-full wp-image-60" /><p class="wp-caption-text">Table DataSource</p></div>
<p>The table contains the DatabaseName and the SQL that needs to be executed on that Database</p>
<p>Create the Procedure FavList</p>
<div id="attachment_61" class="wp-caption aligncenter" style="width: 214px"><img src="http://sqlserver007.files.wordpress.com/2009/03/procedure_favlist.jpg?w=204&#038;h=49" alt="FavList Procedure" title="procedure_favlist" width="204" height="49" class="size-full wp-image-61" /><p class="wp-caption-text">FavList Procedure</p></div>
<p>The above procedure is for listing the SQL statements and the Databases from the Table.</p>
<p>I have inserted my favourite SQL statements in the DataSource table as shown below</p>
<div id="attachment_67" class="wp-caption aligncenter" style="width: 460px"><img src="http://sqlserver007.files.wordpress.com/2009/03/datasourcetable.jpg?w=450&#038;h=52" alt="Table DataSource" title="datasourcetable" width="450" height="52" class="size-full wp-image-67" /><p class="wp-caption-text">Table DataSource</p></div>
<p>Create the Procedure Fav</p>
<div id="attachment_62" class="wp-caption aligncenter" style="width: 460px"><img src="http://sqlserver007.files.wordpress.com/2009/03/procedure_fav.jpg?w=450&#038;h=224" alt="Fav Procedure" title="procedure_fav" width="450" height="224" class="size-full wp-image-62" /><p class="wp-caption-text">Fav Procedure</p></div>
<p>Run the Procedure with the parameter as the datasourceid to execute your favourite SQL statements. </p>
<p>like <strong>Fav 1,Fav 2 etc</strong></p>
<p>The Procedure can be be modified to use the Search Tags</p>
<p>Happy SQL!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=59&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/03/31/organising-your-favourite-sql-statments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://sqlserver007.files.wordpress.com/2009/03/datasource_table.jpg" medium="image">
			<media:title type="html">datasource_table</media:title>
		</media:content>

		<media:content url="http://sqlserver007.files.wordpress.com/2009/03/procedure_favlist.jpg" medium="image">
			<media:title type="html">procedure_favlist</media:title>
		</media:content>

		<media:content url="http://sqlserver007.files.wordpress.com/2009/03/datasourcetable.jpg" medium="image">
			<media:title type="html">datasourcetable</media:title>
		</media:content>

		<media:content url="http://sqlserver007.files.wordpress.com/2009/03/procedure_fav.jpg" medium="image">
			<media:title type="html">procedure_fav</media:title>
		</media:content>
	</item>
		<item>
		<title>DayLight Savings and Sql Agent</title>
		<link>http://sqlserver007.wordpress.com/2009/03/29/daylight-savings-and-sql-agent/</link>
		<comments>http://sqlserver007.wordpress.com/2009/03/29/daylight-savings-and-sql-agent/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 08:52:25 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[Sql Agent]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=47</guid>
		<description><![CDATA[Ran a Job yesterday to check how the SQL agent Handles the DayLight Savings Created the following Table Created the Following procedure to enter the current Date and Ran the Job every minute from March 28th 2009 22:50 to Mar 29th 2009 3:00 AM Results: There was no 01:00 AM on March 29th !!!!. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=47&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ran a Job yesterday to check how the SQL agent Handles the DayLight Savings</p>
<p>Created the following Table</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 319px"><img src="http://sqlserver007.files.wordpress.com/2009/03/createtable2.jpg?w=309&#038;h=79" alt="Table" title="createtable2" width="309" height="79" class="size-full wp-image-50" /><p class="wp-caption-text">Table</p></div>
<p>Created the Following procedure to enter the current Date</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 319px"><img src="http://sqlserver007.files.wordpress.com/2009/03/createprocedure.jpg?w=311&#038;h=79" alt="createprocedure" title="createprocedure" width="311" height="79" class="aligncenter size-full wp-image-51" /><p class="wp-caption-text">Procedure</p></div>
<p>and Ran the Job every minute from March 28th 2009  22:50 to Mar 29th 2009 3:00 AM</p>
<p><strong>Results:</strong></p>
<div id="attachment_55" class="wp-caption aligncenter" style="width: 213px"><img src="http://sqlserver007.files.wordpress.com/2009/03/daylightsaving-results1.jpg?w=203&#038;h=454" alt="daylightsaving-results" title="daylightsaving-results" width="203" height="454" class="size-full wp-image-55" /><p class="wp-caption-text">daylightsaving-results</p></div>
<p>There was no 01:00 AM on March 29th !!!!. So any jobs scheduled at 01:00 AM will not run. Sql Agent cannot handle it!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=47&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/03/29/daylight-savings-and-sql-agent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://sqlserver007.files.wordpress.com/2009/03/createtable2.jpg" medium="image">
			<media:title type="html">createtable2</media:title>
		</media:content>

		<media:content url="http://sqlserver007.files.wordpress.com/2009/03/createprocedure.jpg" medium="image">
			<media:title type="html">createprocedure</media:title>
		</media:content>

		<media:content url="http://sqlserver007.files.wordpress.com/2009/03/daylightsaving-results1.jpg" medium="image">
			<media:title type="html">daylightsaving-results</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup Report on SQL SERVER Databases</title>
		<link>http://sqlserver007.wordpress.com/2009/03/17/backup-report-on-sql-server-databases/</link>
		<comments>http://sqlserver007.wordpress.com/2009/03/17/backup-report-on-sql-server-databases/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 10:17:45 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[SQL Admin]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=44</guid>
		<description><![CDATA[The Following Script will output the List of Databases in the SQL server and gets the Last Date the Databases were backed up select Convert(Varchar(25),server_name) as &#8216;Server Name&#8217; ,convert(varchar(25),database_name) as &#8216;Database&#8217; ,max(backup_finish_date) as &#8216;Last_backup_date&#8217; from msdb..backupset Where database_name in (select name from master..sysdatabases) and server_name = @@servername group by server_name,database_name order by Last_backup_date DESC<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=44&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Following Script will output the List of Databases in the SQL server and gets the Last Date the Databases were backed up</p>
<p><strong>select Convert(Varchar(25),server_name) as &#8216;Server Name&#8217;<br />
,convert(varchar(25),database_name) as &#8216;Database&#8217;<br />
,max(backup_finish_date) as &#8216;Last_backup_date&#8217;<br />
from msdb..backupset<br />
Where database_name<br />
in<br />
(select name from master..sysdatabases)<br />
and server_name = @@servername<br />
group by server_name,database_name order by Last_backup_date DESC </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=44&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/03/17/backup-report-on-sql-server-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>When the Procedures were Last Modified</title>
		<link>http://sqlserver007.wordpress.com/2009/03/11/when-the-procedures-were-last-modified/</link>
		<comments>http://sqlserver007.wordpress.com/2009/03/11/when-the-procedures-were-last-modified/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 11:00:50 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[TSQL General]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=38</guid>
		<description><![CDATA[SELECT name, create_date, datepart(dy,create_date) as CreatedDayOfYear, modify_date, datepart(dy,modify_date) as ModificationDayOfYear FROM sys.sql_modules JOIN sys.objects ON sys.sql_modules.object_id = sys.objects.object_id AND TYPE = &#8216;P&#8217; order by datepart(yyyy,modify_date) desc, datepart(dy,modify_date) desc, name;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=38&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SELECT name, create_date, datepart(dy,create_date) as CreatedDayOfYear,<br />
modify_date, datepart(dy,modify_date) as ModificationDayOfYear<br />
FROM sys.sql_modules<br />
JOIN sys.objects<br />
ON sys.sql_modules.object_id = sys.objects.object_id<br />
AND TYPE = &#8216;P&#8217;<br />
order by datepart(yyyy,modify_date) desc,<br />
datepart(dy,modify_date) desc, name; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=38&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/03/11/when-the-procedures-were-last-modified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Proper Case in Sql Server</title>
		<link>http://sqlserver007.wordpress.com/2009/03/11/proper-case-in-sql-server/</link>
		<comments>http://sqlserver007.wordpress.com/2009/03/11/proper-case-in-sql-server/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 10:55:42 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[TSQL General]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/2009/03/11/proper-case-in-sql-server/</guid>
		<description><![CDATA[Here is the Sql function that will Proper Case any column in a table set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO create function [dbo].[ProperCase](@Text as varchar(8000)) returns varchar(8000) as begin declare @Reset bit; declare @Ret varchar(8000); declare @i int; declare @c char(1); select @Reset = 1, @i=1, @Ret = &#8221; while (@i &#60;= len(@Text)) select [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=35&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is the Sql function that will Proper Case any column in a table</p>
<p>set ANSI_NULLS ON<br />
set QUOTED_IDENTIFIER ON<br />
GO<br />
create function [dbo].[ProperCase](@Text as varchar(8000))<br />
returns varchar(8000)<br />
as<br />
begin<br />
declare @Reset bit;<br />
declare @Ret varchar(8000);<br />
declare @i int;<br />
declare @c char(1);<br />
select @Reset = 1, @i=1, @Ret = &#8221;<br />
while (@i &lt;= len(@Text))<br />
select @c= substring(@Text,@i,1),<br />
@Ret = @Ret + case when @Reset=1 then UPPER(@c) else LOWER(@c) end,<br />
@Reset = case when @c like &#8216;[a-zA-Z]&#8216; or @c in (&#8221;&#8221;) then 0 else 1 end,<br />
@i = @i +1<br />
return @Ret<br />
end</p>
<p>&#8211;Example</p>
<p>declare @name varchar(100)<br />
set @name =&#8217;marcus ford&#8217;<br />
set @name = dbo.propercase(@name)<br />
print @name</p>
<p>Result &#8212; Marcus Ford</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=35&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/03/11/proper-case-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Set identity_insert on&#8221; errors for more than one table</title>
		<link>http://sqlserver007.wordpress.com/2009/02/24/set-identity_insert-on-errors-for-more-than-one-table/</link>
		<comments>http://sqlserver007.wordpress.com/2009/02/24/set-identity_insert-on-errors-for-more-than-one-table/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:55:27 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[TSQL 2008]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=29</guid>
		<description><![CDATA[I was trying to remove the Identity inserts for 4 tables all at once but I keeping getting errors like Cannot remove the Identity insert on table 2 as the table1 already has identity insert on. So after digging into the MSDN I was surprised to see the following lines &#8220;At any time, only one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=29&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to remove the Identity inserts for 4 tables all at once but I keeping getting errors like <strong>Cannot remove the Identity insert on table 2 as the table1 already has identity insert on.</strong></p>
<p>So after digging into the MSDN I was surprised to see the following lines </p>
<p>&#8220;At any time, only one table in a session can have the IDENTITY_INSERT property set to ON. If a table already has this property set to ON, and a SET IDENTITY_INSERT ON statement is issued for another table, Microsoft® SQL Server™ returns an error message that states SET IDENTITY_INSERT is already ON and reports the table it is set ON for.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=29&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/02/24/set-identity_insert-on-errors-for-more-than-one-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem with Maintenance Plan in Sql server 2005 After installing SP3</title>
		<link>http://sqlserver007.wordpress.com/2009/02/19/problem-with-maintenance-plan-in-sql-server-2005-after-installing-sp3/</link>
		<comments>http://sqlserver007.wordpress.com/2009/02/19/problem-with-maintenance-plan-in-sql-server-2005-after-installing-sp3/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:00:13 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[Sql server Errors]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=25</guid>
		<description><![CDATA[Problem: I was trying to configure the backups on Sql Server using the Maintenace Plan. When I opened it . I got the following error TITLE: Microsoft SQL Server Management Studio &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&#38;LinkId=20476 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=25&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>I was trying to configure the backups on Sql Server using the Maintenace Plan.</p>
<p>When I opened it . I got the following error</p>
<p>TITLE: Microsoft SQL Server Management Studio</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)</p>
<p>For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;LinkId=20476</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ADDITIONAL INFORMATION:</p>
<p>An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Invalid column name &#8216;from_msx&#8217;.<br />
Invalid column name &#8216;has_targets&#8217;. (Microsoft SQL Server, Error: 207)</p>
<p>For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;ProdVer=09.00.4035&amp;EvtSrc=MSSQLServer&amp;EvtID=207&amp;LinkId=20476</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
BUTTONS:</p>
<p>OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>Analysis:</strong></p>
<p>The resource DB has not been Upgraded to  SP2 version 9.00.3042.00.</p>
<p>The following Script should prove it.</p>
<p>SELECT SERVERPROPERTY(&#8216;ResourceVersion&#8217;) as ResourceDB, SERVERPROPERTY(&#8216;ResourceLastUpdateDateTime&#8217;) as ResourceDBLastUpdate,</p>
<p>SERVERPROPERTY(&#8216;ProductVersion&#8217;) as Ver, SERVERPROPERTY (&#8216;ProductLevel&#8217;) as SP;</p>
<p>GO</p>
<p align="left">A specific &#8220;msx&#8221; table found in the master database, that holds details of maintenance jobs, did not have certain additional columns added to it after the upgrade to SP2.</p>
<p align="left"><strong>Solution</strong> :</p>
<p align="left">There are 2 solutions to the problem depending on the risk .</p>
<p align="left"><strong>Solution 1</strong></p>
<p align="left">Creating the jobs instead of Maintenance Plans for important Tasks</p>
<p align="left"><strong>Solution 2</strong></p>
<p align="left">Go to the SQL Install Folder</p>
<p align="left">&#8220;C:\Program Files\Microsoft SQL Server\&lt;instance-installation -folder&gt;MSSQL\Install&#8221;</p>
<p align="left">like</p>
<p align="left">C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Install</p>
<p align="left">and run the sysdbupg.sql script.</p>
<p align="left">That should add the colums to the maintenance tables and the maintenance tasks can be created.</p>
<p align="left">
<p align="left">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=25&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/02/19/problem-with-maintenance-plan-in-sql-server-2005-after-installing-sp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Deprecated Features in Sql server 2008</title>
		<link>http://sqlserver007.wordpress.com/2009/02/16/deprecated-features-in-sql-server-2008/</link>
		<comments>http://sqlserver007.wordpress.com/2009/02/16/deprecated-features-in-sql-server-2008/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 15:30:56 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[Sql Server 2008]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=21</guid>
		<description><![CDATA[Here are the List of features that are deprecated in Sql server 2008 http://msdn.microsoft.com/en-us/library/ms143729.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=21&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are the List of features that are deprecated in Sql server 2008</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms143729.aspx">http://msdn.microsoft.com/en-us/library/ms143729.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=21&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/02/16/deprecated-features-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Assignment Operators in TSQL 2008</title>
		<link>http://sqlserver007.wordpress.com/2009/02/16/assignment-operators-in-tsql-2008/</link>
		<comments>http://sqlserver007.wordpress.com/2009/02/16/assignment-operators-in-tsql-2008/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 13:07:15 +0000</pubDate>
		<dc:creator>Vivekanand</dc:creator>
				<category><![CDATA[TSQL 2008]]></category>

		<guid isPermaLink="false">http://sqlserver007.wordpress.com/?p=15</guid>
		<description><![CDATA[TSQL has improved its assignment Operators in the C language convention. In SQL SERVER 2000 or SQL SERVER 2005 the assignment operators are written as Declare @i int Declare @s varchar(100) set @i = 10 set @s = &#8216;WORD&#8217; set @i = @i  * 40 set @s = @s + &#8216;PRESS&#8217; In SQL SERVER 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=15&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>TSQL has improved its assignment Operators in the <strong>C</strong> language convention.</p>
<p>In <strong>SQL SERVER 2000 or SQL SERVER 2005</strong> the assignment operators are written as</p>
<p>Declare @i int</p>
<p>Declare @s varchar(100)</p>
<p>set @i = 10</p>
<p>set @s = &#8216;WORD&#8217;</p>
<p>set @i = @i  * 40</p>
<p>set @s = @s + &#8216;PRESS&#8217;</p>
<p>In <strong>SQL SERVER 2008</strong></p>
<p>Declare @i int = 10</p>
<p>Declare @s varchar(100) = &#8216;WORD&#8217;</p>
<p>set @i *=  40</p>
<p>set @s += &#8216;PRESS&#8217;</p>
<p>select @i,@s</p>
<p>In the sameway the other operators that can be used are</p>
<p><strong>-=</strong> Subtraction</p>
<p><strong>/=</strong> Division</p>
<p><strong>%=</strong> Modulo</p>
<p><strong>^=</strong> Bitwise exclusive OR</p>
<p><strong>|=</strong> Bitwise OR</p>
<p><strong>&amp;=</strong> Bitwise AND</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlserver007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlserver007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlserver007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlserver007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlserver007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlserver007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlserver007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlserver007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlserver007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlserver007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlserver007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlserver007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlserver007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlserver007.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserver007.wordpress.com&amp;blog=6596879&amp;post=15&amp;subd=sqlserver007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserver007.wordpress.com/2009/02/16/assignment-operators-in-tsql-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6214eaca30b841b15ec80a1034e2322f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
	</channel>
</rss>
