<?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: Copy Data from One SQL Instance to Another</title>
	<atom:link href="http://www.sharpdeveloper.net/content/archive/2009/02/03/copy-data-from-one-sql-instance-to-another.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdeveloper.net/content/archive/2009/02/03/copy-data-from-one-sql-instance-to-another.aspx</link>
	<description>C# articles and tutorials on SharpDeveloper.NET</description>
	<lastBuildDate>Sun, 05 Sep 2010 04:33:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: abhijit</title>
		<link>http://www.sharpdeveloper.net/content/archive/2009/02/03/copy-data-from-one-sql-instance-to-another.aspx/comment-page-1#comment-9602</link>
		<dc:creator>abhijit</dc:creator>
		<pubDate>Tue, 01 Jun 2010 12:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdeveloper.net/content/?p=455#comment-9602</guid>
		<description>sp_addlinkedserver @server=&#039;192.168.2.134&#039;, @provider=&#039;SQLNCLI&#039;,
@srvproduct=&#039;&#039;,@provstr=&#039;User Id=sa; Password=saptech@123&#039;

insert into [192.168.2.134].BuiltUP.dbo.tblRecords

select * from BuiltUP.dbo.tblRecords</description>
		<content:encoded><![CDATA[<p>sp_addlinkedserver @server=&#8217;192.168.2.134&#8242;, @provider=&#8217;SQLNCLI&#8217;,<br />
@srvproduct=&#8221;,@provstr=&#8217;User Id=sa; Password=saptech@123&#8242;</p>
<p>insert into [192.168.2.134].BuiltUP.dbo.tblRecords</p>
<p>select * from BuiltUP.dbo.tblRecords</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhijit</title>
		<link>http://www.sharpdeveloper.net/content/archive/2009/02/03/copy-data-from-one-sql-instance-to-another.aspx/comment-page-1#comment-9601</link>
		<dc:creator>abhijit</dc:creator>
		<pubDate>Tue, 01 Jun 2010 12:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdeveloper.net/content/?p=455#comment-9601</guid>
		<description>error :(

Msg 208, Level 16, State 1, Line 4
Invalid object name &#039;BuiltUP.dbo.tblRecords&#039;.</description>
		<content:encoded><![CDATA[<p>error <img src='http://www.sharpdeveloper.net/content/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Msg 208, Level 16, State 1, Line 4<br />
Invalid object name &#8216;BuiltUP.dbo.tblRecords&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
