<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Random</title>
	<link>http://www.samhaynes.com</link>
	<description>Just another weblog.</description>
	<lastBuildDate>Thu, 15 Jul 2010 02:44:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>quick piece</title>
		<description><![CDATA[   711 by samhaynes 
]]></description>
		<link>http://www.samhaynes.com/?p=94</link>
			</item>
	<item>
		<title>Apple to Space</title>
		<description><![CDATA[On August 28, 1991, AppleLink, running on a Macintosh Portable was used to send the first e-mail from space, aboard the Space Shuttle Atlantis, mission STS-43. Atlantis astronauts Shannon Lucid and James C. Adamson sent the message:
&#8221;	Hello Earth! Greetings from the STS-43 Crew. This is the first AppleLink from space. Having a GREAT time, wish [...]]]></description>
		<link>http://www.samhaynes.com/?p=93</link>
			</item>
	<item>
		<title>mercury rev vs. coldplay</title>
		<description><![CDATA[listen to the scientist (2002) by coldplay and listen to the dark is rising by mercury rev. (2002)   interesting
]]></description>
		<link>http://www.samhaynes.com/?p=92</link>
			</item>
	<item>
		<title>Group Policy mgmt won&#8217;t open on a 64bit machine?</title>
		<description><![CDATA[copy, not move, gpedit.msc into C:\WINDOWS\SysWOW64
]]></description>
		<link>http://www.samhaynes.com/?p=87</link>
			</item>
	<item>
		<title>sql server builds</title>
		<description><![CDATA[http://sqlserverbuilds.blogspot.com/
]]></description>
		<link>http://www.samhaynes.com/?p=86</link>
			</item>
	<item>
		<title>SQL missing tools</title>
		<description><![CDATA[lame lame, but it happens, fix run SqlRun_Tools.msi directly, otherwise the installer won&#8217;t reinstall the tools cause it is there.  don&#8217;t bother trying to rename the 90 folder, that messes things up.
]]></description>
		<link>http://www.samhaynes.com/?p=85</link>
			</item>
	<item>
		<title>SQL contd..</title>
		<description><![CDATA[So  never delete the c:\windows\installer directory or its contents, you&#8217;ll learn how unsuccessful you&#8217;ll be at installing a SQL service pack.
See for yourself if your SQL installation is bad, try the SP reinstall and sections will fail due to missing packages. 
HAve maintenance plan failures when creating a new plan?  Invalid column name &#8216;from_msx&#8217;. 
Invalid column [...]]]></description>
		<link>http://www.samhaynes.com/?p=83</link>
			</item>
	<item>
		<title>Great SQL commands that I live by</title>
		<description><![CDATA[Moving a log:
backup the database
shrink the logfile
use sp_detach_db to detach the database
move the logfile to the new drive
use sp_attach_db to reattach the db
Reducing a transaction log that is already in simple mode:
USE DatabaseName
GO
DBCC SHRINKFILE(, 1)
BACKUP LOG WITH TRUNCATE_ONLY
DBCC SHRINKFILE(, 1)
GO
note: if your db has hyphens (-), you need to use  &#8216;  or you need to [...]]]></description>
		<link>http://www.samhaynes.com/?p=60</link>
			</item>
	<item>
		<title>In Visual Studio, editing a connection, you cannot acquire a managed connectionf rom the run-time connection manager</title>
		<description><![CDATA[New ADO.NET connection&#8221;, &#8220;New&#8221;, then from the .Net provider drop down list, choose Odbc data provider, then provide your connection information (either choose from your existing ODBC source, or provide your connection string as DSN=&#8230;)
]]></description>
		<link>http://www.samhaynes.com/?p=59</link>
			</item>
	<item>
		<title>Enabling terminal services on a remote computer</title>
		<description><![CDATA[regedit, connect to remote registry
KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
locate a REG_DWORD value named fDenyTSConnection. Double-click on fDenyTSConnection and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled). 
]]></description>
		<link>http://www.samhaynes.com/?p=58</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.187 seconds -->
