<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for SQL Server From Squirrel's View</title>
	<link>http://www.lockergnome.com/sqlsquirrel</link>
	<description>Everything SQL Server!</description>
	<pubDate>Mon, 12 May 2008 21:53:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Can you answer these SQL Server 2000 questions? by SQLSquirrel</title>
		<link>http://www.lockergnome.com/sqlsquirrel/2008/01/31/can-you-answer-these-sql-server-2000-questions/#comment-22</link>
		<dc:creator>SQLSquirrel</dc:creator>
		<pubDate>Fri, 09 May 2008 00:42:29 +0000</pubDate>
		<guid>http://www.lockergnome.com/sqlsquirrel/2008/01/31/can-you-answer-these-sql-server-2000-questions/#comment-22</guid>
		<description>Kashyap,

Are you asking changing the name of the server itself and what impact it will have on the SQL Server for that server?  Or are you asking if the domain is changed that the SQL Server belongs too... would the SQL Server still have access to the domain resources?

If you are asking about changing the server name that the SQL Server is installed on here is a great article on how to do that!  http://www.karaszi.com/SQLServer/info_change_server_name.asp

If you are asking about the domain change you will lose the connectivity to your network resources and if your SQL Server services use a domain admin account you will need to update those services to use the new name and to be authenticated into the renamed domain.

Good Luck!

SQLSquirrel</description>
		<content:encoded><![CDATA[<p>Kashyap,</p>
<p>Are you asking changing the name of the server itself and what impact it will have on the SQL Server for that server?  Or are you asking if the domain is changed that the SQL Server belongs too&#8230; would the SQL Server still have access to the domain resources?</p>
<p>If you are asking about changing the server name that the SQL Server is installed on here is a great article on how to do that!  <a href="http://www.karaszi.com/SQLServer/info_change_server_name.asp" rel="nofollow">http://www.karaszi.com/SQLServer/info_change_server_name.asp</a></p>
<p>If you are asking about the domain change you will lose the connectivity to your network resources and if your SQL Server services use a domain admin account you will need to update those services to use the new name and to be authenticated into the renamed domain.</p>
<p>Good Luck!</p>
<p>SQLSquirrel</p>
]]></content:encoded>
	</item>
     	<item>
		<title>Comment on Can you answer these SQL Server 2000 questions? by kashyap</title>
		<link>http://www.lockergnome.com/sqlsquirrel/2008/01/31/can-you-answer-these-sql-server-2000-questions/#comment-21</link>
		<dc:creator>kashyap</dc:creator>
		<pubDate>Thu, 08 May 2008 07:05:01 +0000</pubDate>
		<guid>http://www.lockergnome.com/sqlsquirrel/2008/01/31/can-you-answer-these-sql-server-2000-questions/#comment-21</guid>
		<description>What will be the impact on server if I change domain name ? Does SQL Server automatically recognizes the new domain? 

Kindly provide solutuion for the same.

Thanks,
kashyap</description>
		<content:encoded><![CDATA[<p>What will be the impact on server if I change domain name ? Does SQL Server automatically recognizes the new domain? </p>
<p>Kindly provide solutuion for the same.</p>
<p>Thanks,<br />
kashyap</p>
]]></content:encoded>
	</item>
     	<item>
		<title>Comment on Reporting Services On A Cluster by sam g</title>
		<link>http://www.lockergnome.com/sqlsquirrel/2008/01/02/reporting-services-on-a-cluster/#comment-14</link>
		<dc:creator>sam g</dc:creator>
		<pubDate>Wed, 09 Apr 2008 23:20:49 +0000</pubDate>
		<guid>http://www.lockergnome.com/sqlsquirrel/2008/01/02/reporting-services-on-a-cluster/#comment-14</guid>
		<description>BUT!!!
