<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tracking Merge Agent Performance using Distribution database system tables</title><link>http://blogs.msdn.com/b/repltalk/archive/2010/03/16/tracking-merge-agent-performance-using-distribution-database-system-tables.aspx</link><description>Tracking Merge Agent Performance using Distribution database system tables Amit Banerjee Microsoft SQL Server Support TSQL Code: MS_MergeAgentStatistics.sql script located on SkyDrive MergePerformance or TechNet Code Share I have sometimes found the need</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Tracking Merge Agent Performance using Distribution database system tables</title><link>http://blogs.msdn.com/b/repltalk/archive/2010/03/16/tracking-merge-agent-performance-using-distribution-database-system-tables.aspx#10029080</link><pubDate>Wed, 23 Jun 2010 16:30:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10029080</guid><dc:creator>Jayjen</dc:creator><description>&lt;p&gt;When trying a similar operation we first needed to find suitable table records that contained a url string that we were looking for using a select query like this&lt;/p&gt;
&lt;p&gt;SELECT p_descfield &lt;/p&gt;
&lt;p&gt;FROM dbo.ProductTable&lt;/p&gt;
&lt;p&gt;WHERE p_descfield &amp;nbsp;LIKE &amp;#39;% &lt;a rel="nofollow" target="_new" href="http://www.superstoresearch.com"&gt;www.superstoresearch.com&lt;/a&gt; %&amp;#39;&lt;/p&gt;
&lt;p&gt;Once we narrowed it down to the records that contained data that we wanted to scrape and merge, we were able to hand over only the relevant result set for processing into the next stage of a test script that had been experimenting with.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10029080" width="1" height="1"&gt;</description></item><item><title>re: Tracking Merge Agent Performance using Distribution database system tables</title><link>http://blogs.msdn.com/b/repltalk/archive/2010/03/16/tracking-merge-agent-performance-using-distribution-database-system-tables.aspx#9980131</link><pubDate>Wed, 17 Mar 2010 04:02:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9980131</guid><dc:creator>wtaylor</dc:creator><description>&lt;p&gt;Wow! This looks complicated for me but I'll try this. This will be a big help for my business. Thanks! ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9980131" width="1" height="1"&gt;</description></item></channel></rss>