<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.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>Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx</link><description>We recently worked on a transactional replication setup that involved a very active VLDB and a subscriber being located on a different datacenter. What made it even more interesting is that the WAN link was not particularly fast. In this post, I would</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#35996</link><pubDate>Tue, 31 May 2011 20:40:50 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:35996</guid><dc:creator>Robert L Davis</dc:creator><description>&lt;p&gt;Which WAN accelerator are you using? We use Bedrock and just recently got it installed into our datacenters. I don't have metric yet on how it has affected replication.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#35998</link><pubDate>Tue, 31 May 2011 21:06:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:35998</guid><dc:creator>Argenis</dc:creator><description>&lt;p&gt;Robert,&lt;/p&gt;
&lt;p&gt;The WAN accelerator in our scenario was a Riverbed. I don't have any details on how it was implemented, etc. We treated it as a black box - our go live dates got in the way of working with the Network team and performing proper troubleshooting.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36001</link><pubDate>Tue, 31 May 2011 21:53:19 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36001</guid><dc:creator>Robert L Davis</dc:creator><description>&lt;p&gt;See, I even got the name wrong. Yes, Riverbed. Not Bedrock. It may be Tuesday, but my brain thinks it is Monday.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36021</link><pubDate>Wed, 01 Jun 2011 14:18:15 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36021</guid><dc:creator>Dan</dc:creator><description>&lt;p&gt;Argenis, how did robocopy work for you? &amp;nbsp;We had to copy a 4TB VLDB and used all sorts of copy utilities and all worked terribly due to limitations on buffered copies. &amp;nbsp;They would start fast and gradualy slow down to a trickle.&lt;/p&gt;
&lt;p&gt;I ended up finding a few articles that recommend using Exchange's ESEUTIL and we then were able to get a sustained 650MB/sec throughput. &amp;nbsp;Even if lightspeed cut the backup down to a few hundred GB, I'd still recommend using the ESEUTIL for a faster copy.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/granth/archive/2010/05/10/how-to-copy-very-large-files-across-a-slow-or-unreliable-network.aspx"&gt;http://blogs.msdn.com/b/granth/archive/2010/05/10/how-to-copy-very-large-files-across-a-slow-or-unreliable-network.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36023</link><pubDate>Wed, 01 Jun 2011 15:54:11 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36023</guid><dc:creator>Argenis</dc:creator><description>&lt;p&gt;Dan,&lt;/p&gt;
&lt;p&gt;robocopy worked pretty well for us. One thing we did to prevent copy problems was to perform the remote copy between two servers that weren't all that busy, and we made sure we always pulled the file - i.e, started the copy at the remote location.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36024</link><pubDate>Wed, 01 Jun 2011 16:13:56 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36024</guid><dc:creator>Sankar Reddy</dc:creator><description>&lt;p&gt;To copy (large) files over the network, I am using winRAR to split the file into multiple smaller components and then transfer the smaller chunks. If something fails, I just have to re-start that one smaller file instead of re-trying the complete large file again.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36052</link><pubDate>Fri, 03 Jun 2011 07:11:30 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36052</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;Very interesting thanks. We replicate to subscribers in the same datacentre as well as remote ones, and although we have a fat pipe between the datacentres I've definitely noticed that the remote subscribers take a lot longer to initialize than the local ones. &lt;/p&gt;
&lt;p&gt;Is it still possible to initialize from backup when publishing only a subset of data? I wouldn't think so, but haven't had any experience with it.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36059</link><pubDate>Fri, 03 Jun 2011 15:46:42 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36059</guid><dc:creator>Argenis</dc:creator><description>&lt;p&gt;Sankar,&lt;/p&gt;
&lt;p&gt;In our case the backup files were split. That also helped :)&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36060</link><pubDate>Fri, 03 Jun 2011 15:51:40 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36060</guid><dc:creator>Argenis</dc:creator><description>&lt;p&gt;Dave,&lt;/p&gt;
&lt;p&gt;Sure you can. You'll just end up with unfiltered data at the subscriber and it would be up to you to _carefully_ deal with that fact.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#36282</link><pubDate>Wed, 15 Jun 2011 21:59:19 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:36282</guid><dc:creator>Kendra Little</dc:creator><description>&lt;p&gt;This is great! I'm adding this to my list of great links on replication.&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#37908</link><pubDate>Thu, 18 Aug 2011 17:07:05 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:37908</guid><dc:creator>Will S</dc:creator><description>&lt;p&gt;Hi Argenis. Were your subscriber servers also running Windows/SQL 2008 R2? Just wondering if it's required on both ends to see the TCP/IP improvements. Thanks!&lt;/p&gt;
</description></item><item><title>re: Transactional Replication and WAN links</title><link>http://sqlblog.com/blogs/argenis_fernandez/archive/2011/05/31/transactional-replication-and-wan-links.aspx#44668</link><pubDate>Sat, 11 Aug 2012 07:49:36 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:44668</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Argenis ,&lt;/p&gt;
&lt;p&gt;Can you help me how setup &amp;quot;WAN&amp;quot; Replication (transaction) in SQL Server 2008 R2&lt;/p&gt;
&lt;p&gt;I can't find it into the net&lt;/p&gt;
&lt;p&gt;tanx&lt;/p&gt;
</description></item></channel></rss>