Do you have to pay for the additional license for node 2, since it is not really cluster aware and sitting there inactive? I would bet MS would want the cash.  But still....cheaper than a 2 more servers/OS's/RS lic with a Load balanced setup.</description>
		<content:encoded><![CDATA[<p>BUT!!!<br />
Do you have to pay for the additional license for node 2, since it is not really cluster aware and sitting there inactive? I would bet MS would want the cash.  But still&#8230;.cheaper than a 2 more servers/OS&#8217;s/RS lic with a Load balanced setup.</p>
]]></content:encoded>
	</item>
     	<item>
		<title>Comment on Documentation Header For Your Scripts by darren stanger</title>
		<link>http://www.lockergnome.com/sqlsquirrel/2007/12/01/documentation-header-for-your-scripts/#comment-10</link>
		<dc:creator>darren stanger</dc:creator>
		<pubDate>Fri, 29 Feb 2008 22:51:22 +0000</pubDate>
		<guid>http://www.lockergnome.com/sqlsquirrel/2007/12/01/documentation-header-for-your-scripts/#comment-10</guid>
		<description>Your documentation header is very helpful. I added some things and turned it into a template for use with SSMS' feature to fill in template parameters:

/*
**********************************************************************
**
** Object Name:				
** Object Type:				
** File Name:					

** Database Name:			
** Server:						

** Author:						

** Sponsor:						

** Creation Date:			

** Description:					
** Special Note:				

** Modified Tables:			

** Called Procedures:		
** Called Jobs:				
** Called UDFs:				

** Calling Procedures:		
** Calling Jobs:				
** Calling UDFs:				

** Return Statuses:			

** PRIVACY NOTES:			
**
**********************************************************************
*/

