<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for David Turner</title>
	
	<link>http://www.david-turner.net</link>
	<description>...Husband, Dad, and Software Developer</description>
	<lastBuildDate>Mon, 08 Mar 2010 14:48:14 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForDavidTurner" /><feedburner:info uri="commentsfordavidturner" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Arena as a CMS by Robby Morales</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/FVOlaN2Ny_o/</link>
		<dc:creator>Robby Morales</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/06/arena-as-a-cms/#comment-304</guid>
		<description>Thanks for the post Steve. I was a pastor for 4 years and we used Shelby. Cost was definitely an issue so I can sympathize with Glenn. On the other hand, I worked with Open Source solutions as well and the security was very sketchy. I finally decided on http://churchinsight.com and it addressed both the security and cost issues. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the post Steve. I was a pastor for 4 years and we used Shelby. Cost was definitely an issue so I can sympathize with Glenn. On the other hand, I worked with Open Source solutions as well and the security was very sketchy. I finally decided on <a href="http://churchinsight.com" rel="nofollow">http://churchinsight.com</a> and it addressed both the security and cost issues. Thanks again!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/FVOlaN2Ny_o" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/06/arena-as-a-cms/comment-page-1/#comment-304</feedburner:origLink></item>
	<item>
		<title>Comment on Can You See Me Now? by la martina polo</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/TyEirZdD9Os/</link>
		<dc:creator>la martina polo</dc:creator>
		<pubDate>Fri, 08 Jan 2010 23:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/?p=94#comment-290</guid>
		<description>Interesting post. I really appreciate you for posting this.

