<?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"
	>

<channel>
	<title>Techie Pie</title>
	<atom:link href="http://techiepie.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://techiepie.net</link>
	<description></description>
	<pubDate>Thu, 20 Mar 2008 02:03:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Altiris Likes Index Memory</title>
		<link>http://techiepie.net/?p=26</link>
		<comments>http://techiepie.net/?p=26#comments</comments>
		<pubDate>Mon, 17 Mar 2008 19:13:33 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[Altiris]]></category>

		<category><![CDATA[SQL 2005]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=26</guid>
		<description><![CDATA[Came across an interesting problem in Altiris while working with Patch Management, and seems it is one of those undocumented tidbits.
I basically found myself in the situation where, post-install/repair, Patch Management wasn&#8217;t detecting that Patch Management for Windows Report Pack was installed when the application indicated that it was.  This is a fairly common [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>The Long Hiatus</title>
		<link>http://techiepie.net/?p=23</link>
		<comments>http://techiepie.net/?p=23#comments</comments>
		<pubDate>Mon, 31 Dec 2007 18:12:14 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=23</guid>
		<description><![CDATA[It&#8217;s been a very long time since I had anything to contribute to the site.
This is partly due to laziness, a common trait among coders of all colors.
Second, I started a new job over the summer and I have been busier than a one-legged man in an ass-kicking contest.
Third, my boyfriend of two years moved [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>SQL 2005: Moving System Databases Post-Install</title>
		<link>http://techiepie.net/?p=22</link>
		<comments>http://techiepie.net/?p=22#comments</comments>
		<pubDate>Wed, 26 Sep 2007 13:22:08 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[SQL 2005]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=22</guid>
		<description><![CDATA[On several occasions I have been asked to move SQL 2005 system databases at some point in the server&#8217;s lifecycle.  Moving master, msdb, model and tempdb isn&#8217;t difficult, but it does require some attention to detail (and server downtime).
Fortunately, the SQL 2005 Books Online include instructions on how to move system databases in SQL [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>SQL 2005:  Maintenance Plans Folder Not Found</title>
		<link>http://techiepie.net/?p=21</link>
		<comments>http://techiepie.net/?p=21#comments</comments>
		<pubDate>Thu, 30 Aug 2007 19:33:28 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[SQL 2005]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=21</guid>
		<description><![CDATA[Today I found myself in the situation where I wanted to add some maintenance plans under SQL 2005, but got an error that looked like &#8220;Cannot find folder \Maintenance.&#8221;
The short version is that, somehow, the entry for the Maintenance folder in MSBD got nuked.  After some digging I found a forum thread with instructions on [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>Forcing Inventory via Deployment Server</title>
		<link>http://techiepie.net/?p=18</link>
		<comments>http://techiepie.net/?p=18#comments</comments>
		<pubDate>Mon, 23 Jul 2007 20:58:56 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[Altiris]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=18</guid>
		<description><![CDATA[Here&#8217;s an easy way to force computers to report inventory to Notification Server via a job on Deployment Server:
1. Copy the file AeXWebInvPkg.exe to the client;
2. Copy a batch file to the client to run the executible:
@echo off
echo Altiris is collecting inventory on this computer.
echo Please do not close this window.  It will close [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Configuring SQL 2005 Reporting Services</title>
		<link>http://techiepie.net/?p=14</link>
		<comments>http://techiepie.net/?p=14#comments</comments>
		<pubDate>Tue, 17 Jul 2007 18:26:24 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[SQL 2005]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=14</guid>
		<description><![CDATA[Just a minor note regarding my experience in setting up SQL 2005 Reporting Services for the first time&#8230;
Overall, a very smooth process.  I specifically followed the instructions in Chapter 2 of Microsoft SQL Server 2005 Reporting Services (Step by Step), ISBN 978-0-7356-2250-0.  There were only a few minor caveats:
1. I installed Reporting Services [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=14</wfw:commentRss>
		</item>
		<item>
		<title>An Altiris Collection to Find Deep Freeze (or Any Other Program)</title>
		<link>http://techiepie.net/?p=11</link>
		<comments>http://techiepie.net/?p=11#comments</comments>
		<pubDate>Tue, 03 Jul 2007 14:46:14 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[Altiris]]></category>

		<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=11</guid>
		<description><![CDATA[If you have Altiris, at some point you have no doubt wanted to create a collection based on a program that may be installed on the desktop.  For me, this program was the administrative nightmare known as Deep Freeze, however you can modify the query to reflect whatever program you want to hunt for.
It is [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>Renaming a Win32 Computer in Perl</title>
		<link>http://techiepie.net/?p=10</link>
		<comments>http://techiepie.net/?p=10#comments</comments>
		<pubDate>Tue, 03 Jul 2007 14:37:51 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[Code Snippets]]></category>

		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=10</guid>
		<description><![CDATA[I can&#8217;t take credit for the original write up of this snippet, but sadly it has also been so long that I can&#8217;t recall exactly where I got it (I know it was on the web).  Basically what this code will do, assuming you accepted some type of input earlier in your script, is rename [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>Random Numbers in Perl</title>
		<link>http://techiepie.net/?p=9</link>
		<comments>http://techiepie.net/?p=9#comments</comments>
		<pubDate>Tue, 03 Jul 2007 14:32:31 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[Code Snippets]]></category>

		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=9</guid>
		<description><![CDATA[Here&#8217;s a super simple way to generate a random number in your perl scripts:
srand (time ^ ($$ + ($$ &#60;&#60; 15)));
my $random_number = int(rand(30000)) + 55000 ;
print &#8220;random = $random_number\n&#8221; ;
You can play with the numeric values in line 2 to get the range of numbers you want.
]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>A USD 5.0 Utility</title>
		<link>http://techiepie.net/?p=7</link>
		<comments>http://techiepie.net/?p=7#comments</comments>
		<pubDate>Tue, 08 May 2007 21:07:11 +0000</pubDate>
		<dc:creator>Suja</dc:creator>
		
		<category><![CDATA[Code Snippets]]></category>

		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://techiepie.net/?p=7</guid>
		<description><![CDATA[There are days when I miss Unicenter Service Desk.  I feel a bit nostalgic for the days when I was the &#8220;It&#8221; girl where that application was concerned; I knew every last nuance of the program from the smallest code file to the user interface.  Plus it was just downright fun to work [...]]]></description>
		<wfw:commentRss>http://techiepie.net/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
	</channel>
</rss>