Thanks again.
Darren Stanger</description>
		<content:encoded><![CDATA[<p>Your documentation header is very helpful. I added some things and turned it into a template for use with SSMS&#8217; feature to fill in template parameters:</p>
<p>/*<br />
**********************************************************************<br />
**<br />
** Object Name:<br />
** Object Type:<br />
** File Name:					</p>
<p>** Database Name:<br />
** Server:						</p>
<p>** Author:						</p>
<p>** Sponsor:						</p>
<p>** Creation Date:			</p>
<p>** Description:<br />
** Special Note:				</p>
<p>** Modified Tables:			</p>
<p>** Called Procedures:<br />
** Called Jobs:<br />
** Called UDFs:				</p>
<p>** Calling Procedures:<br />
** Calling Jobs:<br />
** Calling UDFs:				</p>
<p>** Return Statuses:			</p>
<p>** PRIVACY NOTES:<br />
**<br />
**********************************************************************<br />
*/</p>
<p>Thanks again.<br />
Darren Stanger</p>
]]></content:encoded>
	</item>
     	<item>
		<title>Comment on Common Bottlenecks In SQL Server by Chakrapani</title>
		<link>http://www.lockergnome.com/sqlsquirrel/2008/01/07/common-bottlenecks-in-sql-server/#comment-3</link>
		<dc:creator>Chakrapani</dc:creator>
		<pubDate>Fri, 18 Jan 2008 10:18:45 +0000</pubDate>
		<guid>http://www.lockergnome.com/sqlsquirrel/2008/01/07/common-bottlenecks-in-sql-server/#comment-3</guid>
		<description>I need to run the script to create the procedures w.r.t the database, in the mean time I want to take a report which table is not exits at database and which column are doesnot exits at tables, which are used at procedures. Please help me for some tool , as sql server 2005 doesnot report the existance of the table.</description>
		<content:encoded><![CDATA[<p>I need to run the script to create the procedures w.r.t the database, in the mean time I want to take a report which table is not exits at database and which column are doesnot exits at tables, which are used at procedures. Please help me for some tool , as sql server 2005 doesnot report the existance of the table.</p>
]]></content:encoded>
	</item>
            <item>
  <title>Online Web Conferencing for Meetings</title>
  <description>Tired of business travel? Conduct meetings online with &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;GoToMeeting&lt;/a&gt; instead. We've been using it for quite some time for both personal and professional projects - it's worked like a charm! If you're an independent consultant, you owe it to your clients to start using &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;collaboration software&lt;/a&gt; for Web-based interaction.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.GoToMeeting.com/ChrisPirillo</link>
  <guid>http://www.GoToMeeting.com/ChrisPirillo</guid>
  </item>

  <item>
  <title>Network Tools for Windows</title>
  <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link>
  <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid>
  </item>

  <item>
  <title>Trade in Your Cell Phones for Money</title>
  <description>Do you have a ton of old cell phones and mobile devices lying around in drawers, taking up space? Trade them in for cold hard cash! Chris has done it so many times that &lt;a href=&quot;http://www.cellforcash.com/chris-pirillo/&quot;&gt;Cell for Cash&lt;/a&gt; made him a partner. If you're not using that hardware anymore, you may as well liquidate it with ease - at no cost to you. What are you waiting for? You can go through our link, or visit the site and tell them that Chris sent you. It's real, and it's certainly real money. &lt;a href=http://www.cellforcash.com/chris-pirillo/&quot;&gt;Sell back your cell phones&lt;/a&gt;!
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.cellforcash.com/chris-pirillo/</link>
  <guid>http://www.cellforcash.com/chris-pirillo/</guid>
  </item>

  <item>
  <title>Get Your Own Web Site</title>
  <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
  &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link>
  <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid>
  </item>

  <item>
  <title>Get a Free Audio Book</title>
  <description>Are you tired of reading books? Me too. Over the years, I developed pulpuslaceratapohobia  - and the only known cure for that is &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;Audible&lt;/a&gt;. Finally, a way to digest words without actually having to read them. Professional voices are wonderful choices if you love literary works in audio format. Are you ready to read some &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;audio books&lt;/a&gt;? Maybe you should just listen to them instead.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://audiblepodcast.com/chris</link>
  <guid>http://audiblepodcast.com/chris</guid>
  </item>

  <item>
  <title>VMware and Parallels for Virtual Machines</title>
  <description>
  It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link>
  <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid>
  </item>

  <item>
  <title>Screenshots and Capture Software</title>
  <description>
  Capturing images on your screen is pretty simple, right? But what if you want to do more with them. Then you want to snag a copy of &lt;a href=&quot;http://www.techsmith.com/snagit.asp?cmp=SLckgnm&quot;&gt;SnagIt&lt;/a&gt;. How did you ever get along without screen capture software? This one even integrates with AOL instant messenger and potentially your blog, too! Start your next &lt;a href=&quot;http://www.techsmith.com/snagit.asp?cmp=SLckgnm&quot;&gt;screen capture&lt;/a&gt; the right way - manage it with TechSmith's SnagIt. For Mac OS X, there's &lt;a href=&quot;http://skitch.com/&quot;&gt;Skitch&lt;/a&gt; for still shots, and &lt;a href=&quot;http://shinywhitebox.com/&quot;&gt;iShowU&lt;/a&gt; for videocasting.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.techsmith.com/snagit.asp?cmp=SLckgnm</link>
  <guid>http://www.techsmith.com/snagit.asp?cmp=SLckgnm</guid>
  </item>

  <item>
  <title>Shopping Coupons and Codes</title>
  <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=103&amp;gccid=2011384&quot;&gt;SmartBargains&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1250&amp;gccid=936288&quot;&gt;ReStockIt&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1263&amp;gccid=1945640&quot;&gt;Snapfish&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1370&amp;gccid=2741511&quot;&gt;Botanic Choice&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1376&amp;gccid=904911&quot;&gt;ShoppersChoice&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=144&amp;gccid=1998613&quot;&gt;The Wright Stuff&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1447&amp;gccid=1006842&quot;&gt;Everything Furniture&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1455&amp;gccid=1095094&quot;&gt;Beyond Blossoms&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1521&amp;gccid=1007932&quot;&gt;MagazinesQuick&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1536&amp;gccid=1873983&quot;&gt;Bass Pro Shops&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1539&amp;gccid=1056779&quot;&gt;Emitations&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1540&amp;gccid=1055553&quot;&gt;Russian Legacy&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1543&amp;gccid=1055754&quot;&gt;CollegeJersey&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1546&amp;gccid=1059012&quot;&gt;Boscovs&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1556&amp;gccid=1730151&quot;&gt;UnbeatableSale&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1558&amp;gccid=2662592&quot;&gt;firstSTREET&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1559&amp;gccid=2213009&quot;&gt;Transparent Language&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1563&amp;gccid=2743838&quot;&gt;Mitchell &amp; Ness&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1571&amp;gccid=1069222&quot;&gt;MyCenturyGym&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1599&amp;gccid=1772248&quot;&gt;Taylor Gifts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1605&amp;gccid=1066360&quot;&gt;CatsPlay&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1607&amp;gccid=1066426&quot;&gt;Moto Leather&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1629&amp;gccid=1068487&quot;&gt;Buying Bar Stools&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1637&amp;gccid=1068704&quot;&gt;Everything Office Furniture&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=164&amp;gccid=1002869&quot;&gt;Rugman&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1645&amp;gccid=1069116&quot;&gt;DealYard.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1674&amp;gccid=1079863&quot;&gt;Closeout.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1675&amp;gccid=1087122&quot;&gt;BrushStrokes Fine Art&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1676&amp;gccid=1270232&quot;&gt;AcmeHardware&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1677&amp;gccid=1087488&quot;&gt;Music Import&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1685&amp;gccid=1095076&quot;&gt;Playful Plush Toys&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1716&amp;gccid=2403690&quot;&gt;iRobot's&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1720&amp;gccid=1134526&quot;&gt;Cellars Wine Club&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1734&amp;gccid=3127535&quot;&gt;UrbanScooters.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1744&amp;gccid=1995968&quot;&gt;ClickInks&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1745&amp;gccid=1625042&quot;&gt;MagsForLess&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1758&amp;gccid=1112982&quot;&gt;RitzCamera&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1761&amp;gccid=2380405&quot;&gt;Gemologica&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1766&amp;gccid=1099433&quot;&gt;BentGear&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1767&amp;gccid=2788589&quot;&gt;The Village Hat Shop&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1800&amp;gccid=3093220&quot;&gt;Engravable Gift Collection&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1803&amp;gccid=1282221&quot;&gt;FractionPrice&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=184&amp;gccid=1873984&quot;&gt;FansEdge&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1883&amp;gccid=1118868&quot;&gt;Kiyonna Clothing&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1930&amp;gccid=2213499&quot;&gt;Isabella Catalog&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1947&amp;gccid=1287325&quot;&gt;Boaters World&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1953&amp;gccid=1133972&quot;&gt;Wolf Camera&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1955&amp;gccid=1133971&quot;&gt;CameraWorld&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1971&amp;gccid=1287324&quot;&gt;Fantasy Jewelry Box&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1979&amp;gccid=2350435&quot;&gt;CrazyForBargains&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=21&amp;gccid=3090798&quot;&gt;Leaps and Bounds&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2182&amp;gccid=1886402&quot;&gt;OnlineShoes&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=22&amp;gccid=1937793&quot;&gt;OfficeMax&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2213&amp;gccid=2292512&quot;&gt;Mountains Plus Outdoor Gear&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2219&amp;gccid=2043308&quot;&gt;AllThingsTrendy&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2222&amp;gccid=2057340&quot;&gt;The Sports Authority&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2223&amp;gccid=2059231&quot;&gt;FogDog&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2224&amp;gccid=2057132&quot;&gt;HP Home &amp; Office&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2241&amp;gccid=2141488&quot;&gt;ACLens&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2242&amp;gccid=2148712&quot;&gt;Totally Furniture&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2243&amp;gccid=2147823&quot;&gt;Test Country&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2252&amp;gccid=2218946&quot;&gt;TheNerds.Net&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2262&amp;gccid=2213500&quot;&gt;Boutique Oohlala&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2265&amp;gccid=2578867&quot;&gt;Puritan's Pride&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=229&amp;gccid=1631777&quot;&gt;Spilsbury&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2303&amp;gccid=2788590&quot;&gt;GoToBaby&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2308&amp;gccid=2705198&quot;&gt;Pfeifer Studio&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2377&amp;gccid=2720746&quot;&gt;Batteries.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2503&amp;gccid=2579743&quot;&gt;Carol Wright Gifts&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2660&amp;gccid=2897934&quot;&gt;Vanns&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2729&amp;gccid=2836180&quot;&gt;Lamps Plus&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2757&amp;gccid=2848035&quot;&gt;Gift Shopping Zone&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2793&amp;gccid=2879260&quot;&gt;Jillery.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=28&amp;gccid=2028477&quot;&gt;VitaCost&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=280&amp;gccid=959739&quot;&gt;Socrates&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2825&amp;gccid=2890485&quot;&gt;StrawberryNET&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2854&amp;gccid=3122357&quot;&gt;Bagsbuy.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=335&amp;gccid=1873985&quot;&gt;Pro Sports Memorabilia&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=350&amp;gccid=2349527&quot;&gt;CHEFS Catalog&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=381&amp;gccid=2680425&quot;&gt;ValueMags&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=396&amp;gccid=935728&quot;&gt;BrookStone&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=399&amp;gccid=1130973&quot;&gt;Bose&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=414&amp;gccid=2213008&quot;&gt;NASCAR&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=417&amp;gccid=102259&quot;&gt;Radio Shack&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=418&amp;gccid=2701295&quot;&gt;ShopNBC&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=422&amp;gccid=1270439&quot;&gt;Eddie Bauer&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=423&amp;gccid=2743891&quot;&gt;FastFloors&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=434&amp;gccid=1197115&quot;&gt;PC Connection&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=458&amp;gccid=958854&quot;&gt;Family Christian Stores&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=466&amp;gccid=107008&quot;&gt;6PM.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=512&amp;gccid=2140901&quot;&gt;PacSun.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=531&amp;gccid=1087225&quot;&gt;Directly Home&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=560&amp;gccid=1008855&quot;&gt;StacksAndStacks&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=565&amp;gccid=2701195&quot;&gt;CoffeeForLess&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=567&amp;gccid=102400&quot;&gt;Sierra Trading Post&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=568&amp;gccid=2279141&quot;&gt;Magazines.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=569&amp;gccid=933755&quot;&gt;Overstock.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=58&amp;gccid=2825214&quot;&gt;Things From Another World&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=653&amp;gccid=1760659&quot;&gt;Tool King&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=657&amp;gccid=2233169&quot;&gt;Chinaberry&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=660&amp;gccid=1063493&quot;&gt;ShoeBuy&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=671&amp;gccid=1884871&quot;&gt;United Shades&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=69&amp;gccid=1097969&quot;&gt;Blair&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=698&amp;gccid=932854&quot;&gt;SecondAct&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=748&amp;gccid=1002198&quot;&gt;Personalization Mall&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=769&amp;gccid=935551&quot;&gt;American Blinds&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=77&amp;gccid=1859375&quot;&gt;WalMart.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=78&amp;gccid=2319307&quot;&gt;CircuitCity&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=800&amp;gccid=958088&quot;&gt;Easy Click Travel&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=801&amp;gccid=1474&quot;&gt;Amazon.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=826&amp;gccid=2010611&quot;&gt;Zones&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=83&amp;gccid=1999172&quot;&gt;BareNecessities&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=857&amp;gccid=2789397&quot;&gt;Apple&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=879&amp;gccid=849705&quot;&gt;Only Natural Pet Store&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=88&amp;gccid=102499&quot;&gt;eBags&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=89&amp;gccid=1935613&quot;&gt;J&amp;R&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=909&amp;gccid=847645&quot;&gt;Designer Linens Outlet&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=92&amp;gccid=1096810&quot;&gt;Pet Care Central&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
  </description> 
  <author>chris@lockergnome.com (Chris Pirillo)</author> 
  <category>Partner</category> 
  <pubDate>Sun, 26 Nov 2006 07:56:13 GMT</pubDate>
  <link>http://www.lockergnome.com/buy/</link> 
  <guid>http://www.lockergnome.com/buy/</guid>
  </item>

</channel>
</rss>
