﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Do I need a linked server if both databases reside within the same SQL Named Instance? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 20 Jun 2013 02:51:38 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Do I need a linked server if both databases reside within the same SQL Named Instance?</title><link>http://www.sqlservercentral.com/Forums/Topic1410394-391-1.aspx</link><description>Cheers Anthony!  Exactly what I was after... many thanks.</description><pubDate>Wed, 23 Jan 2013 01:46:54 GMT</pubDate><dc:creator>Shabba</dc:creator></item><item><title>RE: Do I need a linked server if both databases reside within the same SQL Named Instance?</title><link>http://www.sqlservercentral.com/Forums/Topic1410394-391-1.aspx</link><description>If they exist on the same instance no, use cross database queriesLike the following.INSERT INTO DatabaseA.dbo.Mytable SELECT Col1, Col2 FROM DatabaseB.dbo.MyTableIf the database was on a different server, then yes a linked server would be needed.</description><pubDate>Wed, 23 Jan 2013 01:33:43 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>Do I need a linked server if both databases reside within the same SQL Named Instance?</title><link>http://www.sqlservercentral.com/Forums/Topic1410394-391-1.aspx</link><description>DatabaseA needs to be able to retrieve data from DatabaseB on a periodic basis.  Both databases reside on the same instance (SERVER\INSTANCE).</description><pubDate>Wed, 23 Jan 2013 01:31:38 GMT</pubDate><dc:creator>Shabba</dc:creator></item></channel></rss>