<?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>Edwin M Sarmientofn_dump_dblog() &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/category/fn_dump_dblog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>Ever wonder what DUMP_LOG_COORDINATOR_QUEUE wait is?</title>
		<link>https://www.edwinmsarmiento.com/ever-wonder-what-dump_log_coordinator_queue-wait-is/</link>
		<comments>https://www.edwinmsarmiento.com/ever-wonder-what-dump_log_coordinator_queue-wait-is/#respond</comments>
		<pubDate>Sat, 21 May 2011 18:38:00 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[fn_dump_dblog()]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[undocumented]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/2011/05/21/ever-wonder-what-dump_log_coordinator_queue-wait-is</guid>

				<description><![CDATA[If you&#8217;ve used wait statistics to do performance tuning on your SQL Server systems, I doubt that you would ever see this on your top waits (or if even shows up at all). You would rarely find anything on the Internet about this wait type, although, I did find a placeholder from SQLServerpedia for future [&#8230;]]]></description>
					<content:encoded><![CDATA[<p><span style="font-family:Arial,Helvetica,sans-serif;">If you&#8217;ve used wait statistics to do performance tuning on your SQL Server systems, I doubt that you would ever see this on your top waits (or if even shows up at all). You would rarely find anything on the Internet about this wait type, although, I did find a <a href="http://sqlserverpedia.com/wiki/DUMP_LOG_*">placeholder</a> from SQLServerpedia for future information. However, if you have been heavily playing around with the SQL Server undocumented function </span><span style="font-family:Arial,Helvetica,sans-serif;"><strong>fn_dump_dblog()</strong>, you may have seen this wait type. This occurs when you run this function to read your log backups. Janice Lee (a schoolmate of mine from way back home) <a href="http://janiceclee.com/tag/fn_dump_dblog/">blogged</a> about using this function as an alternative to restoring to a point in time. While I did not use this function to do a point-in-time restore of a database, I did find it interesting seeing the DUMP_LOG_COORDINATOR_QUEUE wait type. I actually used it to estimate the amount of INSERT, UPDATE and DELETE commands executed on my database. While it is not pretty straightforward as compared to gathering performance counters, it&#8217;s the only thing I can do especially if you were brought in for a one time consulting engagement and need to work with what you have.</span></p>
<p><span style="font-family:Arial,Helvetica,sans-serif;">Note that I did not run this in a production server so I have no issues running the undocumented function. Use it at your own risk.</span></p>
<div class="blogger-post-footer"><img decoding="async" src="https://blogger.googleusercontent.com/tracker/92377218009570869-506644068868987254?l=bassplayerdoc.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/ever-wonder-what-dump_log_coordinator_queue-wait-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">231</post-id>	</item>
	</channel>
</rss>