la martina polo</description>
		<content:encoded><![CDATA[<p>Interesting post. I really appreciate you for posting this.</p>
<p>la martina polo</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/TyEirZdD9Os" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/05/can-you-see-me-now/comment-page-1/#comment-290</feedburner:origLink></item>
	<item>
		<title>Comment on eRA by David Turner</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/4pb68whZfQY/</link>
		<dc:creator>David Turner</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/10/era/#comment-247</guid>
		<description>Also need this view...

CREATE VIEW [dbo].[cust_ccv_v_family_giving_weekend]
AS
SELECT DISTINCT
                [dbo].[util_funct_saturday](C.contribution_date) as weekend_date,
                family_id
FROM ctrb_contribution C
INNER JOIN core_family_member FM ON FM.person_id = C.person_id 
WHERE C.currency_amount &gt; 0


Thanks Austin.</description>
		<content:encoded><![CDATA[<p>Also need this view&#8230;</p>
<p>CREATE VIEW [dbo].[cust_ccv_v_family_giving_weekend]<br />
AS<br />
SELECT DISTINCT<br />
                [dbo].[util_funct_saturday](C.contribution_date) as weekend_date,<br />
                family_id<br />
FROM ctrb_contribution C<br />
INNER JOIN core_family_member FM ON FM.person_id = C.person_id<br />
WHERE C.currency_amount > 0</p>
<p>Thanks Austin.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/4pb68whZfQY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/10/era/comment-page-1/#comment-247</feedburner:origLink></item>
	<item>
		<title>Comment on Sample Metric by Wesley Jones</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/KHovBL855zQ/</link>
		<dc:creator>Wesley Jones</dc:creator>
		<pubDate>Tue, 06 Oct 2009 16:25:10 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/05/Sample-Metric.aspx#comment-244</guid>
		<description>David,

Thanks for the scripts.  I used the historical script so I could see what everything looked like.

Now I would like to use the script that uses the agent to collect the information.  Do I delete all the membership status metrics and run the top script or just run the top script on this page?

Thanks for any help!</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Thanks for the scripts.  I used the historical script so I could see what everything looked like.</p>
<p>Now I would like to use the script that uses the agent to collect the information.  Do I delete all the membership status metrics and run the top script or just run the top script on this page?</p>
<p>Thanks for any help!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/KHovBL855zQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2008/05/sample-metric/comment-page-1/#comment-244</feedburner:origLink></item>
	<item>
		<title>Comment on Staff Anniversaries by Nick</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/3rCNB7-3DrM/</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 03 Aug 2009 17:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/05/staff-anniversaries/#comment-191</guid>
		<description>We also discovered if a person did not have a position value set, they would not show up in the anniversary report.  To fix that, I changed the POS.varchar_value SELECT in the second half of the stored procedure to this:  ISNULL( POS.varchar_value, '' )</description>
		<content:encoded><![CDATA[<p>We also discovered if a person did not have a position value set, they would not show up in the anniversary report.  To fix that, I changed the POS.varchar_value SELECT in the second half of the stored procedure to this:  ISNULL( POS.varchar_value, &#8221; )</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/3rCNB7-3DrM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/05/staff-anniversaries/comment-page-1/#comment-191</feedburner:origLink></item>
	<item>
		<title>Comment on Staff Anniversaries by Nick</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/7Dp05UhgnpU/</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/05/staff-anniversaries/#comment-182</guid>
		<description>BTW, we're using your "Staff Anniversaries" technique now and everyone loves it.  We only tweaked the style a bit to make it a tad smaller.  Thanks again - great job!</description>
		<content:encoded><![CDATA[<p>BTW, we&#8217;re using your &#8220;Staff Anniversaries&#8221; technique now and everyone loves it.  We only tweaked the style a bit to make it a tad smaller.  Thanks again &#8211; great job!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/7Dp05UhgnpU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/05/staff-anniversaries/comment-page-1/#comment-182</feedburner:origLink></item>
	<item>
		<title>Comment on Arena as a CMS by In the Arena : Doing Your Homework</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/gBW1u2U5lj0/</link>
		<dc:creator>In the Arena : Doing Your Homework</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/06/arena-as-a-cms/#comment-181</guid>
		<description>[...] for the application that best fits your needs. Check out Renewing Mind and  this blog for starters.     Published Monday, July 13, 2009 11:03 AM by [...]</description>
		<content:encoded><![CDATA[<p>[...] for the application that best fits&nbsp;your needs.&nbsp;Check out&nbsp;Renewing Mind and&nbsp; this&nbsp;blog for starters.&nbsp;&nbsp;   Published Monday, July 13, 2009 11:03 AM by [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/gBW1u2U5lj0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/06/arena-as-a-cms/comment-page-1/#comment-181</feedburner:origLink></item>
	<item>
		<title>Comment on Staff Anniversaries by David Turner</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/uEveziGBtoM/</link>
		<dc:creator>David Turner</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/05/staff-anniversaries/#comment-172</guid>
		<description>Updated stored procedure to use a connection specific temporary table instead of a global temporary table (renamed all occurrences of ##StaffHtmlTable to #StaffHtmlTable).  Hopefully that fixes the 'Table already exists' errors we're getting sometimes.  The HtmlFroStoredProcedure module really could benefit from some output caching.</description>
		<content:encoded><![CDATA[<p>Updated stored procedure to use a connection specific temporary table instead of a global temporary table (renamed all occurrences of ##StaffHtmlTable to #StaffHtmlTable).  Hopefully that fixes the &#8216;Table already exists&#8217; errors we&#8217;re getting sometimes.  The HtmlFroStoredProcedure module really could benefit from some output caching.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/uEveziGBtoM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/05/staff-anniversaries/comment-page-1/#comment-172</feedburner:origLink></item>
	<item>
		<title>Comment on Staff Anniversaries by David Turner</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/ywqvcbwacyE/</link>
		<dc:creator>David Turner</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/05/staff-anniversaries/#comment-171</guid>
		<description>Nick, No really haven't thought about it much. Probably should though.  I see that Jason is implementing some lower-level caching in the framework he's using for the HR modules.  I'm interested in seeing more of what he's doing.</description>
		<content:encoded><![CDATA[<p>Nick, No really haven&#8217;t thought about it much. Probably should though.  I see that Jason is implementing some lower-level caching in the framework he&#8217;s using for the HR modules.  I&#8217;m interested in seeing more of what he&#8217;s doing.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/ywqvcbwacyE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/05/staff-anniversaries/comment-page-1/#comment-171</feedburner:origLink></item>
	<item>
		<title>Comment on Arena as a CMS by chrisrivers</title>
		<link>http://feedproxy.google.com/~r/CommentsForDavidTurner/~3/v-R9OlQ2ir4/</link>
		<dc:creator>chrisrivers</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.david-turner.net/2009/06/arena-as-a-cms/#comment-159</guid>
		<description>Well said Steve!</description>
		<content:encoded><![CDATA[<p>Well said Steve!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDavidTurner/~4/v-R9OlQ2ir4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.david-turner.net/2009/06/arena-as-a-cms/comment-page-1/#comment-159</feedburner:origLink></item>
</channel>
</rss>
