<?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>projectionlabs &#187; Technology</title>
	<atom:link href="http://www.projectionlabs.net/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://www.projectionlabs.net</link>
	<description>projection of my reality onto an artificial one</description>
	<lastBuildDate>Fri, 11 Sep 2009 07:28:13 +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>SQL Server Autosave Registry Toggle</title>
		<link>http://www.projectionlabs.net/2008/11/07/sql-server-autosave-registry-toggle</link>
		<comments>http://www.projectionlabs.net/2008/11/07/sql-server-autosave-registry-toggle#comments</comments>
		<pubDate>Fri, 07 Nov 2008 20:36:37 +0000</pubDate>
		<dc:creator>euneek</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.projectionlabs.net/?p=392</guid>
		<description><![CDATA[While working in SQL Server 2005 Studio, the studio will pause for a second or two.  The studio is being helpful by writing autosaving information.  Since the files are stored on the company&#8217;s network, this feature becomes super annoying when i&#8217;m working from home.  the second becomes a few very long seconds.  so i searched [...]]]></description>
		<wfw:commentRss>http://www.projectionlabs.net/2008/11/07/sql-server-autosave-registry-toggle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>length of ntext in sql server</title>
		<link>http://www.projectionlabs.net/2008/09/10/length-of-ntext-in-sql-server</link>
		<comments>http://www.projectionlabs.net/2008/09/10/length-of-ntext-in-sql-server#comments</comments>
		<pubDate>Thu, 11 Sep 2008 06:44:42 +0000</pubDate>
		<dc:creator>euneek</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.projectionlabs.net/?p=360</guid>
		<description><![CDATA[In SQL Server, if you try len(FieldName) to return the number of characters in a field and the field is a type of Text or nText, you get an error:
Argument data type text is invalid for argument 1 of len function
The answer to this is the Datalength() function which will return the length of any [...]]]></description>
		<wfw:commentRss>http://www.projectionlabs.net/2008/09/10/length-of-ntext-in-sql-server/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
