<?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>EveryJoe &#187; yes</title>
	<atom:link href="http://www.everyjoe.com/tag/yes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Wed, 25 Nov 2009 23:39:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Different Data Types Available in SQL</title>
		<link>http://www.everyjoe.com/articles/different-data-types-available-in-sql-59/</link>
		<comments>http://www.everyjoe.com/articles/different-data-types-available-in-sql-59/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 20:26:37 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[Microsoft Blogs and Resources]]></category>
		<category><![CDATA[Microsoft Product Sites]]></category>
		<category><![CDATA[Microsoft Tips & Tricks]]></category>
		<category><![CDATA[no]]></category>
		<category><![CDATA[yes]]></category>

		<guid isPermaLink="false">http://www.microsoftweblog.com/different-data-types-available-in-sql/</guid>
		<description><![CDATA[If you&#8217;ve been reading here very long you&#8217;re probably aware that I&#8217;ve been teaching myself VB, .NET and SQL over the past couple of years. 
One of my challenges of learning is that if I&#8217;m not using something regularly, I forget it or the information isn&#8217;t just sitting in the back of my head waiting for me to call it up. Now movie titles or songs and bands or other trivial information, that&#8217;s no problem. That stuff is immediately accessible for some reason.
Today I&#8217;m working on a SQL database table and I couldn&#8217;t remember the right data type option to [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/different-data-types-available-in-sql-59/">Different Data Types Available in SQL</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been reading here very long you&#8217;re probably aware that I&#8217;ve been teaching myself VB, .NET and SQL over the past couple of years. </p>
<p>One of my challenges of learning is that if I&#8217;m not using something regularly, I forget it or the information isn&#8217;t just sitting in the back of my head waiting for me to call it up. Now movie titles or songs and bands or other trivial information, that&#8217;s no problem. That stuff is immediately accessible for some reason.</p>
<p>Today I&#8217;m working on a SQL database table and I couldn&#8217;t remember the right data type option to use for one of the fields. I was thinking it was &#8220;binary&#8221; as I only needed the data to either be &#8220;Yes&#8221; or &#8220;No&#8221; represented by a 1 or 0. That wasn&#8217;t the right type though. What I actually needed to use was the &#8220;bit&#8221; datatype.</p>
<p>I found this page on the MSDN website and it&#8217;s got a nice list and description of all the datatypes available and what sets them apart from each other. Really nice resource so I figured I&#8217;d share.</p>
<p><a title="msdn Transact-SQL Reference Data Types" href="http://msdn.microsoft.com/en-us/library/aa258271(SQL.80).aspx" target="_blank">msdn Transact-SQL Reference Data Types</a></p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/different-data-types-available-in-sql-59/">Different Data Types Available in SQL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/different-data-types-available-in-sql-59/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
