<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>ta.speot.is</title>
  <link>https://ta.speot.is</link>
  <description>ta.speot.is</description>
  <language>en</language>
  <atom:link href="https://ta.speot.is/feed.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>Toshiba BE03 32GB USB 3.0 Benchmark</title>
    <link>https://ta.speot.is/posts/toshiba-be03-32gb-usb-3-0-benchmark</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/toshiba-be03-32gb-usb-3-0-benchmark</guid>
    <pubDate>Tue, 26 Dec 2017 00:00:00 GMT</pubDate>
    <description>I looked online for a benchmark for one of these drives before buying it but came up empty. Here’s CrystalDiskMark after running it with default settings. The drive is connected via USB 3. Its part number is PA5307A-1MCL and out of the box…</description>
  </item>
  <item>
    <title>Use Subqueries to Count Distinct 0X Faster</title>
    <link>https://ta.speot.is/posts/use-subqueries-to-count-distinct-0x-faster</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/use-subqueries-to-count-distinct-0x-faster</guid>
    <pubDate>Sat, 25 Jan 2014 00:00:00 GMT</pubDate>
    <description>NB: This post is in response to Use Subqueries to Count Distinct 50X Faster and my comment on Hacker News. On Periscope’s The High-Performance SQL Blog there is an article that shows how to improve the performance of COUNT(DISTINCT…. It…</description>
  </item>
  <item>
    <title>GenerateBootstrapperTask and the Visual Studio 2010 Command Prompt</title>
    <link>https://ta.speot.is/posts/generatebootstrappertask-and-the-visual-studio-2010-command-prompt</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/generatebootstrappertask-and-the-visual-studio-2010-command-prompt</guid>
    <pubDate>Fri, 28 Sep 2012 00:00:00 GMT</pubDate>
    <description>If you’re using MSBuild and want to generate a bootstrapper for your application you might be drawn to this example on MSDN. It looks straightforward enough, and I’ve reproduced it below with a few changes (to install a later version of…</description>
  </item>
  <item>
    <title>Dynamic ODBC (RDO) Connection Strings in Crystal Reports</title>
    <link>https://ta.speot.is/posts/dynamic-odbc-rdo-connection-strings-in-crystal-reports</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/dynamic-odbc-rdo-connection-strings-in-crystal-reports</guid>
    <pubDate>Sat, 28 Apr 2012 00:00:00 GMT</pubDate>
    <description>Apparently changing the connection string of an ODBC (RDO) connection in Crystal Reports dynamically (at runtime) is hard to do. I had a crack at it and this is what I came up with: This function imitates the ConnectionInfo object that I…</description>
  </item>
  <item>
    <title>Visual Studio 2010 SP1, Windows SDK 7.1 Install Order</title>
    <link>https://ta.speot.is/posts/visual-studio-2010-sp1-windows-sdk-7-1-install-order</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/visual-studio-2010-sp1-windows-sdk-7-1-install-order</guid>
    <pubDate>Mon, 09 Apr 2012 00:00:00 GMT</pubDate>
    <description>Thanks to an issue between Visual Studio 2010 SP1 and the Windows SDK 7.1 installing and fully patching Visual Studio 2010 became a little bit more complicated and time consuming. Not only is there a special installation order you should…</description>
  </item>
  <item>
    <title>Disabling WCF’s Explicit Element Ordering</title>
    <link>https://ta.speot.is/posts/disabling-wcfs-explicit-element-ordering</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/disabling-wcfs-explicit-element-ordering</guid>
    <pubDate>Sun, 26 Feb 2012 00:00:00 GMT</pubDate>
    <description>If you consume a SOAP web service via WCF, and the service doesn’t return its XML elements in the order specified by its WSDL, you may experience “mysterious null values” in the deserialized response. This is because WCF enforces element…</description>
  </item>
  <item>
    <title>“The database engine could not lock table ‘…’ because it is already in use by another person or process” error in JET</title>
    <link>https://ta.speot.is/posts/the-database-engine-could-not-lock-table-because-it-is-already-in-use-by-another-person-or-process-error-in-jet</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/the-database-engine-could-not-lock-table-because-it-is-already-in-use-by-another-person-or-process-error-in-jet</guid>
    <pubDate>Sat, 25 Feb 2012 00:00:00 GMT</pubDate>
    <description>When performing DML and DDL queries against an Access database you may encounter something similar to the following: The database engine could not lock table ‘Orders’ because it is already in use by another person or process. The error…</description>
  </item>
  <item>
    <title>“Operation must use an updateable query” error in JET</title>
    <link>https://ta.speot.is/posts/operation-must-use-an-updateable-query-error-in-jet</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/operation-must-use-an-updateable-query-error-in-jet</guid>
    <pubDate>Sat, 25 Feb 2012 00:00:00 GMT</pubDate>
    <description>When performing update queries against a Microsoft JET database, you may come across the following error: Operation must use an updateable query The Microsoft Knowledge Base has an article for the most obvious cause of this error, that the…</description>
  </item>
  <item>
    <title>“Add Web Reference” in Visual Studio 2008</title>
    <link>https://ta.speot.is/posts/add-web-reference-in-visual-studio-2008</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/add-web-reference-in-visual-studio-2008</guid>
    <pubDate>Sat, 25 Feb 2012 00:00:00 GMT</pubDate>
    <description>Visual Studio 2005 and earlier editions provide excellent support for consuming SOAP web services in any Visual Studio language. Unfortunately, later versions have removed some of this functionality for C++ projects, placing more burden on…</description>
  </item>
  <item>
    <title>Error 155005 in Xcode 3</title>
    <link>https://ta.speot.is/posts/error-155005-in-xcode-3</link>
    <guid isPermaLink="true">https://ta.speot.is/posts/error-155005-in-xcode-3</guid>
    <pubDate>Sat, 25 Feb 2012 00:00:00 GMT</pubDate>
    <description>When using Xcode with source code control you may encounter this following message when committing your project: Error: 155005 (Working copy not locked; this is probably a bug, please report) In my instance this was caused by placing the…</description>
  </item>
</channel>
</rss>
