﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Scripts tagged Linked Server</title><link>http://www.sqlservercentral.com/</link><description>Scripts tagged Linked Server posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Show all Objects used by Linked Server</title><description><![CDATA[<p>Stored Procedure will list all objects, object type, and linked server name.  The stored procedure can either be passed in a linked server name as string or null.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Linked+Server/93068/</guid><pubDate>Mon, 17 Sep 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Linked+Server/93068/</link></item><item><title>Check connect to all linkeds</title><description><![CDATA[<p>This script checks all links on the server</p><!-- disturbing m2 (DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/scripts/It+is+launched+as+is./91369/</guid><pubDate>Thu, 05 Jul 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/It+is+launched+as+is./91369/</link></item><item><title>Synchronize all stored procedures between two servers</title><description><![CDATA[<p>This script will synchronize all stored procedures between two servers, using spSynchStoredProcedure.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/68909/</guid><pubDate>Tue, 15 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/68909/</link></item><item><title>Synchronize several stored procedure between two servers</title><description><![CDATA[<p>Synchronize source code between two servers for multiple stored procedures</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/68906/</guid><pubDate>Mon, 21 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/68906/</link></item><item><title>Synchronize a stored procedure between two servers</title><description><![CDATA[<p>Use this stored procedure to synchronize source code of a stored procedure between two servers.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/68905/</guid><pubDate>Fri, 11 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/68905/</link></item><item><title>Extract Objects of a Linked Server</title><description><![CDATA[<p>In a scenario where we need to find out all the objects of a LINKED Server and check which object is accessible to us, 

we need to write following query:
</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Linked+Server/67600/</guid><pubDate>Fri, 07 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Linked+Server/67600/</link></item><item><title>Sybase linked server in sql 2005</title><description><![CDATA[<p>How to create and configure Sybase linked server in SQL Server 2005</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Linked+Server/67481/</guid><pubDate>Tue, 21 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Linked+Server/67481/</link></item><item><title>Linked Server Dependencies</title><description><![CDATA[<p>This Proc is written for either SQL 2000 or SQL 2005 to return a list of objects that are dependent on Linked Servers. This proc checks all Databases and Objects on a Server.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Linked+Server/64276/</guid><pubDate>Wed, 15 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Linked+Server/64276/</link></item><item><title>Get Linked Server Configuration</title><description><![CDATA[<p>This query will return the linked servers configuration </p>]]></description><guid>http://www.sqlservercentral.com/scripts/Linked+Server/63682/</guid><pubDate>Thu, 17 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Linked+Server/63682/</link></item><item><title>Monitor Any Linked Server From SQL 2000</title><description><![CDATA[<p>Best way to monitor Excel, Access, SQL Linked Servers from SQL 2000</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Monitoring/63309/</guid><pubDate>Fri, 11 Jul 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Monitoring/63309/</link></item><item><title>Monitor Any Linked Server From SQL 2005</title><description><![CDATA[<p>Best way to monitor Excel, Access, SQL Linked Servers from SQL 2005</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Monitoring/63307/</guid><pubDate>Mon, 19 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Monitoring/63307/</link></item><item><title>Select, Update, Delete, Insert etc.. in many servers using 1 query</title><description><![CDATA[<p>Query Servers using 1 sql statement. Will make your job easy!!!</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/scripts/Linked+Server/61992/</guid><pubDate>Wed, 28 Mar 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Linked+Server/61992/</link></item><item><title>How to Test Connectivity for a Linked Server</title><description><![CDATA[<p>Just one way of testing for a linked server based on data within your database.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Miscellaneous/31978/</guid><pubDate>Fri, 16 Sep 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Miscellaneous/31978/</link></item></channel></rss>