 




<?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/"
		>
<channel>
	<title>Comments on: Accessing Linked Server in SQL Server 2000 (Urgent)</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/accessing-linked-server-in-sql-server-2000-urgent/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/accessing-linked-server-in-sql-server-2000-urgent/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mejohnson</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/accessing-linked-server-in-sql-server-2000-urgent/#comment-49735</link>
		<dc:creator>mejohnson</dc:creator>
		<pubDate>Thu, 24 Mar 2005 08:40:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-49735</guid>
		<description><![CDATA[check out openquery...

SELECT * FROM openquery(LNKDSRVR1, &#039;select * from TESTDB.DBO.TESTTABLE) testtable

Me Linda
]]></description>
		<content:encoded><![CDATA[<p>check out openquery&#8230;</p>
<p>SELECT * FROM openquery(LNKDSRVR1, &#8216;select * from TESTDB.DBO.TESTTABLE) testtable</p>
<p>Me Linda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swede27410</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/accessing-linked-server-in-sql-server-2000-urgent/#comment-49736</link>
		<dc:creator>swede27410</dc:creator>
		<pubDate>Thu, 24 Mar 2005 07:59:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-49736</guid>
		<description><![CDATA[I think you problem is that your linkedserver name is linkedserver.  The linkedserver name can be anything that you wish.  Having special characters in the the name does not require it to be enclosed in brackets.  The only time you need brackets is when you have spaces in the name.  Our linked server names are in the form of servername_databasename (ex. server01_database01).]]></description>
		<content:encoded><![CDATA[<p>I think you problem is that your linkedserver name is linkedserver.  The linkedserver name can be anything that you wish.  Having special characters in the the name does not require it to be enclosed in brackets.  The only time you need brackets is when you have spaces in the name.  Our linked server names are in the form of servername_databasename (ex. server01_database01).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 14:52:54 -->