<?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/"
	>

<channel>
	<title>Full-house</title>
	<atom:link href="http://full-house.cn/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://full-house.cn</link>
	<description>SELECT blog FROM TonyHu.full-house WHERE subject IN (Life,Web,Database)</description>
	<pubDate>Tue, 09 Mar 2010 08:44:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>构建高性能Web站点——读书笔记（1）</title>
		<link>http://full-house.cn/index.php/201003/building-high-performance-website-1.html</link>
		<comments>http://full-house.cn/index.php/201003/building-high-performance-website-1.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:37:53 +0000</pubDate>
		<dc:creator>Tony hu</dc:creator>
		
		<category><![CDATA[High Performance]]></category>

		<guid isPermaLink="false">http://full-house.cn/?p=660</guid>
		<description><![CDATA[数据的网络传输

不同传输介质中信号的传输速度几乎是等于常量（无论是铜线和还是光纤）
带宽是指数据的发送速度。如百兆网卡，是指网卡的最大发送速度为100MBbps，即一秒种最多可以发送100Mb的数据。


]]></description>
			<content:encoded><![CDATA[<h4>数据的网络传输</h4>
<ul>
<li>不同传输介质中信号的传输速度几乎是等于常量（无论是铜线和还是光纤）</li>
<li>带宽是指数据的发送速度。如百兆网卡，是指网卡的最大发送速度为100MBbps，即一秒种最多可以发送100Mb的数据。</li>
<li></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://full-house.cn/index.php/201003/building-high-performance-website-1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sql Server 2008 Notes (1)</title>
		<link>http://full-house.cn/index.php/201003/sql-server-2008-notes-1.html</link>
		<comments>http://full-house.cn/index.php/201003/sql-server-2008-notes-1.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:01:35 +0000</pubDate>
		<dc:creator>Tony hu</dc:creator>
		
		<category><![CDATA[Sql Server]]></category>

		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://full-house.cn/?p=651</guid>
		<description><![CDATA[
INSERT &#8230; SELECT &#8230; (将其它表中的数据行添加到现有的表中，注意两个表的对应列的数据类别是一样的)
SELECT &#8230; INTO &#8230; （创建一个新表，将一个表中的结果放到这个新表中）
TRUNCATE TABLE table_name (删除表中所有的数据，不更新事务日志，不可以使用ROLLBACK命令取消对行的删除)
SP_HELPDB （用来查询所有数据库的基本信息）
sp_detach_db （分离数据库）
数据库快照——SNAPSHOT (是源数据库的只读、静态视图。一个源数据库可以有多个快照。只能在与源数据库相同的实例上创建Database snapshot)
架构（schema）是对象的容器，用于在数据库内容定义对象的命名空间，用于简化管理和创建可以共同管理的对象子集。架构和用户分离，用户拥有架构。

]]></description>
			<content:encoded><![CDATA[<ol>
<li>INSERT &#8230; SELECT &#8230; (将其它表中的数据行添加到现有的表中，注意两个表的对应列的数据类别是一样的)</li>
<li>SELECT &#8230; INTO &#8230; （创建一个新表，将一个表中的结果放到这个新表中）</li>
<li>TRUNCATE TABLE table_name (删除表中所有的数据，不更新事务日志，不可以使用ROLLBACK命令取消对行的删除)</li>
<li>SP_HELPDB （用来查询所有数据库的基本信息）</li>
<li>sp_detach_db （分离数据库）</li>
<li>数据库快照——SNAPSHOT (是源数据库的只读、静态视图。一个源数据库可以有多个快照。只能在与源数据库相同的实例上创建Database snapshot)</li>
<li>架构（schema）是对象的容器，用于在数据库内容定义对象的命名空间，用于简化管理和创建可以共同管理的对象子集。架构和用户分离，用户拥有架构。</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://full-house.cn/index.php/201003/sql-server-2008-notes-1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>SQL Server Backup And Recovery SQLS</title>
		<link>http://full-house.cn/index.php/201003/sql-server-backup-and-recovery-sqls.html</link>
		<comments>http://full-house.cn/index.php/201003/sql-server-backup-and-recovery-sqls.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 08:12:55 +0000</pubDate>
		<dc:creator>Tony hu</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<category><![CDATA[Sql Server]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[Recovery]]></category>

		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://full-house.cn/?p=648</guid>
		<description><![CDATA[

SP_HELPDEVICE 查看服务器上每一个设备的相关情况。
SP_addumpdevice &#8216;disk&#8217;,'Test3&#8242;,&#8217;D:\test3&#8242; 添加一个设备，这里的设备是磁盘。
sp_dropdevice &#8216;Test3&#8242; 删除一个备份设备。
BACKUP DATABASE POP
TO DISK=&#8217;D:\test.bak&#8217;
WITH NOINIT,
NAME= &#8216;POP 测试 备份 完整 2222&#8242;,
DESCRIPTION=&#8217;THIS IS A FULL BACKUP OF POP&#8217;;
backup database pop
to disk =&#8217;D:\test.bak&#8217;
with Differential,
noinit,
name=&#8217;pop 差异备份&#8217;;
backup log pop
to disk=&#8217;D:\test.bak&#8217;
with noinit,
name =&#8217;pop 日志备份测试&#8217;
backup database pop
filegroup=&#8217;PRIMARY&#8217;
to disk =&#8217;D:\test.bak&#8217;
with name=&#8217;pop 文件组备份&#8217;


]]></description>
			<content:encoded><![CDATA[<blockquote>
<ol>
<li>SP_HELPDEVICE 查看服务器上每一个设备的相关情况。</li>
<li>SP_addumpdevice &#8216;disk&#8217;,'Test3&#8242;,&#8217;D:\test3&#8242; 添加一个设备，这里的设备是磁盘。</li>
<li>sp_dropdevice &#8216;Test3&#8242; 删除一个备份设备。</li>
<li>BACKUP DATABASE POP<br />
TO DISK=&#8217;D:\test.bak&#8217;<br />
WITH NOINIT,<br />
NAME= &#8216;POP 测试 备份 完整 2222&#8242;,<br />
DESCRIPTION=&#8217;THIS IS A FULL BACKUP OF POP&#8217;;</li>
<li>backup database pop<br />
to disk =&#8217;D:\test.bak&#8217;<br />
with Differential,<br />
noinit,<br />
name=&#8217;pop 差异备份&#8217;;</li>
<li>backup log pop<br />
to disk=&#8217;D:\test.bak&#8217;<br />
with noinit,<br />
name =&#8217;pop 日志备份测试&#8217;</li>
<li>backup database pop<br />
filegroup=&#8217;PRIMARY&#8217;<br />
to disk =&#8217;D:\test.bak&#8217;<br />
with name=&#8217;pop 文件组备份&#8217;</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://full-house.cn/index.php/201003/sql-server-backup-and-recovery-sqls.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>SQL Server 2008 backup and recovery</title>
		<link>http://full-house.cn/index.php/201003/sql-server-2008-backup-and-recovery.html</link>
		<comments>http://full-house.cn/index.php/201003/sql-server-2008-backup-and-recovery.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:51:36 +0000</pubDate>
		<dc:creator>Tony hu</dc:creator>
		
		<category><![CDATA[Sql Server]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[restore]]></category>

		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://full-house.cn/?p=642</guid>
		<description><![CDATA[SQL Server 2008 提供四种数据库备份类型。

完整数据库备份
差异数据库备份
事务日志备份
文件组备份

三种恢复模型。

 简单恢复模型
完全恢复模型
大容量日志记录恢复模型

备份设备

磁盘备份设备（日志和数据文件尽量不要放在同一物理磁盘上的文件中）
磁带备份设备
逻辑备份设备（更简单，更方便）

]]></description>
			<content:encoded><![CDATA[<p>SQL Server 2008 提供四种数据库备份类型。</p>
<ol>
<li>完整数据库备份</li>
<li>差异数据库备份</li>
<li>事务日志备份</li>
<li>文件组备份</li>
</ol>
<p>三种恢复模型。</p>
<ol>
<li> 简单恢复模型</li>
<li>完全恢复模型</li>
<li>大容量日志记录恢复模型</li>
</ol>
<p>备份设备</p>
<ul>
<li>磁盘备份设备（日志和数据文件尽量不要放在同一物理磁盘上的文件中）</li>
<li>磁带备份设备</li>
<li>逻辑备份设备（更简单，更方便）</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://full-house.cn/index.php/201003/sql-server-2008-backup-and-recovery.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>3月份要做的事</title>
		<link>http://full-house.cn/index.php/201002/201003-to-do-list.html</link>
		<comments>http://full-house.cn/index.php/201002/201003-to-do-list.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 06:42:29 +0000</pubDate>
		<dc:creator>Tony hu</dc:creator>
		
		<category><![CDATA[Myself]]></category>

		<guid isPermaLink="false">http://full-house.cn/?p=640</guid>
		<description><![CDATA[3月即将来临，以下是3月份要做的事，清单如下：

通读《构建高性能Web站点》,买了的书不能不读吧。
浏览两本从图书馆借来的SQL Server书籍，借的书不能不读，何况已经超期，不读就更亏了。
关于家教吧网站，尽量不要花太多的时候在上面，每天不可以超过2小时， 尽量做到。
Web程序的学习，当然，这个是长久之计，好好学，努力学，不断学。
告诉自己，注意身体，早睡早起，坚持锻炼身体。
每周要给父母打电话。

OK，开工&#8230;
]]></description>
			<content:encoded><![CDATA[<p>3月即将来临，以下是3月份要做的事，清单如下：</p>
<ol>
<li>通读《构建高性能Web站点》,买了的书不能不读吧。</li>
<li>浏览两本从图书馆借来的SQL Server书籍，借的书不能不读，何况已经超期，不读就更亏了。</li>
<li>关于家教吧网站，尽量不要花太多的时候在上面，每天不可以超过2小时， 尽量做到。</li>
<li>Web程序的学习，当然，这个是长久之计，好好学，努力学，不断学。</li>
<li>告诉自己，注意身体，早睡早起，坚持锻炼身体。</li>
<li>每周要给父母打电话。</li>
</ol>
<p>OK，开工&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://full-house.cn/index.php/201002/201003-to-do-list.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
