<?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>laurasaur &#187; computing</title>
	<atom:link href="http://www.laurasaur.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laurasaur.com</link>
	<description>cupcakes, htpc, c#, ramblings, kittens, puppys, cooking, makeup!!</description>
	<lastBuildDate>Sun, 20 Jun 2010 12:53:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sending mail for each row in a table (SQL 2005)</title>
		<link>http://www.laurasaur.com/2008/08/08/sending-mail-for-each-row-in-a-table-sql-2005/</link>
		<comments>http://www.laurasaur.com/2008/08/08/sending-mail-for-each-row-in-a-table-sql-2005/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 10:12:15 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[database mail]]></category>
		<category><![CDATA[integration services]]></category>
		<category><![CDATA[notification services]]></category>
		<category><![CDATA[recordset]]></category>
		<category><![CDATA[send mail task]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql 2005]]></category>
		<category><![CDATA[ssis]]></category>

		<guid isPermaLink="false">http://www.laurasaur.com/?p=57</guid>
		<description><![CDATA[You would think this would be quite a simple task right. It probably is if you are some SQL guru I imagine, this whole sending mail from a db is a new concept to me, and I may have missed something very basic (wouldn&#8217;t be the first time, and certainly not the last).. it does [...]]]></description>
			<content:encoded><![CDATA[<p>You would think this would be quite a simple task right. It probably is if you are some SQL guru I imagine, this whole sending mail from a db is a new concept to me, and I may have missed something very basic (wouldn&#8217;t be the first time, and certainly not the last).. it does not seem to be all that straight forward.</p>
<p>My first thought was to go with Database Mail. Well, Database Mail is nice enough, I set it all up nicely following the msdn walkthrough <a href="http://msdn.microsoft.com/en-us/library/ms175951.aspx">here</a>, the test email fired off fine.. I thought all was good and well until I thought my problem through a bit further. I will have a recordset where each row is associated with someone to email with information in that row. So to use the sp_send_dbmail procedure would involve some kind of cursor/crazy stored procedure that I just wasn&#8217;t all that keen on writing. Like I said. Im no SQL guru.</p>
<p>So then one of my collegaues said what about Notification Services. I thought, hey cool, I love the BI tools that come with SQL 2005 (especially reporting services &lt;3) and Notification Services I would love to learn about. So I spent 20 mins googling it and then I find out <em><strong>Notification Services does not ship with SQL 2008</strong></em>. Well that kind of pissed me off a bit because I didnt want to implement some solution that would get scrapped in a few months when we upgrade to SQL 08. Not that my workplace is likely to do that anytime soon.. haha.<br />
Anyway, so then I discovered <a href="http://www.sqlis.com/59.aspx">this awesome, and I mean awesome tutorial </a>that basically explains to do exactly what I wanted. One thing I have learnt though, is that delaying validation on the send mail task will allow you to set the ToLine property using an expression. This is the perfect solution for my problem, and means that for every row in the table/recordset I can send a new email to the required person with information from that row.</p>
<p><a href="http://www.laurasaur.com/wp-content/uploads/2008/08/clipboard01.jpg"><img class="alignnone size-full wp-image-58" title="Send Mail Task Editor To Line Configuration" src="http://www.laurasaur.com/wp-content/uploads/2008/08/clipboard01.jpg" alt="Send Mail Task Editor To Line Configuration" width="499" height="483" /></a></p>
<p>Another caveat was that to get exchange to act as a SMTP relay so you can fire off the Send Mail task you need to tweak the default settings a bit. The official word on how to do that <a href="http://www.microsoft.com/technet/security/prodtech/exchangeserver/excrelay.mspx">is here</a>, basically just add the IP address of your Exchange server to the Relay settings in your exchange system manager.</p>
<p>Now I can spam emails to my co workers when I test this on Monday <img src='http://www.laurasaur.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><img src="file:///C:/DOCUME~1/Laura/LOCALS~1/Temp/moz-screenshot-2.jpg" alt="" /></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="listBullet" valign="top"></td>
<td class="listItem"></td>
</tr>
<tr>
<td class="listBullet" valign="top"></td>
<td class="listItem"></td>
</tr>
<tr>
<td class="listBullet" valign="top"></td>
<td class="listItem"></td>
</tr>
<tr>
<td class="listBullet" valign="top"></td>
<td class="listItem"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.laurasaur.com/2008/08/08/sending-mail-for-each-row-in-a-table-sql-2005/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>wse 3.0 good times</title>
		<link>http://www.laurasaur.com/2008/03/28/wse-30-good-times/</link>
		<comments>http://www.laurasaur.com/2008/03/28/wse-30-good-times/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 02:58:56 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[bad times]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.laurasaur.com/2008/03/28/wse-30-good-times/</guid>
		<description><![CDATA[Im having issues with .NET 2.0 WSE 3&#8230; My web services respond fine to one client but not another. Both of which are on my local machine. So you think it would be an easy fix&#8230;
The request failed with HTTP status 415: Unsupported Media Type.
I have seen all the advice saying to add &#60;soapServerProtocolFactory type=”Microsoft.Web.Services3.WseProtocolFactory, [...]]]></description>
			<content:encoded><![CDATA[<p>Im having issues with .NET 2.0 WSE 3&#8230; My web services respond fine to one client but not another. Both of which are on my local machine. So you think it would be an easy fix&#8230;</p>
<p>The request failed with HTTP status 415: Unsupported Media Type.</p>
<p>I have seen all the advice saying to add &lt;soapServerProtocolFactory type=”Microsoft.Web.Services3.WseProtocolFactory,  Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral,  PublicKeyToken=31bf3856ad364e35”/&gt; to web.config&#8230; But my configs are all looking good so what gives.</p>
<p>Well it appears it was something funky to do with MTOM &#8211; I had MTOM settings off on the client and on on the server. Switching it off appears to have worked <img src='http://www.laurasaur.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://www.laurasaur.com/wp-content/uploads/2008/03/mtomissue.jpg" alt="mtomissue" /></p>
<p>Now onto the next issue. Sigh. Do not install .NET 3.5 if you still need to publish .NET 2 Web Services&#8230;.epic issues ftl.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laurasaur.com/2008/03/28/wse-30-good-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows vista mce remote control, good times</title>
		<link>http://www.laurasaur.com/2008/01/20/windows-vista-mce-remote-control-good-times/</link>
		<comments>http://www.laurasaur.com/2008/01/20/windows-vista-mce-remote-control-good-times/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:47:43 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[bad times]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[home theatre]]></category>

		<guid isPermaLink="false">http://www.laurasaur.com/2008/01/20/windows-vista-mce-remote-control-good-times/</guid>
		<description><![CDATA[Well having just spent 5 hours of my life trying to work a Vista MCE remote I am asking myself why, why did I not research this more before I did it. Sigh.
I bought the Hauppauge PVR150MCE edition. Why did I not just get the normal edition? I think the name sounded cooler at the [...]]]></description>
			<content:encoded><![CDATA[<p>Well having just spent 5 hours of my life trying to work a Vista MCE remote I am asking myself why, why did I not research this more before I did it. Sigh.</p>
<p>I bought the Hauppauge PVR150MCE edition. Why did I not just get the normal edition? I think the name sounded cooler at the time or something. Sigh.</p>
<p><span id="more-6"></span></p>
<p>SO anyways, there I was with my copy of Windows XP (just plain old vanilla XP, not MCE) and this darn Vista Remote/Reciever. I plug in the reciever and get a New Device found, which it picks up to be the eHome Infrared Transceiver. Automatic updates doesn&#8217;t find anything. So I start googling away, and get more and more depressed and frustrated over the course of about 2 hours.  I find a slew of forum posts saying that you should be able to install the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e5daf37e-e243-4410-bc51-81cf2b56fe6e&amp;displaylang=en">Rollup 2 for Windows Media Centre</a> and it will install the correct drivers sweet.</p>
<p>Wrong! Epicly wrong. Times ten. After trying every single combination of random drivers and Updates etc etc the bloody thing was still not working. Why on earth can their not be a simple, Windows XP driver lurking out there???</p>
<p>In the end I ended up editing the INF file for the irblaster drivers by adding the unrecognized device id to the file. Will post up details later. Probably not the best solution but I was able to use HID to program all the remotes functions and mesh it up with GBPVR.</p>
<p>If only I didn&#8217;t have a husband that likes watching SKY so much, I could have it all set up by now!! But a certain someone can&#8217;t live without un-interrupted TV viewing <img src='http://www.laurasaur.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.laurasaur.com/2008/01/20/windows-vista-mce-remote-control-good-times/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>32 hours at work..</title>
		<link>http://www.laurasaur.com/2008/01/18/32-hours-at-work/</link>
		<comments>http://www.laurasaur.com/2008/01/18/32-hours-at-work/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 05:58:00 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[bad times]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.laurasaur.com/?p=5</guid>
		<description><![CDATA[well this week I did a bit of a crazy&#8230; me and 2 of the other guys at work somehow ended up working thru most of the night and cramming 2 hours of sleep in before waking up for another full days work :S
well, thats not entirely true, its not like we worked entirely thru [...]]]></description>
			<content:encoded><![CDATA[<p>well this week I did a bit of a crazy&#8230; me and 2 of the other guys at work somehow ended up working thru most of the night and cramming 2 hours of sleep in before waking up for another full days work :S</p>
<p>well, thats not entirely true, its not like we worked entirely thru the night&#8230; we had many breaks to retain some sanity that involved&#8230;</p>
<ul>
<li>quake 3 LAN</li>
<li>swiss ball soccer (highly recommended &#8211; just make sure not to do indoors over other peoples desks..)</li>
<li>wrapped one dudes entire desk and everything located on it in newspaper</li>
<li>a multitude of drinking games&#8230;</li>
</ul>
<p>Ok that sounds like we didnt do much work but I swear we did. I probably got another whole days work in. However this was possibly counteracted a tad by the fact that the next day I was only at 1/2 productivity or so, sleeping on the meeting room floor on 2 couch cushions with NO air conditioning was definitely the low light.</p>
<p>Good times.</p>
<p>And even better, there is still crap loads of work to do. Ahh. Thank goodness its Friday, woot.  I can guarantee I wont be doing that again though. I have missed 4 gym sessions in a row this week <img src='http://www.laurasaur.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.laurasaur.com/2008/01/18/32-hours-at-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>home theatre pc makes me happy inside</title>
		<link>http://www.laurasaur.com/2008/01/16/home-theatre-pc-makes-me-happy-inside/</link>
		<comments>http://www.laurasaur.com/2008/01/16/home-theatre-pc-makes-me-happy-inside/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 06:44:58 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[home theatre]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://www.laurasaur.com/?p=4</guid>
		<description><![CDATA[Last week I picked up an old Dell PC from my Parents place. Now don&#8217;t get me wrong, normally I hate Dells but I had a higher purpose for this one&#8230;
My new home theatre PC!!  I have no idea why it has taken me so long to get this up and running. I guess [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I picked up an old Dell PC from my Parents place. Now don&#8217;t get me wrong, normally I <em>hate</em> Dells but I had a higher purpose for this one&#8230;</p>
<p>My new home theatre PC!!  I have no idea why it has taken me so long to get this up and running. I guess a lack of free PC carcasses!!</p>
<p><span id="more-4"></span></p>
<p>The original bits (ex Dell Dimension 8400)&#8230;</p>
<ul>
<li>1GB(2&#215;512) NECC Dual Channel DDR2 533MHz SDRAM Memory</li>
<li>256MB PCIe(TM) x16 nVidia(R) GeForce(TM) 6800 w/TV-Out and DVI</li>
<li>Intel Pentium 4 530 (3 GHz)</li>
<li>Sound Blaster(R) Live!(TM) 24-bit Sound Card 5.1</li>
<li>One rather ugly but opens nicely Dell Clamshell case</li>
</ul>
<p>The bits I&#8217;m adding:</p>
<ul>
<li>500GB Western Digital HDD SATA2 7200RPM 16MB ($172)</li>
<li>Hauppauge PVR-150 TV tuner card with IR blaster and media remote ($132)</li>
<li>54Mbps Wireless Network Card 802.11g (free with new wireless purchase for parents!)</li>
<li>Lite-on LH-20A1P 20X ATA Dual DVDRW ($37.23)</li>
</ul>
<p>And a new addition to our little home network will be my folks old wireless router. Im buying them a Linksys WRT150N Wireless-N Router which has some good reviews and hopefully the wireless wont drop out like it did on the old Belkin one all the time.</p>
<p>So thats $341 all up, pretty sweet deal (thanks ma and pa) for a 500GB dvd recorder/new pc!! Im very stoked about it cant wait to get it up and running on our TV.  To compare to local prices, a 160GB DVD recorder with no extra features (ie not upgradable, no PC functions, not networkable etc etc) is $549 at DSE at the moment.</p>
<p>I am very, very tempted to splurge out on this sexy, sexy keyboard&#8230;</p>
<p><img src="http://www.logitech.com/repository/84/jpg/470.1.0.jpg" alt="Logitech diNovo Edge™" height="450" width="675" /></p>
<p>Its rechargeable and would look so good on our coffee table.  I also love the fact it has a touch pad thing on the bottom right which mostly eliminates the need for a wireless mouse&#8230; browsing the internet from the comfort of the couch has a huge appeal to me, hehe especially after work. Ahh I&#8217;m such a nerd.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laurasaur.com/2008/01/16/home-theatre-pc-makes-me-happy-inside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
