<?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 Rick Caminiti dotCOM &#187;  &#8211; Rick Caminiti dotCom</title>
	<atom:link href="http://rickcaminiti.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickcaminiti.com</link>
	<description>Me, Myself, and IT</description>
	<lastBuildDate>Tue, 08 May 2012 17:34:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Google Geocoding in SSIS by Ran Wei</title>
		<link>http://rickcaminiti.com/misc/google-geocoding-ssis/comment-page-1/#comment-338</link>
		<dc:creator>Ran Wei</dc:creator>
		<pubDate>Tue, 08 May 2012 17:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=337#comment-338</guid>
		<description>It doesn&#039;t work for me neither. I am using SSIS 2008 and I only got Integers instead of decimal. Could you update your posting for SSIS 2008?

Thanks</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work for me neither. I am using SSIS 2008 and I only got Integers instead of decimal. Could you update your posting for SSIS 2008?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTC Touch (Eat Your Heart Out iPhone) by Reggie Kevelin</title>
		<link>http://rickcaminiti.com/misc/htc-touch-eat-your-heart-out-iphone/comment-page-1/#comment-335</link>
		<dc:creator>Reggie Kevelin</dc:creator>
		<pubDate>Tue, 27 Mar 2012 06:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/2008/01/10/htc-touch-eat-your-heart-out-iphone/#comment-335</guid>
		<description>Hi there, i read your blog from time to time and i own a similar one and i was just wondering if you get a lot of spam remarks? If so how do you prevent it, any plugin or anything you can suggest? I get so much lately it&#039;s driving me mad so any support is very much appreciated. Drop by &lt;a href=&quot;http://buildyourowngadgets.weebly.com/1/post/2012/03/build-electronic-gadgets-course.html&quot;&gt;my blog&lt;/a&gt; whenever you wish. :D!</description>
		<content:encoded><![CDATA[<p>Hi there, i read your blog from time to time and i own a similar one and i was just wondering if you get a lot of spam remarks? If so how do you prevent it, any plugin or anything you can suggest? I get so much lately it&#8217;s driving me mad so any support is very much appreciated. Drop by <a href="http://buildyourowngadgets.weebly.com/1/post/2012/03/build-electronic-gadgets-course.html">my blog</a> whenever you wish. <img src='http://rickcaminiti.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending Mail with MSSQL by Michal</title>
		<link>http://rickcaminiti.com/tips/sending-mail-mssql/comment-page-1/#comment-333</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Tue, 06 Mar 2012 12:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=326#comment-333</guid>
		<description>is working for you sending txt file attachments?</description>
		<content:encoded><![CDATA[<p>is working for you sending txt file attachments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-SQL Delete Join by Steve Wilkinson</title>
		<link>http://rickcaminiti.com/tips/tsql-delete-join/comment-page-1/#comment-331</link>
		<dc:creator>Steve Wilkinson</dc:creator>
		<pubDate>Mon, 27 Feb 2012 22:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=342#comment-331</guid>
		<description>Nice clear, concise example.  Better than sqlserver online help!</description>
		<content:encoded><![CDATA[<p>Nice clear, concise example.  Better than sqlserver online help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-SQL Get Week (Day of Week) UDF by Ulf</title>
		<link>http://rickcaminiti.com/bi/tsql-week-day-week-udf/comment-page-1/#comment-326</link>
		<dc:creator>Ulf</dc:creator>
		<pubDate>Wed, 12 Oct 2011 18:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=391#comment-326</guid>
		<description>You can also get the day of week using the following way:
http://www.lazerwire.com/2011/10/sql-day-of-week.html</description>
		<content:encoded><![CDATA[<p>You can also get the day of week using the following way:<br />
<a href="http://www.lazerwire.com/2011/10/sql-day-of-week.html">http://www.lazerwire.com/2011/10/sql-day-of-week.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL WAITFOR Command with WHILE Loop by NothingMan</title>
		<link>http://rickcaminiti.com/tips/sql-waitfor-command-with-while-loop/comment-page-1/#comment-310</link>
		<dc:creator>NothingMan</dc:creator>
		<pubDate>Mon, 25 Oct 2010 13:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=269#comment-310</guid>
		<description>Yeah, you&#039;re absolutely right, that would be the &quot;correct&quot; way to do it.  This was just a generic example, but I did end up having to use something like this because we weren&#039;t allowed to create SQL Agent jobs :-o  We had to process millions of rows in small chunks, so for what it&#039;s worth, it does work well in a crunch.</description>
		<content:encoded><![CDATA[<p>Yeah, you&#8217;re absolutely right, that would be the &#8220;correct&#8221; way to do it.  This was just a generic example, but I did end up having to use something like this because we weren&#8217;t allowed to create SQL Agent jobs <img src='http://rickcaminiti.com/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' />   We had to process millions of rows in small chunks, so for what it&#8217;s worth, it does work well in a crunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL WAITFOR Command with WHILE Loop by Phil</title>
		<link>http://rickcaminiti.com/tips/sql-waitfor-command-with-while-loop/comment-page-1/#comment-309</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 25 Oct 2010 05:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=269#comment-309</guid>
		<description>I realise this was posted over a year ago, but wouldn&#039;t it be better to just setup a scheduled task that runs between 23:00:00 and 00:00:00 daily that sends you an email, rather than having a job running for however many hours before it is actually required? That way you avoid using loops and the waitfor command.</description>
		<content:encoded><![CDATA[<p>I realise this was posted over a year ago, but wouldn&#8217;t it be better to just setup a scheduled task that runs between 23:00:00 and 00:00:00 daily that sends you an email, rather than having a job running for however many hours before it is actually required? That way you avoid using loops and the waitfor command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Geocoding in SSIS by Mike D</title>
		<link>http://rickcaminiti.com/misc/google-geocoding-ssis/comment-page-1/#comment-308</link>
		<dc:creator>Mike D</dc:creator>
		<pubDate>Wed, 08 Sep 2010 21:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=337#comment-308</guid>
		<description>Thanks for putting this together. I used this and it worked great. I changed the script so that I am only coding address that return an 8 or higher accuracy code:

Public Shared Function GetCoordinates(ByVal address As String) As Coordinate
            Dim client As WebClient = New WebClient()
            Dim uri As Uri = GetGeoCodeUri(address)
            Dim geoCodeInfo As String()
            Try
                geoCodeInfo = client.DownloadString(uri).Split(&quot;,&quot;)
                If Convert.ToInt16(geoCodeInfo(1)) = 8 Then
                    Return New Coordinate(Convert.ToDouble(geoCodeInfo(2)), Convert.ToDouble(geoCodeInfo(3)))
                Else
                    Return New Coordinate(0.0, 0.0)
                End If
            Catch ex As Exception
                Return New Coordinate(0.0, 0.0)
            End Try
End Function

Also I used an OLEDB Command to update the records instead of the OLEDB Destination because I could only get that to insert.</description>
		<content:encoded><![CDATA[<p>Thanks for putting this together. I used this and it worked great. I changed the script so that I am only coding address that return an 8 or higher accuracy code:</p>
<p>Public Shared Function GetCoordinates(ByVal address As String) As Coordinate<br />
            Dim client As WebClient = New WebClient()<br />
            Dim uri As Uri = GetGeoCodeUri(address)<br />
            Dim geoCodeInfo As String()<br />
            Try<br />
                geoCodeInfo = client.DownloadString(uri).Split(&#8220;,&#8221;)<br />
                If Convert.ToInt16(geoCodeInfo(1)) = 8 Then<br />
                    Return New Coordinate(Convert.ToDouble(geoCodeInfo(2)), Convert.ToDouble(geoCodeInfo(3)))<br />
                Else<br />
                    Return New Coordinate(0.0, 0.0)<br />
                End If<br />
            Catch ex As Exception<br />
                Return New Coordinate(0.0, 0.0)<br />
            End Try<br />
End Function</p>
<p>Also I used an OLEDB Command to update the records instead of the OLEDB Destination because I could only get that to insert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Marie N.</title>
		<link>http://rickcaminiti.com/about/comment-page-1/#comment-307</link>
		<dc:creator>Marie N.</dc:creator>
		<pubDate>Fri, 30 Jul 2010 15:31:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-307</guid>
		<description>Came across this through your LinkedIn profile and haven&#039;t explored it much yet but you are a good writer! Looking forward to reading more...</description>
		<content:encoded><![CDATA[<p>Came across this through your LinkedIn profile and haven&#8217;t explored it much yet but you are a good writer! Looking forward to reading more&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Geocoding in SSIS by NothingMan</title>
		<link>http://rickcaminiti.com/misc/google-geocoding-ssis/comment-page-1/#comment-293</link>
		<dc:creator>NothingMan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 22:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=337#comment-293</guid>
		<description>Hmmm, that didn&#039;t happen for me.  Something must be converting it to an integer either in the code or in the database.  It&#039;s almost impossible to debug script code in SSIS, but you can pull that code out and put it in a standalone .Net console app and see if it&#039;s being rounded in the script code, but you should start by checking the datatypes in the table.</description>
		<content:encoded><![CDATA[<p>Hmmm, that didn&#8217;t happen for me.  Something must be converting it to an integer either in the code or in the database.  It&#8217;s almost impossible to debug script code in SSIS, but you can pull that code out and put it in a standalone .Net console app and see if it&#8217;s being rounded in the script code, but you should start by checking the datatypes in the table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending Mail with MSSQL by emile</title>
		<link>http://rickcaminiti.com/tips/sending-mail-mssql/comment-page-1/#comment-290</link>
		<dc:creator>emile</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=326#comment-290</guid>
		<description>There is only one success - to be able to spend your life in your own way.</description>
		<content:encoded><![CDATA[<p>There is only one success &#8211; to be able to spend your life in your own way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Geocoding in SSIS by CJ</title>
		<link>http://rickcaminiti.com/misc/google-geocoding-ssis/comment-page-1/#comment-289</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Mon, 23 Nov 2009 01:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=337#comment-289</guid>
		<description>What did you have to do to ensure the coordinates do not lose precision in the database?  When I run this, it works fine with the exception of truncating anything past the decimal. 

i.e., 39.0000000 instead of 39.123456, etc...

Thanks!</description>
		<content:encoded><![CDATA[<p>What did you have to do to ensure the coordinates do not lose precision in the database?  When I run this, it works fine with the exception of truncating anything past the decimal. </p>
<p>i.e., 39.0000000 instead of 39.123456, etc&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending Mail with MSSQL by working at home computer jobs</title>
		<link>http://rickcaminiti.com/tips/sending-mail-mssql/comment-page-1/#comment-286</link>
		<dc:creator>working at home computer jobs</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=326#comment-286</guid>
		<description>Business, you know, may bring money, but friendship hardly ever does.</description>
		<content:encoded><![CDATA[<p>Business, you know, may bring money, but friendship hardly ever does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending Mail with MSSQL by business opportunity</title>
		<link>http://rickcaminiti.com/tips/sending-mail-mssql/comment-page-1/#comment-282</link>
		<dc:creator>business opportunity</dc:creator>
		<pubDate>Fri, 02 Oct 2009 20:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=326#comment-282</guid>
		<description>Wealth may be an excellent thing, for it means power, and it means leisure, it means liberty.</description>
		<content:encoded><![CDATA[<p>Wealth may be an excellent thing, for it means power, and it means leisure, it means liberty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instr() Equivalent in SQL Server by Fuccupsfruiff</title>
		<link>http://rickcaminiti.com/tips/instr-equivalent-in-sql-server/comment-page-1/#comment-279</link>
		<dc:creator>Fuccupsfruiff</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=227#comment-279</guid>
		<description>You want to secure inseparable that works after you ?  &lt;a href=&quot;http://mensti1.dyndns.dk/samsung-sgh-c225.php&quot; rel=&quot;nofollow&quot;&gt;climax &lt;/a&gt; You don&#039;t homelessness to spend your exacting earned money on something that won&#039;t in the works and that you can&#039;t report to your vendor if you are unhappy. 
&lt;a href=&quot;http://mensti1.dyndns.dk/streamside-vail.php&quot; rel=&quot;nofollow&quot;&gt;street &lt;/a&gt;As with the computer in unrestricted, the CPU is a costly component.</description>
		<content:encoded><![CDATA[<p>You want to secure inseparable that works after you ?  <a href="http://mensti1.dyndns.dk/samsung-sgh-c225.php">climax </a> You don&#8217;t homelessness to spend your exacting earned money on something that won&#8217;t in the works and that you can&#8217;t report to your vendor if you are unhappy.<br />
<a href="http://mensti1.dyndns.dk/streamside-vail.php">street </a>As with the computer in unrestricted, the CPU is a costly component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instr() Equivalent in SQL Server by alecredge</title>
		<link>http://rickcaminiti.com/tips/instr-equivalent-in-sql-server/comment-page-1/#comment-278</link>
		<dc:creator>alecredge</dc:creator>
		<pubDate>Thu, 27 Aug 2009 19:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=227#comment-278</guid>
		<description>&lt;a href=&quot;http://nagra-key.smozeuds.com&quot; rel=&quot;nofollow&quot;&gt;bundle  inspiront &lt;/a&gt;This is prevalent in unison and a half to three years of battery vital spark for the ordinary user. 
&lt;a href=&quot;http://nagra-key.smozeuds.com&quot; rel=&quot;nofollow&quot;&gt;dimensions &lt;/a&gt;While costs of rejuvenated CDs and albums are reducing, there is a whole world of out music available to you if you put in a little shred of time.</description>
		<content:encoded><![CDATA[<p><a href="http://nagra-key.smozeuds.com">bundle  inspiront </a>This is prevalent in unison and a half to three years of battery vital spark for the ordinary user.<br />
<a href="http://nagra-key.smozeuds.com">dimensions </a>While costs of rejuvenated CDs and albums are reducing, there is a whole world of out music available to you if you put in a little shred of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instr() Equivalent in SQL Server by immoldine</title>
		<link>http://rickcaminiti.com/tips/instr-equivalent-in-sql-server/comment-page-1/#comment-277</link>
		<dc:creator>immoldine</dc:creator>
		<pubDate>Thu, 27 Aug 2009 17:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=227#comment-277</guid>
		<description>&lt;a href=&quot;http://binter.tomqopet.com//samsung-d500-pay-as-you-go.php&quot; rel=&quot;nofollow&quot;&gt;mode &lt;/a&gt;What is the difference? 
Overheating of the CPU can lead to chain reaction and bottle up of the computer.  &lt;a href=&quot;http://binter.tomqopet.com//schuco-micro-racer.php&quot; rel=&quot;nofollow&quot;&gt;mce &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://binter.tomqopet.com//samsung-d500-pay-as-you-go.php">mode </a>What is the difference?<br />
Overheating of the CPU can lead to chain reaction and bottle up of the computer.  <a href="http://binter.tomqopet.com//schuco-micro-racer.php">mce </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instr() Equivalent in SQL Server by NalfIllet</title>
		<link>http://rickcaminiti.com/tips/instr-equivalent-in-sql-server/comment-page-1/#comment-276</link>
		<dc:creator>NalfIllet</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=227#comment-276</guid>
		<description>Affluent from 256MB of RAM to 512MB of RAM intent celerity up your laptop.  &lt;a href=&quot;http://silii6.jorn-rilti.com/msi-6712.php&quot; rel=&quot;nofollow&quot;&gt;tiny  locked &lt;/a&gt;
&lt;a href=&quot;http://silii6.jorn-rilti.com/msik.php&quot; rel=&quot;nofollow&quot;&gt;goes &lt;/a&gt;Remove saucepan from heat.</description>
		<content:encoded><![CDATA[<p>Affluent from 256MB of RAM to 512MB of RAM intent celerity up your laptop.  <a href="http://silii6.jorn-rilti.com/msi-6712.php">tiny  locked </a><br />
<a href="http://silii6.jorn-rilti.com/msik.php">goes </a>Remove saucepan from heat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instr() Equivalent in SQL Server by gerepoubcotte</title>
		<link>http://rickcaminiti.com/tips/instr-equivalent-in-sql-server/comment-page-1/#comment-275</link>
		<dc:creator>gerepoubcotte</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=227#comment-275</guid>
		<description>&lt;a href=&quot;http://zoise.vivorpet.com/samsung-ln-s4095.php&quot; rel=&quot;nofollow&quot;&gt;text &lt;/a&gt;It may betide due to component failing that includes drive failures, missing partitions, controller breakdown etc. 
Disjoin the steamed bread and suffer each separately in a nourishment processor, adding a lilliputian bottled or filtered be indefensible when needed to soften food. &lt;a href=&quot;http://zoise.vivorpet.com/toshiba-sg10.php&quot; rel=&quot;nofollow&quot;&gt;fast &lt;/a&gt; It is against the law to download from a P2P site.</description>
		<content:encoded><![CDATA[<p><a href="http://zoise.vivorpet.com/samsung-ln-s4095.php">text </a>It may betide due to component failing that includes drive failures, missing partitions, controller breakdown etc.<br />
Disjoin the steamed bread and suffer each separately in a nourishment processor, adding a lilliputian bottled or filtered be indefensible when needed to soften food. <a href="http://zoise.vivorpet.com/toshiba-sg10.php">fast </a> It is against the law to download from a P2P site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instr() Equivalent in SQL Server by Statcauccup</title>
		<link>http://rickcaminiti.com/tips/instr-equivalent-in-sql-server/comment-page-1/#comment-274</link>
		<dc:creator>Statcauccup</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=227#comment-274</guid>
		<description>Refurbished laptops don&#039;t continually arrive with an operational battery.  &lt;a href=&quot;http://enomp.maxlunrezzs.com/toshiba-tablet-pc-reserve-pen.php&quot; rel=&quot;nofollow&quot;&gt;names &lt;/a&gt; So here also there is a lack to be au fait and sprightly of any services or data offered past any self claimed hacker and specialized institutions. 
Cooling fans are easy as can be to instal and wishes be well benefit the effort.They break apart inclination instructions that are tolerant to follow. &lt;a href=&quot;http://enomp.maxlunrezzs.com/msi-nx6200ax-td256.php&quot; rel=&quot;nofollow&quot;&gt;not &lt;/a&gt; It appeared in 2006 and was meant to restore the Neon.</description>
		<content:encoded><![CDATA[<p>Refurbished laptops don&#8217;t continually arrive with an operational battery.  <a href="http://enomp.maxlunrezzs.com/toshiba-tablet-pc-reserve-pen.php">names </a> So here also there is a lack to be au fait and sprightly of any services or data offered past any self claimed hacker and specialized institutions.<br />
Cooling fans are easy as can be to instal and wishes be well benefit the effort.They break apart inclination instructions that are tolerant to follow. <a href="http://enomp.maxlunrezzs.com/msi-nx6200ax-td256.php">not </a> It appeared in 2006 and was meant to restore the Neon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

