<?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>AmgadHS &#187; SQL Server</title>
	<atom:link href="http://amgadhs.com/index.php/category/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://amgadhs.com</link>
	<description>My adventures with DotNET, Mac OS X, Linux and technology in general</description>
	<lastBuildDate>Wed, 25 Mar 2009 06:10:49 +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>SQL Server Data Types</title>
		<link>http://amgadhs.com/index.php/2008/09/sql-server-data-types/</link>
		<comments>http://amgadhs.com/index.php/2008/09/sql-server-data-types/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 06:56:39 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Data Types]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=96</guid>
		<description><![CDATA[This is a list of the data types in Ms SQL Server 2005.
&#160;

Exact Numerics
bigint:

Range: -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
8 bytes

int:

Range: -2,147,483,648 to 2,147,483,647
4 bytes

smallint:

Range: -32,768 to 32,767
2 bytes

tinyint:

Range: 0 to 255
1 byte

bit:

Range: 0 or 1

decimal:

Max precision of 38 digits to the right or left of the decimal point
up to 17 bytes

numeric:

Functionally equivalent to Decimal

money:

Range: -922,337,203,685,477.5808 to 922,337,203,685,477.5807
8 [...]]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/09/sql-server-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
