<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for devtrends.com</title>
	<atom:link href="http://www.devtrends.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtrends.com</link>
	<description>developing trends in information technology</description>
	<lastBuildDate>Tue, 09 Mar 2010 04:50:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Scheduling Database Backups with SQL Server Express by aaron</title>
		<link>http://www.devtrends.com/index.php/scheduling-database-backups-with-sql-server-express/comment-page-1/#comment-236</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Tue, 09 Mar 2010 04:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=458#comment-236</guid>
		<description>James,
Thank you for the post, I&#039;ve updated the example to reference [FULL PATH TO SQL BACKUP FILE] instead. The original intent was to delete the .bak file prior to running the script again.
-Aaron</description>
		<content:encoded><![CDATA[<p>James,<br />
Thank you for the post, I&#8217;ve updated the example to reference [FULL PATH TO SQL BACKUP FILE] instead. The original intent was to delete the .bak file prior to running the script again.<br />
-Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scheduling Database Backups with SQL Server Express by James</title>
		<link>http://www.devtrends.com/index.php/scheduling-database-backups-with-sql-server-express/comment-page-1/#comment-235</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=458#comment-235</guid>
		<description>&lt;b&gt;@ECHO OFF
del &quot;[FULL PATH TO SQL FILE]&quot;
osql -S [SERVER]\[INSTANCE] -U [USERNAME] -P [PASSWORD] -i &quot;[FULL PATH TO SQL FILE]&quot;&lt;/b&gt;

If you &lt;b&gt;del &quot;[FULL PATH TO SQL FILE]&quot;&lt;/b&gt; surely it won&#039;t be there when you address it with the next line.  Shouldn&#039;t it be something more like delete the old backup file then point osql at the script to create the new one?</description>
		<content:encoded><![CDATA[<p><b>@ECHO OFF<br />
del &#8220;[FULL PATH TO SQL FILE]&#8221;<br />
osql -S [SERVER]\[INSTANCE] -U [USERNAME] -P [PASSWORD] -i &#8220;[FULL PATH TO SQL FILE]&#8220;</b></p>
<p>If you <b>del &#8220;[FULL PATH TO SQL FILE]&#8220;</b> surely it won&#8217;t be there when you address it with the next line.  Shouldn&#8217;t it be something more like delete the old backup file then point osql at the script to create the new one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Workflow Actions (Part 1 of 3) by aaron</title>
		<link>http://www.devtrends.com/index.php/custom-workflow-actions-part-1-of-3/comment-page-1/#comment-202</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Sat, 20 Feb 2010 04:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=35#comment-202</guid>
		<description>Keyaa,

Look at your code, specifically the .Designer.cs file, and verify that the partial class name matches that in the .cs file. Also, in the .cs file, check the function in the &quot;override&quot; region and verify that the name/class matches there.

-Aaron</description>
		<content:encoded><![CDATA[<p>Keyaa,</p>
<p>Look at your code, specifically the .Designer.cs file, and verify that the partial class name matches that in the .cs file. Also, in the .cs file, check the function in the &#8220;override&#8221; region and verify that the name/class matches there.</p>
<p>-Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Workflow Actions (Part 1 of 3) by Keyaa</title>
		<link>http://www.devtrends.com/index.php/custom-workflow-actions-part-1-of-3/comment-page-1/#comment-199</link>
		<dc:creator>Keyaa</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=35#comment-199</guid>
		<description>Hi i am getting this error what do you this is about?
&#039;TestingWorkflow.SentEmailwithListAttachments.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)&#039;: no suitable method found to override.

Thanks for your help.

Very great code thanks</description>
		<content:encoded><![CDATA[<p>Hi i am getting this error what do you this is about?<br />
&#8216;TestingWorkflow.SentEmailwithListAttachments.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)&#8217;: no suitable method found to override.</p>
<p>Thanks for your help.</p>
<p>Very great code thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Workflow Actions (Part 2 of 3) by aaron</title>
		<link>http://www.devtrends.com/index.php/custom-workflow-actions-part-2-of-3/comment-page-1/#comment-157</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 04 Feb 2010 04:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=48#comment-157</guid>
		<description>Well, from that information I would guess that there is an issue with the WSS.ACTIONS file. Are you certain you inserted the text into the correct location? Check the &quot;RuleDesigner Sentence&quot;, &quot;FieldBind&quot;, and &quot;Parameters&quot; to make sure they match up.
-Aaron</description>
		<content:encoded><![CDATA[<p>Well, from that information I would guess that there is an issue with the WSS.ACTIONS file. Are you certain you inserted the text into the correct location? Check the &#8220;RuleDesigner Sentence&#8221;, &#8220;FieldBind&#8221;, and &#8220;Parameters&#8221; to make sure they match up.<br />
-Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Workflow Actions (Part 2 of 3) by Jane</title>
		<link>http://www.devtrends.com/index.php/custom-workflow-actions-part-2-of-3/comment-page-1/#comment-156</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Wed, 03 Feb 2010 19:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=48#comment-156</guid>
		<description>Any idea why after picking custom action in Sharepoint Designer wouldn&#039;t see &quot;RuleDesigner&quot; sentense? After I pick &quot;Email List Attachments&quot;, nothing is displayed on the right to set up the rules.</description>
		<content:encoded><![CDATA[<p>Any idea why after picking custom action in Sharepoint Designer wouldn&#8217;t see &#8220;RuleDesigner&#8221; sentense? After I pick &#8220;Email List Attachments&#8221;, nothing is displayed on the right to set up the rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the DroboPro with VMware ESX and ESXi by aaron</title>
		<link>http://www.devtrends.com/index.php/using-the-drobopro-with-vmware-esx-and-esxi/comment-page-1/#comment-155</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 28 Jan 2010 01:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=424#comment-155</guid>
		<description>In our environment, the DroboPro was going to be used as storage for test/DR virtual machines, temporary storage and for the occasional production virtual machine. The performance was so poor that VMware would sometimes fail during a machine migration from one datastore to another. The replacement for the DroboPro was to use OpenFiler on some older Dell equipment. Currently we use OpenFiler as an iSCSI target on a PowerEdge 2650 and PowerEdge 2850, both with eSATA attached storage. Surprisingly, OpenFiler on these older systems is quite stable, 60+ days up time on one - to top it off, OpenFiler&#039;s iSCSI (which is the IET project) has compatibility with ESX 3.5 U3, which the DroboPro couldn&#039;t do.</description>
		<content:encoded><![CDATA[<p>In our environment, the DroboPro was going to be used as storage for test/DR virtual machines, temporary storage and for the occasional production virtual machine. The performance was so poor that VMware would sometimes fail during a machine migration from one datastore to another. The replacement for the DroboPro was to use OpenFiler on some older Dell equipment. Currently we use OpenFiler as an iSCSI target on a PowerEdge 2650 and PowerEdge 2850, both with eSATA attached storage. Surprisingly, OpenFiler on these older systems is quite stable, 60+ days up time on one &#8211; to top it off, OpenFiler&#8217;s iSCSI (which is the IET project) has compatibility with ESX 3.5 U3, which the DroboPro couldn&#8217;t do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the DroboPro with VMware ESX and ESXi by Britton</title>
		<link>http://www.devtrends.com/index.php/using-the-drobopro-with-vmware-esx-and-esxi/comment-page-1/#comment-154</link>
		<dc:creator>Britton</dc:creator>
		<pubDate>Wed, 27 Jan 2010 21:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=424#comment-154</guid>
		<description>I can 2nd your results. I&#039;m just finishing my testing of a DroboPro and am VERY dissapointed by the VMware performance. Even connected directly to the server I was only getting at most 6MB/sec. This is unacceptable for a device that costs this much. It&#039;s interesting that a device can be VMware Certified and &quot;Supported&quot; but not actually work.</description>
		<content:encoded><![CDATA[<p>I can 2nd your results. I&#8217;m just finishing my testing of a DroboPro and am VERY dissapointed by the VMware performance. Even connected directly to the server I was only getting at most 6MB/sec. This is unacceptable for a device that costs this much. It&#8217;s interesting that a device can be VMware Certified and &#8220;Supported&#8221; but not actually work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the DroboPro with VMware ESX and ESXi by Jeff</title>
		<link>http://www.devtrends.com/index.php/using-the-drobopro-with-vmware-esx-and-esxi/comment-page-1/#comment-153</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=424#comment-153</guid>
		<description>Doing some testing with:

Dell R610
Drobo Elite
Dell Powerconnect 2724

- jumbo frames enabled start to end (vswitch, vmnic, vmkernel), on the switch, and on the Drobo Elite

Doing an upload/download from a Windows 7 workstation to the Datastore on the Drobo yields about 20MB/sec throughput (as reported by Windows). A similar upload/download to a normal file server jumps upwards of 80MB/sec.

I thought performance would be a little better than that...</description>
		<content:encoded><![CDATA[<p>Doing some testing with:</p>
<p>Dell R610<br />
Drobo Elite<br />
Dell Powerconnect 2724</p>
<p>- jumbo frames enabled start to end (vswitch, vmnic, vmkernel), on the switch, and on the Drobo Elite</p>
<p>Doing an upload/download from a Windows 7 workstation to the Datastore on the Drobo yields about 20MB/sec throughput (as reported by Windows). A similar upload/download to a normal file server jumps upwards of 80MB/sec.</p>
<p>I thought performance would be a little better than that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Combine PDFs in Apple Automator by Move Files with Folder Actions and AppleScript &#124; devtrends.com</title>
		<link>http://www.devtrends.com/index.php/combine-pdfs-in-apple-automator/comment-page-1/#comment-151</link>
		<dc:creator>Move Files with Folder Actions and AppleScript &#124; devtrends.com</dc:creator>
		<pubDate>Sat, 23 Jan 2010 05:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=489#comment-151</guid>
		<description>[...] relation to my article on Combining PDFs in Apple Automator, I needed to automate moving files from one location to another, with the final destination name of [...]</description>
		<content:encoded><![CDATA[<p>[...] relation to my article on Combining PDFs in Apple Automator, I needed to automate moving files from one location to another, with the final destination name of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
