<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: SQL SERVER &#8211; Top Five Articles of Year 2008</title>
	<atom:link href="http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/#comment-62584</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Wed, 10 Mar 2010 05:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1998#comment-62584</guid>
		<description><![CDATA[@Rajesh,

When ever you work with linked servers, make sure you give full four-part name without any short cuts.

In your script you are not passing the name of owner object. (I can see double dots, which holds good for internal to a server but not for linked servers as far I understand)

Four Part Name: Servername.Database.owner.objectname

Did you name your linked server as: [112.137.162.205] ???

~ IM.]]></description>
		<content:encoded><![CDATA[<p>@Rajesh,</p>
<p>When ever you work with linked servers, make sure you give full four-part name without any short cuts.</p>
<p>In your script you are not passing the name of owner object. (I can see double dots, which holds good for internal to a server but not for linked servers as far I understand)</p>
<p>Four Part Name: Servername.Database.owner.objectname</p>
<p>Did you name your linked server as: [112.137.162.205] ???</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/#comment-62580</link>
		<dc:creator><![CDATA[Rajesh]]></dc:creator>
		<pubDate>Wed, 10 Mar 2010 04:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1998#comment-62580</guid>
		<description><![CDATA[select * from [112.137.162.205].[CCRSVTEAM]..tbl_SvDetails

OLE DB error trace [Non-interface error:  OLE DB provider does not contain the table: ProviderName=&#039;112.137.162.205&#039;, TableName=&#039;&quot;CCRSVTEAM&quot;.&quot;tbl_SvDetails&quot;&#039;].
Msg 7314, Level 16, State 1, Line 1
OLE DB provider &#039;112.137.162.205&#039; does not contain table &#039;&quot;CCRSVTEAM&quot;.&quot;tbl_SvDetails&quot;&#039;.  The table either does not exist or the current user does not have permissions on that table.


pls help me 
thanks in advance

Rajesh]]></description>
		<content:encoded><![CDATA[<p>select * from [112.137.162.205].[CCRSVTEAM]..tbl_SvDetails</p>
<p>OLE DB error trace [Non-interface error:  OLE DB provider does not contain the table: ProviderName='112.137.162.205', TableName='"CCRSVTEAM"."tbl_SvDetails"'].<br />
Msg 7314, Level 16, State 1, Line 1<br />
OLE DB provider &#8217;112.137.162.205&#8242; does not contain table &#8216;&#8221;CCRSVTEAM&#8221;.&#8221;tbl_SvDetails&#8221;&#8216;.  The table either does not exist or the current user does not have permissions on that table.</p>
<p>pls help me<br />
thanks in advance</p>
<p>Rajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Sharma</title>
		<link>http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/#comment-56519</link>
		<dc:creator><![CDATA[Vijay Sharma]]></dc:creator>
		<pubDate>Thu, 08 Oct 2009 07:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1998#comment-56519</guid>
		<description><![CDATA[Should alias names be preceded by AS?

Please suggest me on the above question.]]></description>
		<content:encoded><![CDATA[<p>Should alias names be preceded by AS?</p>
<p>Please suggest me on the above question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Daniel</title>
		<link>http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/#comment-47318</link>
		<dc:creator><![CDATA[D.Daniel]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 04:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1998#comment-47318</guid>
		<description><![CDATA[Dear sir,
             Greetings. The Information you provided are valuable. They are reliable and very helpful for our carrier.
But please do post some practical exercises which could be solved sir.
                This would definitely help the upcoming developers.
             

                           Thank You.]]></description>
		<content:encoded><![CDATA[<p>Dear sir,<br />
             Greetings. The Information you provided are valuable. They are reliable and very helpful for our carrier.<br />
But please do post some practical exercises which could be solved sir.<br />
                This would definitely help the upcoming developers.</p>
<p>                           Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good Man</title>
		<link>http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/#comment-45670</link>
		<dc:creator><![CDATA[Good Man]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1998#comment-45670</guid>
		<description><![CDATA[I am amazed with it. It is a good thing for my research. Thanks]]></description>
		<content:encoded><![CDATA[<p>I am amazed with it. It is a good thing for my research. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LifeGeeked</title>
		<link>http://blog.sqlauthority.com/2009/01/11/sql-server-top-five-articles-of-year-2008/#comment-45564</link>
		<dc:creator><![CDATA[LifeGeeked]]></dc:creator>
		<pubDate>Tue, 13 Jan 2009 00:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1998#comment-45564</guid>
		<description><![CDATA[Thanks for the good work you have been doing through 2008.

I am just a new reader, browsing a lot around.

Keep up the Great work]]></description>
		<content:encoded><![CDATA[<p>Thanks for the good work you have been doing through 2008.</p>
<p>I am just a new reader, browsing a lot around.</p>
<p>Keep up the Great work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

