<?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>Insert name here &#187; mdb</title>
	<atom:link href="http://blog.tanist.co.uk/tag/mdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanist.co.uk</link>
	<description>Web development and general IT snippets, possibly some other irrelevant things too.</description>
	<lastBuildDate>Thu, 22 Apr 2010 13:35:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Slow MDB access in Windows 2008</title>
		<link>http://blog.tanist.co.uk/2008/10/slow-mdb-access-in-windows-2008/</link>
		<comments>http://blog.tanist.co.uk/2008/10/slow-mdb-access-in-windows-2008/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:26:27 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mdb]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=3</guid>
		<description><![CDATA[Recently we undertook a project to replace a Windows 2000 domain controller with a nice new Windows 2008 server. The old Windows 2000 server was responsible for sharing an MDB database. Since moving this database to the new server, we&#8217;ve experienced some rather frustrating performance issues.
The MDB application shows a lot of latency, taking several [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we undertook a project to replace a Windows 2000 domain controller with a nice new Windows 2008 server. The old Windows 2000 server was responsible for sharing an MDB database. Since moving this database to the new server, we&#8217;ve experienced some rather frustrating performance issues.</p>
<p>The MDB application shows a lot of latency, taking several seconds between screens. Having looked at the <a title="MDB Performance FAQ" href="http://www.granite.ab.ca/access/performancefaq.htm" target="_blank">MDB Performance FAQ</a> we discovered that a technique called SMB signing can decrease network transfer speed by 10-25%. There are a couple of registry keys that can be tweaked:</p>
<blockquote><p>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Lanmanworkstation\Parameters\<strong>enablesecuritysignature</strong></p></blockquote>
<blockquote><p>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Lanmanworkstation\Parameters\<strong>requiresecuritysignature</strong></p></blockquote>
<p>On a domain controller the default setting is to have &#8220;requiresecuritysignature&#8221; set to 1. We&#8217;ve changed this to 0 and will report our findings back shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/10/slow-mdb-access-in-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
