<?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/"
	>

<channel>
	<title>SQL Linked Server &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/sql-linked-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 11 Jul 2018 16:18:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>SQL Linked Server &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Creating Linked Server in SQL</title>
		<link>https://sibeeshpassion.com/creating-linked-server-in-sql/</link>
					<comments>https://sibeeshpassion.com/creating-linked-server-in-sql/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 14:28:24 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Linked Server]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3681</guid>

					<description><![CDATA[Creating Linked Server: [sql] EXEC sp_addlinkedserver @server=N&#8217;IIC82&#8242;, @srvproduct=N&#8221;, @provider=N&#8217;SQLNCLI&#8217;, @datasrc=N&#8217;IIC82\SQL2008R2&#8242;; [/sql] Here you need to replace with your server name.]]></description>
										<content:encoded><![CDATA[<p>Creating Linked Server:<br />
[sql]<br />
EXEC sp_addlinkedserver<br />
   @server=N&#8217;IIC82&#8242;,<br />
   @srvproduct=N&#8221;,<br />
   @provider=N&#8217;SQLNCLI&#8217;,<br />
   @datasrc=N&#8217;IIC82\SQL2008R2&#8242;;<br />
[/sql]<br />
Here you need to replace with your server name.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/creating-linked-server-in-sql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
