<?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>CodeEase.com &#187; Database</title>
	<atom:link href="http://www.codeease.com/category/programming/database/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codeease.com</link>
	<description>Code and Tech</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>int, bigint, smallint, and tinyint in SQL Server</title>
		<link>http://www.codeease.com/int-bigint-smallint-and-tinyint-in-sql-server.html</link>
		<comments>http://www.codeease.com/int-bigint-smallint-and-tinyint-in-sql-server.html#comments</comments>
		<pubDate>Tue, 07 Sep 2010 16:02:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.codeease.com/int-bigint-smallint-and-tinyint-in-sql-server.html</guid>
		<description><![CDATA[The following content copied from Microsoft: SQL Server 2000 Exact number data types that use integer data. bigint Integer (whole number) data from -2^63 (-9,223,372,036,854,775,808) through 2^63-1 (9,223,372,036,854,775,807). Storage size is 8 bytes. int Integer (whole number) data from -2^31 (-2,147,483,648) through 2^31 &#8211; 1 (2,147,483,647). Storage size is 4 bytes. The SQL-92 synonym for [...]]]></description>
		<wfw:commentRss>http://www.codeease.com/int-bigint-smallint-and-tinyint-in-sql-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Port and Firewall to enable remote connect to SQL Server 2005 or 2008 Express Database</title>
		<link>http://www.codeease.com/set-port-and-firewall-to-enable-remote-connect-to-sql-server-2005-or-2008-express-database.html</link>
		<comments>http://www.codeease.com/set-port-and-firewall-to-enable-remote-connect-to-sql-server-2005-or-2008-express-database.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.codeease.com/set-port-and-firewall-to-enable-remote-connect-to-sql-server-2005-or-2008-express-database.html</guid>
		<description><![CDATA[After 2 articles Remote connect to SQL Server 2005 Express or SQL Server 2005 and Change SQL Server or SQL Server Express Authentication Mode, the SQL Server remote connection still have more stuff to talk about. Yes, we need to set Port and Firewall stuff to let remote computer can access. Doug Kennard have given [...]]]></description>
		<wfw:commentRss>http://www.codeease.com/set-port-and-firewall-to-enable-remote-connect-to-sql-server-2005-or-2008-express-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change SQL Server or SQL Server Express Authentication Mode</title>
		<link>http://www.codeease.com/change-sql-server-or-sql-server-express-authentication-mode.html</link>
		<comments>http://www.codeease.com/change-sql-server-or-sql-server-express-authentication-mode.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 15:26:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.codeease.com/change-sql-server-or-sql-server-express-authentication-mode.html</guid>
		<description><![CDATA[When I installed SQL Server Express on my local PC, I used to select Windows Authentication mode only, but later I might have to change the Authentication mode for some reasons such as connect this SQL Server database from another computer and I don&#8217;t want to set a new windows user account for another computer [...]]]></description>
		<wfw:commentRss>http://www.codeease.com/change-sql-server-or-sql-server-express-authentication-mode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote connect to SQL Server 2005 Express or SQL Server 2005</title>
		<link>http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html</link>
		<comments>http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html</guid>
		<description><![CDATA[Microsoft SQL Server 2005 or Microsoft SQL Server 2005 Express do not allow remote access by default. If you want to remote connect or use another computer in your LAN, you have to configure on your SQL Server 2005 or SQL Server 2005 Express. In this article, we will use SQL Server 2005 Express as [...]]]></description>
		<wfw:commentRss>http://www.codeease.com/remote-connect-to-sql-server-2005-express-or-sql-server-2005.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
